summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-07xfs: remove unused variable 'done'YueHaibing1-1/+0
2022-10-07xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong1-1/+1
2022-10-07xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong2-81/+29
2022-10-07xfs: move incore structures out of xfs_da_format.hChristoph Hellwig6-57/+58
2022-10-07xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2-40/+44
2022-10-07xfs: refactor remote attr value buffer invalidationDarrick J. Wong2-19/+31
2022-10-07xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig1-1/+6
2022-10-07xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong1-27/+21
2022-10-07xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong1-12/+12
2022-10-07xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2-1/+9
2022-10-07xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig4-6/+6
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