summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-12nfs: split nfs_update_timestampsChristoph Hellwig-16/+15
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig-12/+7
2026-01-12fs: remove inode_update_timeChristoph Hellwig-15/+8
2026-01-12writeback: fix 100% CPU usage when dirtytime_expire_interval is 0Laveesh Bansal-4/+10
2026-01-12readdir: require opt-in for d_type flagsAmir Goldstein-0/+3
2026-01-12fs: remove simple_nosetlease()Jeff Layton-33/+0
2026-01-12filelock: default to returning -EINVAL when ->setlease operation is NULLJeff Layton-2/+1
2026-01-12xfs: add setlease file operationJeff Layton-0/+3
2026-01-12ufs: add setlease file operationJeff Layton-0/+4
2026-01-12udf: add setlease file operationJeff Layton-0/+4
2026-01-12tmpfs: add setlease file operationJeff Layton-0/+2
2026-01-12squashfs: add setlease file operationJeff Layton-1/+5
2026-01-12overlayfs: add setlease file operationJeff Layton-0/+4
2026-01-12orangefs: add setlease file operationJeff Layton-1/+4
2026-01-12ocfs2: add setlease file operationJeff Layton-0/+5
2026-01-12ntfs3: add setlease file operationJeff Layton-0/+6
2026-01-12nilfs2: add setlease file operationJeff Layton-1/+4
2026-01-12jfs: add setlease file operationJeff Layton-0/+4
2026-01-12jffs2: add setlease file operationJeff Layton-0/+4
2026-01-12gfs2: add a setlease file operationJeff Layton-0/+1
2026-01-12fat: add setlease file operationJeff Layton-0/+4
2026-01-12f2fs: add setlease file operationJeff Layton-0/+4
2026-01-12exfat: add setlease file operationJeff Layton-0/+4
2026-01-12ext4: add setlease file operationJeff Layton-0/+4
2026-01-12ext2: add setlease file operationJeff Layton-0/+4
2026-01-12erofs: add setlease file operationJeff Layton-0/+4
2026-01-12btrfs: add setlease file operationJeff Layton-0/+4
2026-01-12affs: add setlease file operationJeff Layton-0/+4
2026-01-12fs: add setlease to generic_ro_fops and read-only filesystem directory operat...Jeff Layton-0/+16
2026-01-12vboxsf: don't allow delegations to be set on directoriesJeff Layton-0/+1
2026-01-12ceph: don't allow delegations to be set on directoriesJeff Layton-0/+2
2026-01-12gfs2: don't allow delegations to be set on directoriesJeff Layton-0/+1
2026-01-129p: don't allow delegations to be set on directoriesJeff Layton-0/+2
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton-3/+1
2026-01-12nfs: properly disallow delegation requests on directoriesJeff Layton-2/+1
2026-01-12fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()NeilBrown-7/+16
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig-11/+16
2026-01-11fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_cryptChristoph Hellwig-32/+54
2026-01-11fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_cryptChristoph Hellwig-5/+4
2026-01-11treewide: Update email addressThomas Gleixner-2/+2
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang-1/+2
2026-01-10fs/resctrl: Move RMID initialization to first mountTony Luck-29/+34
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck-0/+6
2026-01-10fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck-28/+51
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck-1/+1
2026-01-09Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+12
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang-6/+12
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck-5/+12
2026-01-09fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp()Tony Luck-11/+31
2026-01-09fs/resctrl: Refactor mkdir_mondata_subdir()Tony Luck-50/+58