summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-27smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-27btrfs: fix double accounting race when extent_writepage_io() failedQu Wenruo
2025-02-27btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo
2025-02-27btrfs: use btrfs_inode in extent_writepage()David Sterba
2025-02-21btrfs: fix stale page cache after race between readahead and direct IO writeFilipe Manana
2025-02-21btrfs: rename __get_extent_map() and pass btrfs_inodeDavid Sterba
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana
2025-02-21cifs: pick channels for individual subrequestsShyam Prasad N
2025-02-21orangefs: fix a oob in orangefs_debug_writeMike Marshall
2025-02-21fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov
2025-02-21fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr()Konstantin Komarov
2025-02-21NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()Zichen Xie
2025-02-21nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton
2025-02-21NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo
2025-02-21nfsd: clear acl_access/acl_default after releasing themLi Lingfeng
2025-02-17fs/netfs/read_collect: fix crash due to uninitialized `prev` variableMax Kellermann
2025-02-17fs/netfs/read_pgpriv2: skip folio queues without `marks3`Max Kellermann
2025-02-17fs: fix adding security options to statmount.mnt_optMiklos Szeredi
2025-02-17fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()Jeff Layton
2025-02-17statmount: let unset strings be emptyMiklos Szeredi
2025-02-17NFSD: Encode COMPOUND operation status on page boundariesChuck Lever
2025-02-17nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on itDragan Simic
2025-02-17nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich
2025-02-17ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)
2025-02-17ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao
2025-02-17pnfs/flexfiles: retry getting layout segment for readsMike Snitzer
2025-02-17ceph: fix memory leak in ceph_mds_auth_match()Antoine Viallon
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2025-02-17xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig
2025-02-17pidfs: improve ioctl handlingChristian Brauner
2025-02-17pidfs: check for valid ioctl commandsChristian Brauner
2025-02-17ksmbd: fix integer overflows on 32 bit systemsDan Carpenter
2025-02-17binfmt_flat: Fix integer overflow bug on 32 bit systemsDan Carpenter
2025-02-17fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-02-17smb: client: fix order of arguments of tracepointsRuben Devos
2025-02-17cifs: Remove intermediate object of failed create SFU callPali Rohár
2025-02-17btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extentsJohannes Thumshirn
2025-02-17btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik
2025-02-17btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng
2025-02-17exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) caseKees Cook
2025-02-17btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana
2025-02-17btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo
2025-02-17btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana
2025-02-17btrfs: fix lockdep splat while merging a relocation rootFilipe Manana
2025-02-08btrfs: do proper folio cleanup when run_delalloc_nocow() failedQu Wenruo
2025-02-08btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo