aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-15fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabledBabu Moger1-1/+46
2025-09-15fs/resctrl: Introduce the interface to modify assignments in a groupBabu Moger3-1/+144
2025-09-15fs/resctrl: Introduce mbm_L3_assignments to list assignments in a groupBabu Moger3-0/+57
2025-09-15fs/resctrl: Auto assign counters on mkdir and clean up on group removalBabu Moger2-3/+23
2025-09-15fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdirBabu Moger3-0/+66
2025-09-15fs/resctrl: Provide interface to update the event configurationsBabu Moger3-1/+119
2025-09-15fs/resctrl: Add event configuration directory under info/L3_MON/Babu Moger3-2/+117
2025-09-15fs/resctrl: Support counter read/reset with mbm_event assignment modeBabu Moger3-16/+56
2025-09-15fs/resctrl: Pass struct rdtgroup instead of individual membersBabu Moger1-15/+18
2025-09-15fs/resctrl: Add the functionality to unassign MBM eventsBabu Moger2-0/+68
2025-09-15fs/resctrl: Add the functionality to assign MBM eventsBabu Moger2-0/+158
2025-09-15fs/resctrl: Introduce event configuration field in struct mon_evtBabu Moger2-0/+15
2025-09-15fs/resctrl: Introduce interface to display number of free MBM countersBabu Moger3-0/+53
2025-09-15fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domainBabu Moger1-0/+8
2025-09-15fs/resctrl: Add resctrl file to display number of assignable countersBabu Moger3-0/+34
2025-09-15fs/resctrl: Introduce the interface to display monitoring modesBabu Moger3-1/+42
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger1-0/+7
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger1-3/+3
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck2-32/+31
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck3-16/+22
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck3-40/+47
2025-09-15fs/resctrl: Optimize code in rdt_get_tree()Shaopeng Tan1-5/+2
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman73-518/+1129
2025-09-15btrfs: annotate block group access with data_race() when sorting for reclaimFilipe Manana1-1/+8
2025-09-15btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang2-9/+5
2025-09-15btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn1-1/+1
2025-09-15btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-14ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_sizeStefan Metzmacher1-1/+10
2025-09-14ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transferNamjae Jeon1-8/+9
2025-09-14smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGESStefan Metzmacher1-50/+107
2025-09-14Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+5
2025-09-13fs/proc/base.c: fix the wrong format specifierzhang jiao1-1/+1
2025-09-13ocfs2: add suballoc slot check in ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-09-13ocfs2: fix super block reserved field offset commentyili1-1/+1
2025-09-13ocfs2: remove unnecessary NULL check in ocfs2_grab_folios()Dan Carpenter1-2/+1
2025-09-13vfat: remove unused variablezhoumin1-4/+3
2025-09-13ocfs2: remove commented out mlog() statementsThorsten Blum2-12/+0
2025-09-13squashfs: verify inode mode when loading from diskTetsuo Handa1-0/+4
2025-09-13Merge tag 'erofs-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds5-36/+65
2025-09-13btrfs: set AS_KERNEL_FILE on the btree_inodeBoris Burkov1-0/+1
2025-09-13Revert "hugetlb: make hugetlb depends on SYSFS or SYSCTL"Miaohe Lin1-1/+0
2025-09-13bcachefs: stop using write_cache_pagesChristoph Hellwig1-1/+12
2025-09-13ntfs3: stop using write_cache_pagesChristoph Hellwig1-5/+10
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)6-10/+10
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand1-2/+2
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-1/+1
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes3-4/+4
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes4-7/+14
2025-09-13fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folioDavid Hildenbrand1-37/+10
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand4-9/+9