summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-03-13exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen1-1/+1
2025-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-03-13exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo1-1/+1
2025-03-13coredump: Only sort VMAs when core_sort_vma sysctl is setKees Cook1-2/+13
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-1/+2
2025-03-13btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li1-0/+1
2025-03-13btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota1-2/+7
2025-03-13ksmbd: fix bug on trap in smb2_lockNamjae Jeon1-1/+1
2025-03-13ksmbd: fix use-after-free in smb2_lockNamjae Jeon1-3/+3
2025-03-13ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
2025-03-13ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon1-0/+1
2025-03-13smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French4-7/+29
2025-03-13cifs: Remove symlink member from cifs_open_info_data unionPali Rohár3-7/+4
2025-03-07fuse: revert back to __readahead_folio() for readaheadJoanne Koong2-2/+17
2025-03-07btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo1-1/+8
2025-03-07btrfs: fix use-after-free on inode when scanning root during em shrinkingFilipe Manana1-2/+1
2025-03-07btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana1-1/+1
2025-03-07btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana1-21/+57
2025-03-07afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+3
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-03-07NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust3-0/+41
2025-03-07NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust1-0/+4
2025-03-07NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-27smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2025-02-27btrfs: fix double accounting race when extent_writepage_io() failedQu Wenruo1-13/+24
2025-02-27btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo2-13/+49
2025-02-27btrfs: use btrfs_inode in extent_writepage()David Sterba1-7/+7
2025-02-21btrfs: fix stale page cache after race between readahead and direct IO writeFilipe Manana1-3/+15
2025-02-21btrfs: rename __get_extent_map() and pass btrfs_inodeDavid Sterba1-8/+7
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana1-3/+1
2025-02-21cifs: pick channels for individual subrequestsShyam Prasad N2-4/+4
2025-02-21orangefs: fix a oob in orangefs_debug_writeMike Marshall1-2/+2
2025-02-21fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov6-13/+20
2025-02-21fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr()Konstantin Komarov4-80/+90
2025-02-21NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()Zichen Xie1-3/+3
2025-02-21nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton1-1/+10
2025-02-21NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-21nfsd: clear acl_access/acl_default after releasing themLi Lingfeng2-0/+4
2025-02-17fs/netfs/read_collect: fix crash due to uninitialized `prev` variableMax Kellermann1-10/+11
2025-02-17fs/netfs/read_pgpriv2: skip folio queues without `marks3`Max Kellermann1-2/+3
2025-02-17fs: fix adding security options to statmount.mnt_optMiklos Szeredi1-15/+14
2025-02-17fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()Jeff Layton1-0/+4
2025-02-17statmount: let unset strings be emptyMiklos Szeredi1-9/+16
2025-02-17NFSD: Encode COMPOUND operation status on page boundariesChuck Lever1-10/+10
2025-02-17nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on itDragan Simic1-1/+2
2025-02-17nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich1-3/+3
2025-02-17ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)1-2/+3