summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-10-07xfs: remove unused variable 'done'YueHaibing
2022-10-07xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong
2022-10-07xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2022-10-07xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2022-10-07xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig
2022-10-07xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong
2022-10-07xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong
2022-10-07xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2022-10-07xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara
2022-09-28xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-09-28xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2022-09-28xfs: split the sunit parameter update into two partsDarrick J. Wong
2022-09-28xfs: refactor agfl length computation functionDarrick J. Wong
2022-09-28xfs: use bitops interface for buf log item AIL flag checkBrian Foster
2022-09-28xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2022-09-28xfs: fix some memory leaks in log recoveryDarrick J. Wong
2022-09-28xfs: always log corruption errorsDarrick J. Wong
2022-09-28xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong
2022-09-28xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2022-09-28xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong
2022-09-28xfs: range check ri_cnt when recovering log itemsDarrick J. Wong
2022-09-28xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong
2022-09-28xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig
2022-09-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-09-28afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells
2022-09-28iomap: iomap that extends beyond EOF should be marked dirtyChandan Babu R
2022-09-28cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher
2022-09-28cifs: revalidate mapping when doing direct writesRonnie Sahlberg
2022-09-28NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2022-09-15smb3: missing inode locks in punch holeDavid Howells
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-09-15btrfs: harden identification of a stale deviceAnand Jain
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2022-09-05btrfs: unify lookup return value when dir entry is missingFilipe Manana
2022-09-05btrfs: do not pin logs too early during renamesFilipe Manana
2022-09-05btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2022-09-05btrfs: add info when mount fails due to stale replace targetAnand Jain
2022-09-05btrfs: replace: drop assert for suspended replaceAnand Jain