aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm: remove stray references to struct pagevecTal Zussman2-3/+0
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner1-1/+2
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)2-2/+2
2026-04-04coda_flag_children(): fix a UAFAl Viro1-0/+2
2026-04-04sanitize coda_dentry_delete()Al Viro1-9/+3
2026-04-04coda: is_bad_inode() is always false thereAl Viro1-4/+1
2026-04-04get rid of busy-waiting in shrink_dcache_tree()Al Viro1-6/+73
2026-04-03lsm: add backing_file LSM hooksPaul Moore7-14/+50
2026-04-03fs: prepare for adding LSM blob to backing_fileAmir Goldstein1-2/+20
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling2-74/+25
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling1-0/+21
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling1-14/+9
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling2-45/+13
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling1-1/+22
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling1-0/+1
2026-04-03nfsd: fix comment typo in nfsxdrJoseph Salisbury1-1/+1
2026-04-03nfsd: fix comment typo in nfs3xdrJoseph Salisbury1-2/+2
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo4-34/+94
2026-04-03NFSD: use per-operation statidx for callback proceduresChuck Lever1-1/+1
2026-04-02ubifs: remove unnecessary cond_resched() from list_sort() compareKuan-Wei Chiu2-3/+0
2026-04-02btrfs: use xor_genChristoph Hellwig1-23/+4
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2026-04-02ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum1-4/+0
2026-04-02ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum1-1/+1
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini1-1/+5
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds3-31/+133
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi1-7/+11
2026-04-02fuse: clean up device cloningMiklos Szeredi3-24/+15
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi2-27/+34
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi6-18/+50
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi5-66/+57
2026-04-02fuse: check connection state on notificationMiklos Szeredi1-0/+7
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi1-11/+8
2026-04-02ntfs3: fix memory leak in indx_create_allocate()Deepanshu Kartikey1-0/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski67-475/+1157
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2026-04-02f2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu1-0/+2
2026-04-02f2fs: invalidate block device page cache on umountYongpeng Yang1-0/+6
2026-04-02f2fs: fix to freeze GC and discard threads quicklyDaeho Jeong2-1/+21
2026-04-02f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu1-1/+2
2026-04-02f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
2026-04-02f2fs: fix data loss caused by incorrect use of nat_entry flagYongpeng Yang1-0/+3
2026-04-02f2fs: fix to skip empty sections in f2fs_get_victimDaeho Jeong1-0/+3
2026-04-02f2fs: fix inline data not being written to disk in writeback pathYongpeng Yang3-1/+12
2026-04-02f2fs: fix fsck inconsistency caused by FGGC of node blockYongpeng Yang1-14/+13
2026-04-02f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usageYongpeng Yang1-9/+5
2026-04-02f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
2026-04-02f2fs: refactor node footer flag setting related codeYongpeng Yang3-14/+13
2026-04-02f2fs: refactor f2fs_move_node_folio functionYongpeng Yang1-22/+32
2026-04-02debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()Gui-Dong Han1-1/+1