aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-12ocfs2: add setlease file operationJeff Layton1-0/+5
2026-01-12ntfs3: add setlease file operationJeff Layton2-0/+6
2026-01-12nilfs2: add setlease file operationJeff Layton2-1/+4
2026-01-12jfs: add setlease file operationJeff Layton2-0/+4
2026-01-12jffs2: add setlease file operationJeff Layton2-0/+4
2026-01-12gfs2: add a setlease file operationJeff Layton1-0/+1
2026-01-12fat: add setlease file operationJeff Layton2-0/+4
2026-01-12f2fs: add setlease file operationJeff Layton2-0/+4
2026-01-12exfat: add setlease file operationJeff Layton2-0/+4
2026-01-12ext4: add setlease file operationJeff Layton2-0/+4
2026-01-12ext2: add setlease file operationJeff Layton2-0/+4
2026-01-12erofs: add setlease file operationJeff Layton2-0/+4
2026-01-12btrfs: add setlease file operationJeff Layton2-0/+4
2026-01-12affs: add setlease file operationJeff Layton2-0/+4
2026-01-12fs: add setlease to generic_ro_fops and read-only filesystem directory operat...Jeff Layton8-0/+16
2026-01-12vboxsf: don't allow delegations to be set on directoriesJeff Layton1-0/+1
2026-01-12ceph: don't allow delegations to be set on directoriesJeff Layton1-0/+2
2026-01-12gfs2: don't allow delegations to be set on directoriesJeff Layton1-0/+1
2026-01-129p: don't allow delegations to be set on directoriesJeff Layton1-0/+2
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton1-3/+1
2026-01-12nfs: properly disallow delegation requests on directoriesJeff Layton2-2/+1
2026-01-12fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()NeilBrown1-7/+16
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig7-11/+16
2026-01-11fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_cryptChristoph Hellwig1-32/+54
2026-01-11fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_cryptChristoph Hellwig1-5/+4
2026-01-11treewide: Update email addressThomas Gleixner1-2/+2
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
2026-01-10fs/resctrl: Move RMID initialization to first mountTony Luck3-29/+34
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck1-0/+6
2026-01-10fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck1-28/+51
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck1-1/+1
2026-01-09Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+12
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang1-6/+12
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck1-5/+12
2026-01-09fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp()Tony Luck1-11/+31
2026-01-09fs/resctrl: Refactor mkdir_mondata_subdir()Tony Luck1-50/+58
2026-01-09x86/resctrl: Read telemetry eventsTony Luck1-0/+14
2026-01-09x86/resctrl: Find and enable usable telemetry eventsTony Luck1-4/+6
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-17/+39
2026-01-09btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2026-01-09btrfs: tests: fix return 0 on rmap test failureNaohiro Aota1-0/+3
2026-01-09btrfs: tests: fix root tree leak in btrfs_test_qgroups()Zilin Guan1-3/+3
2026-01-09btrfs: release path before iget_failed() in btrfs_read_locked_inode()Filipe Manana1-0/+9
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds11-91/+184
2026-01-09x86,fs/resctrl: Add architectural event pointerTony Luck2-4/+14
2026-01-09x86,fs/resctrl: Fill in details of events for performance and energy GUIDsTony Luck1-15/+20
2026-01-09fs/resctrl: Emphasize that L3 monitoring resource is required for summing dom...Tony Luck3-4/+11
2026-01-09x86,fs/resctrl: Add and initialize a resource for package scope monitoringTony Luck2-0/+4
2026-01-09x86,fs/resctrl: Add an architectural hook called for first mountTony Luck1-0/+3
2026-01-09xfs: fix memory leak in xfs_growfs_check_rtgeom()Dan Carpenter1-1/+1