summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-12readdir: require opt-in for d_type flagsAmir Goldstein
2026-01-12fs: remove simple_nosetlease()Jeff Layton
2026-01-12filelock: default to returning -EINVAL when ->setlease operation is NULLJeff Layton
2026-01-12xfs: add setlease file operationJeff Layton
2026-01-12ufs: add setlease file operationJeff Layton
2026-01-12udf: add setlease file operationJeff Layton
2026-01-12tmpfs: add setlease file operationJeff Layton
2026-01-12squashfs: add setlease file operationJeff Layton
2026-01-12overlayfs: add setlease file operationJeff Layton
2026-01-12orangefs: add setlease file operationJeff Layton
2026-01-12ocfs2: add setlease file operationJeff Layton
2026-01-12ntfs3: add setlease file operationJeff Layton
2026-01-12nilfs2: add setlease file operationJeff Layton
2026-01-12jfs: add setlease file operationJeff Layton
2026-01-12jffs2: add setlease file operationJeff Layton
2026-01-12gfs2: add a setlease file operationJeff Layton
2026-01-12fat: add setlease file operationJeff Layton
2026-01-12f2fs: add setlease file operationJeff Layton
2026-01-12exfat: add setlease file operationJeff Layton
2026-01-12ext4: add setlease file operationJeff Layton
2026-01-12ext2: add setlease file operationJeff Layton
2026-01-12erofs: add setlease file operationJeff Layton
2026-01-12btrfs: add setlease file operationJeff Layton
2026-01-12affs: add setlease file operationJeff Layton
2026-01-12fs: add setlease to generic_ro_fops and read-only filesystem directory operat...Jeff Layton
2026-01-12vboxsf: don't allow delegations to be set on directoriesJeff Layton
2026-01-12ceph: don't allow delegations to be set on directoriesJeff Layton
2026-01-12gfs2: don't allow delegations to be set on directoriesJeff Layton
2026-01-129p: don't allow delegations to be set on directoriesJeff Layton
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton
2026-01-12nfs: properly disallow delegation requests on directoriesJeff Layton
2026-01-12fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()NeilBrown
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig
2026-01-11fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_cryptChristoph Hellwig
2026-01-11fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_cryptChristoph Hellwig
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang
2026-01-10fs/resctrl: Move RMID initialization to first mountTony Luck
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck
2026-01-10fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck
2026-01-09Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck
2026-01-09fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp()Tony Luck
2026-01-09fs/resctrl: Refactor mkdir_mondata_subdir()Tony Luck
2026-01-09x86/resctrl: Read telemetry eventsTony Luck
2026-01-09x86/resctrl: Find and enable usable telemetry eventsTony Luck
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-09btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo