summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong1-1/+1
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2022-09-28xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong4-1/+130
2022-09-28xfs: split the sunit parameter update into two partsDarrick J. Wong1-51/+72
2022-09-28xfs: refactor agfl length computation functionDarrick J. Wong1-5/+13
2022-09-28xfs: use bitops interface for buf log item AIL flag checkBrian Foster1-1/+1
2022-09-28xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2-1/+13
2022-09-28xfs: fix some memory leaks in log recoveryDarrick J. Wong1-3/+5
2022-09-28xfs: always log corruption errorsDarrick J. Wong25-45/+179
2022-09-28xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong4-8/+8
2022-09-28xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong5-21/+21
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia3-5/+42
2022-09-28xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong1-0/+10
2022-09-28xfs: range check ri_cnt when recovering log itemsDarrick J. Wong1-1/+10
2022-09-28xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong1-0/+1
2022-09-28xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig1-2/+2
2022-09-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong3-7/+7
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-10/+3
2022-09-28afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells1-0/+1
2022-09-28iomap: iomap that extends beyond EOF should be marked dirtyChandan Babu R1-0/+7
2022-09-28cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-28cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-28NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust1-9/+18
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris1-8/+23
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells5-12/+5
2022-09-15smb3: missing inode locks in punch holeDavid Howells1-5/+5
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-09-15btrfs: harden identification of a stale deviceAnand Jain1-7/+37
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov2-0/+4
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik1-2/+23
2022-09-05btrfs: unify lookup return value when dir entry is missingFilipe Manana3-22/+42
2022-09-05btrfs: do not pin logs too early during renamesFilipe Manana1-6/+42
2022-09-05btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza1-37/+39
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues1-0/+3
2022-09-05btrfs: add info when mount fails due to stale replace targetAnand Jain1-1/+1
2022-09-05btrfs: replace: drop assert for suspended replaceAnand Jain1-2/+1
2022-09-05btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-08-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-13/+6
2022-08-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+51
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei1-0/+3
2022-08-25NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust1-22/+24
2022-08-25NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust1-1/+0