aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew3-26/+83
2025-10-19xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-10-19smb client: fix bug with newly created file in cached dirBharath SM1-0/+1
2025-10-19openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin1-0/+8
2025-10-19fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7
2025-10-19fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi1-1/+1
2025-10-19fs: quota: create dedicated workqueue for quota_release_workShashank A P1-1/+9
2025-10-19fs/ntfs3: Fix a resource leak bug in wnd_extend()Haoxiang Li1-0/+1
2025-10-19eventpoll: Replace rwlock with spinlockNam Cao1-113/+26
2025-10-19btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-10-19cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár1-2/+60
2025-10-19smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara1-10/+12
2025-10-19cifs: Fix copy_to_iter return value checkFushuai Wang1-5/+5
2025-10-19nfsd: fix timestamp updates in CB_GETATTRJeff Layton1-6/+5
2025-10-19nfsd: fix SETATTR updates for delegated timestampsJeff Layton3-14/+44
2025-10-19nfsd: track original timestamps in nfs4_delegationJeff Layton2-3/+13
2025-10-19nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton2-4/+5
2025-10-19vfs: add ATTR_CTIME_SET flagJeff Layton1-25/+19
2025-10-19nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton1-1/+1
2025-10-19nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton1-1/+1
2025-10-19listmount: don't call path_put() under namespace semaphoreChristian Brauner1-28/+59
2025-10-19statmount: don't call path_put() under namespace semaphoreChristian Brauner1-5/+3
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-10-19fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai1-32/+38
2025-10-19fs: always return zero on success from replace_fd()Thomas Weißschuh1-1/+4
2025-10-15ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-10-15ext4: fix potential null deref in ext4_mb_init()Baokun Li1-0/+10
2025-10-15ksmbd: add max ip connections parameterNamjae Jeon4-13/+23
2025-10-15ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev1-1/+2
2025-10-15ksmbd: Fix race condition in RPC handle list accessYunseong Kim1-9/+17
2025-10-15fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-10-15Squashfs: fix uninit-value in squashfs_get_parentPhillip Lougher2-1/+8
2025-10-15nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer2-10/+66
2025-10-15NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer4-0/+69
2025-10-15smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-10-15f2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu1-1/+1
2025-10-15ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-10-15cramfs: fix incorrect physical page address calculationAlistair Popple1-1/+1
2025-10-15NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos1-1/+1
2025-10-15f2fs: fix zero-sized extent for precache extentswangzijie1-3/+4
2025-10-15f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu1-20/+19
2025-10-15f2fs: fix to avoid migrating empty sectionChao Yu1-1/+15
2025-10-15f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu1-1/+9
2025-10-15f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu1-1/+1
2025-10-15fs/ntfs3: reject index allocation if $BITMAP is empty but blocks existMoon Hee Lee1-0/+10
2025-10-15fs: ntfs3: Fix integer overflow in run_unpack()Vitaly Grigoryev1-3/+9
2025-10-15fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencingAnderson Nascimento1-0/+3
2025-10-15fuse: remove unneeded offset assignment when filling write pagesJoanne Koong1-1/+0
2025-10-15f2fs: fix to allow removing qf_nameChao Yu1-2/+5
2025-10-15f2fs: fix to avoid NULL pointer dereference in f2fs_check_quota_consistency()Chao Yu1-1/+2