summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong2022-10-051-1/+2
* ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-281-1/+1
* xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong2022-09-281-1/+1
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2022-09-283-20/+26
* xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2022-09-284-1/+130
* xfs: split the sunit parameter update into two partsDarrick J. Wong2022-09-281-51/+72
* xfs: refactor agfl length computation functionDarrick J. Wong2022-09-281-5/+13
* xfs: use bitops interface for buf log item AIL flag checkBrian Foster2022-09-281-1/+1
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2022-09-282-1/+13
* xfs: fix some memory leaks in log recoveryDarrick J. Wong2022-09-281-3/+5
* xfs: always log corruption errorsDarrick J. Wong2022-09-2825-45/+179
* xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong2022-09-284-8/+8
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2022-09-285-21/+21
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2022-09-283-5/+42
* xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong2022-09-281-0/+10
* xfs: range check ri_cnt when recovering log itemsDarrick J. Wong2022-09-281-1/+10
* xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong2022-09-281-0/+1
* xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig2022-09-281-2/+2
* xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong2022-09-283-7/+7
* ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques2022-09-281-0/+4
* cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-282-10/+3
* afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells2022-09-281-0/+1
* iomap: iomap that extends beyond EOF should be marked dirtyChandan Babu R2022-09-281-0/+7
* cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-281-2/+2
* cifs: revalidate mapping when doing direct writesRonnie Sahlberg2022-09-281-0/+3
* NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust2022-09-281-9/+18
* tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-201-8/+23
* afs: Use the operation issue time instead of the reply time for callbacksDavid Howells2022-09-155-12/+5
* smb3: missing inode locks in punch holeDavid Howells2022-09-151-5/+5
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+22
* btrfs: harden identification of a stale deviceAnand Jain2022-09-151-7/+37
* io_uring: disable polling pollfree filesPavel Begunkov2022-09-052-0/+4
* btrfs: tree-checker: check for overlapping extent itemsJosef Bacik2022-09-051-2/+23
* btrfs: unify lookup return value when dir entry is missingFilipe Manana2022-09-053-22/+42
* btrfs: do not pin logs too early during renamesFilipe Manana2022-09-051-6/+42
* btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza2022-09-051-37/+39
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-09-051-0/+3
* btrfs: add info when mount fails due to stale replace targetAnand Jain2022-09-051-1/+1
* btrfs: replace: drop assert for suspended replaceAnand Jain2022-09-051-2/+1
* btrfs: fix silent failure when deleting root referenceFilipe Manana2022-09-051-2/+3
* btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-08-251-13/+6
* btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo2022-08-251-4/+51
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-08-251-1/+5
* ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-251-0/+10
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-251-5/+2
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-251-5/+6
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-08-251-0/+3
* NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-08-251-22/+24
* NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-08-251-1/+0