aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner
2020-07-07xfs: factor xfs_iflush_doneDave Chinner
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner
2020-07-07xfs: rename xfs_iflush_int()Dave Chinner
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner
2020-07-07xfs: rework stale inodes in xfs_ifree_clusterDave Chinner
2020-07-07xfs: clean up inode reclaim commentsDave Chinner
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-07-07xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner
2020-07-07xfs: don't block inode reclaim on the ILOCKDave Chinner
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner
2020-07-07xfs: unwind log item error flaggingDave Chinner
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner
2020-07-07xfs: get rid of log item callbacksDave Chinner
2020-07-07xfs: clean up the buffer iodone callback functionsDave Chinner
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner
2020-07-06xfs: make inode IO completion buffer centricDave Chinner
2020-07-06xfs: clean up whacky buffer log item list reinitDave Chinner
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner
2020-07-06xfs: mark log recovery buffers for completionDave Chinner
2020-07-06xfs: mark dquot buffers in cacheDave Chinner
2020-07-06xfs: mark inode buffers in cacheDave Chinner
2020-07-06xfs: add an inode item lockDave Chinner
2020-07-06xfs: remove logged flag from inode log itemDave Chinner
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe