aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-2/+0
2025-12-02Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+109
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+13
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+46
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-4/+0
2025-11-22fs/resctrl: Update bit_usage to reflect io_allocBabu Moger1-14/+21
2025-11-22fs/resctrl: Introduce interface to modify io_alloc capacity bitmasksBabu Moger1-0/+12
2025-11-22fs/resctrl: Introduce interface to display io_alloc CBMsBabu Moger1-0/+19
2025-11-21fs/resctrl: Add user interface to enable/disable io_alloc featureBabu Moger1-0/+30
2025-11-21fs/resctrl: Introduce interface to display "io_alloc" supportBabu Moger1-0/+15
2025-11-21x86/resctrl: Add SDCIAE feature in the command line optionsBabu Moger1-11/+12
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-0/+13
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-4/+3
2025-11-12docs: document iomap writeback's iomap_finish_folio_write() requirementJoanne Koong1-0/+3
2025-11-11fscrypt: Drop obsolete recommendation to enable optimized POLYVALEric Biggers1-2/+0
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-0/+44
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coccinelleMateusz Guzik1-1/+1
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-30/+31
2025-10-10ext4, doc: fix and improve directory hash tree descriptionZeno Endemann1-30/+31
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+14
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds12-708/+695
2025-10-03Merge tag 'f2fs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-41/+75
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds7-9/+34
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+21
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+16
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+1
2025-09-30Merge tag 'x86_cache_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+325
2025-09-29Remove bcachefs core codeLinus Torvalds7-546/+0
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+12
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-25/+2
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-0/+12
2025-09-21alloc_tag: mark inaccurate allocation counters in /proc/allocinfo outputSuren Baghdasaryan1-0/+13
2025-09-18docs: filesystems: sysfs: add remaining top level sysfs directory descriptionsAlex Tran1-1/+15
2025-09-18docs: filesystems: sysfs: clarify symlink destinations in dev and bus/devices descriptionsAlex Tran1-2/+2
2025-09-18docs: filesystems: sysfs: remove top level sysfs net directoryAlex Tran1-1/+0
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik2-4/+4
2025-09-15fs/resctrl: Introduce the interface to switch between monitor modesBabu Moger1-1/+21
2025-09-15fs/resctrl: Introduce the interface to modify assignments in a groupBabu Moger1-1/+150
2025-09-15fs/resctrl: Introduce mbm_L3_assignments to list assignments in a groupBabu Moger1-0/+31
2025-09-15fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdirBabu Moger1-0/+20
2025-09-15fs/resctrl: Provide interface to update the event configurationsBabu Moger1-0/+12
2025-09-15fs/resctrl: Add event configuration directory under info/L3_MON/Babu Moger1-0/+33
2025-09-15fs/resctrl: Support counter read/reset with mbm_event assignment modeBabu Moger1-0/+6
2025-09-15fs/resctrl: Introduce interface to display number of free MBM countersBabu Moger1-0/+11
2025-09-15fs/resctrl: Add resctrl file to display number of assignable countersBabu Moger1-0/+11
2025-09-15fs/resctrl: Introduce the interface to display monitoring modesBabu Moger1-0/+31
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger1-0/+1
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-2/+3
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro2-1/+21