summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-09-01xfs: make the RT rsum_cache mandatoryChristoph Hellwig
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong
2024-09-01xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig
2024-09-01xfs: validate inumber in xfs_igetDarrick J. Wong
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown
2024-09-01nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()NeilBrown
2024-09-01nfsd: use system_unbound_wq for nfsd_file_gc_worker()Youzhong Yang
2024-09-01nfsd: count nfsd_file allocationsJeff Layton
2024-09-01nfsd: fix refcount leak when file is unhashed after being foundJeff Layton
2024-09-01nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton
2024-09-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang
2024-09-01fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-09-01Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-08-31bcachefs: Mark more errors as autofixKent Overstreet
2024-08-31bcachefs: Revert lockless buffered IO pathKent Overstreet
2024-09-01Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-09-01Merge tag 'xfs-6.11-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-08-30nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown
2024-08-30fs: drop GFP_NOFAIL mode from alloc_page_buffersMichal Hocko
2024-08-30ovl: fsync after metadata copy-upAmir Goldstein
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian
2024-08-30mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang
2024-08-30netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li
2024-08-30fs: use LIST_HEAD() to simplify codeHongbo Li
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner
2024-08-30inode: port __I_NEW to var eventChristian Brauner
2024-08-30inode: port __I_SYNC to var eventChristian Brauner
2024-08-30fs: add i_state helpersChristian Brauner
2024-08-30vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun
2024-08-30vfs: drop one lock trip in evict()Mateusz Guzik
2024-08-30debugfs show actual source in /proc/mountsMarc Aurèle La France
2024-08-30inode: remove __I_DIO_WAKEUPChristian Brauner
2024-08-30fs: Use in_group_or_capable() helper to simplify the codeHongbo Li
2024-08-30vfs: elide smp_mb in iversion handling in the common caseMateusz Guzik
2024-08-30autofs: add per dentry expire timeoutIan Kent
2024-08-30vfs: use RCU in ilookupMateusz Guzik
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner
2024-08-30fs/select: Annotate struct poll_list with __counted_by()Thorsten Blum
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner
2024-08-30fs: remove audit dummy context checkChristian Brauner
2024-08-30fs: pull up trailing slashes check for O_CREATChristian Brauner
2024-08-30fs: move audit parent inodeChristian Brauner