summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-19mount: handle NULL values in mnt_ns_release()Christian Brauner
2025-10-19pidfs: validate extensible ioctlsChristian Brauner
2025-10-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong
2025-10-19writeback: Avoid excessively long inode switching timesJan Kara
2025-10-19writeback: Avoid softlockup when switching many inodesJan Kara
2025-10-19mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_listAl Viro
2025-10-19nsfs: validate extensible ioctlsChristian Brauner
2025-10-19cramfs: Verify inode mode when loading from diskTetsuo Handa
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu
2025-10-19minixfs: Verify inode mode when loading from diskTetsuo Handa
2025-10-19copy_file_range: limit size if in compat modeMiklos Szeredi
2025-10-19Squashfs: reject negative file sizes in squashfs_read_inode()Phillip Lougher
2025-10-19Squashfs: add additional inode sanity checkingPhillip Lougher
2025-10-19ext4: free orphan info with kvfreeJan Kara
2025-10-19ext4: validate ea_ino and size in check_xattrsDeepanshu Kartikey
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag
2025-10-19ext4: fix an off-by-one issue during moving extentsZhang Yi
2025-10-19ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o
2025-10-19ext4: correctly handle queries for metadata mappingsOjaswin Mujoo
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-10-19ext4: verify orphan file size is not too bigJan Kara
2025-10-19ext4: fail unaligned direct IO write with EINVALJan Kara
2025-10-19ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()Baokun Li
2025-10-19nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia
2025-10-19NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum
2025-10-19nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew
2025-10-19xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong
2025-10-19smb client: fix bug with newly created file in cached dirBharath SM
2025-10-19openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin
2025-10-19fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong
2025-10-19fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi
2025-10-19fs: quota: create dedicated workqueue for quota_release_workShashank A P
2025-10-19fs/ntfs3: Fix a resource leak bug in wnd_extend()Haoxiang Li
2025-10-19eventpoll: Replace rwlock with spinlockNam Cao
2025-10-19btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento
2025-10-19cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár
2025-10-19smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara
2025-10-19cifs: Fix copy_to_iter return value checkFushuai Wang
2025-10-19nfsd: fix timestamp updates in CB_GETATTRJeff Layton
2025-10-19nfsd: fix SETATTR updates for delegated timestampsJeff Layton
2025-10-19nfsd: track original timestamps in nfs4_delegationJeff Layton
2025-10-19nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton
2025-10-19vfs: add ATTR_CTIME_SET flagJeff Layton
2025-10-19nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton
2025-10-19nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton
2025-10-19listmount: don't call path_put() under namespace semaphoreChristian Brauner
2025-10-19statmount: don't call path_put() under namespace semaphoreChristian Brauner
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo
2025-10-19fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai
2025-10-19fs: always return zero on success from replace_fd()Thomas Weißschuh