summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-18xfs: don't lose solo dquot update transactionsDarrick J. Wong3-14/+32
2025-02-17ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-02-17statmount: let unset strings be emptyMiklos Szeredi1-4/+12
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-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-02-17Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-02-17xfs: fix mount hang during primary superblock recovery failureLong Li1-1/+10
2025-02-17xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2025-02-17xfs: release the dquot buf outside of qli_lockDarrick J. Wong1-4/+8
2025-02-17xfs: convert quotacheck to attach dquot buffersDarrick J. Wong3-13/+16
2025-02-17xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong6-24/+168
2025-02-17xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2025-02-17xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong4-32/+86
2025-02-17xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2025-02-17xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
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
2025-02-17ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-02-17pnfs/flexfiles: retry getting layout segment for readsMike Snitzer1-6/+21
2025-02-17ceph: fix memory leak in ceph_mds_auth_match()Antoine Viallon1-8/+8
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang1-4/+2
2025-02-17xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig1-44/+27
2025-02-17ksmbd: fix integer overflows on 32 bit systemsDan Carpenter1-0/+9
2025-02-17binfmt_flat: Fix integer overflow bug on 32 bit systemsDan Carpenter1-1/+1
2025-02-17fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao1-1/+1
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya5-19/+19
2025-02-17smb: client: fix order of arguments of tracepointsRuben Devos2-57/+57
2025-02-17cifs: Remove intermediate object of failed create SFU callPali Rohár1-1/+22
2025-02-17xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-02-17xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2025-02-17btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-02-17btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...Hao-ran Zheng1-1/+1
2025-02-17exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) caseKees Cook1-3/+26
2025-02-17btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana1-1/+3
2025-02-17btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo1-1/+4
2025-02-17btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana1-0/+12