aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-12readdir: require opt-in for d_type flagsAmir Goldstein1-0/+3
2026-01-12fs: remove simple_nosetlease()Jeff Layton12-33/+0
2026-01-12filelock: default to returning -EINVAL when ->setlease operation is NULLJeff Layton1-2/+1
2026-01-12xfs: add setlease file operationJeff Layton1-0/+3
2026-01-12ufs: add setlease file operationJeff Layton2-0/+4
2026-01-12udf: add setlease file operationJeff Layton2-0/+4
2026-01-12tmpfs: add setlease file operationJeff Layton1-0/+2
2026-01-12squashfs: add setlease file operationJeff Layton2-1/+5
2026-01-12overlayfs: add setlease file operationJeff Layton2-0/+4
2026-01-12orangefs: add setlease file operationJeff Layton2-1/+4
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 operationsJeff 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/kernel/git/xiang/erofsLinus 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/kdave/linuxLinus Torvalds4-17/+39
2026-01-09btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2