summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-04get rid of busy-waiting in shrink_dcache_tree()Al Viro
2026-04-03lsm: add backing_file LSM hooksPaul Moore
2026-04-03fs: prepare for adding LSM blob to backing_fileAmir Goldstein
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling
2026-04-03nfsd: fix comment typo in nfsxdrJoseph Salisbury
2026-04-03nfsd: fix comment typo in nfs3xdrJoseph Salisbury
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo
2026-04-03NFSD: use per-operation statidx for callback proceduresChuck Lever
2026-04-02ubifs: remove unnecessary cond_resched() from list_sort() compareKuan-Wei Chiu
2026-04-02btrfs: use xor_genChristoph Hellwig
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-04-02ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum
2026-04-02ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi
2026-04-02fuse: clean up device cloningMiklos Szeredi
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-04-02fuse: check connection state on notificationMiklos Szeredi
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-04-02ntfs3: fix memory leak in indx_create_allocate()Deepanshu Kartikey
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-02f2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu
2026-04-02f2fs: invalidate block device page cache on umountYongpeng Yang
2026-04-02f2fs: fix to freeze GC and discard threads quicklyDaeho Jeong
2026-04-02f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu
2026-04-02f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu
2026-04-02f2fs: fix data loss caused by incorrect use of nat_entry flagYongpeng Yang
2026-04-02f2fs: fix to skip empty sections in f2fs_get_victimDaeho Jeong
2026-04-02f2fs: fix inline data not being written to disk in writeback pathYongpeng Yang
2026-04-02f2fs: fix fsck inconsistency caused by FGGC of node blockYongpeng Yang
2026-04-02f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usageYongpeng Yang
2026-04-02f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu
2026-04-02f2fs: refactor node footer flag setting related codeYongpeng Yang
2026-04-02f2fs: refactor f2fs_move_node_folio functionYongpeng Yang
2026-04-02debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()Gui-Dong Han
2026-04-02debugfs: check for NULL pointer in debugfs_create_str()Gui-Dong Han
2026-04-02dcache.c: more idiomatic "positives are not allowed" sanity checksAl Viro
2026-04-02erofs: include the trailing NUL in FS_IOC_GETFSLABELZhan Xusheng
2026-04-02erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()Zhan Xusheng
2026-04-02erofs: verify metadata accesses for file-backed mountsGao Xiang
2026-04-02struct dentry: make ->d_u anonymousAl Viro