aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner1-86/+31
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner1-1/+1
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner5-24/+105
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner3-8/+3
2020-07-07xfs: unwind log item error flaggingDave Chinner4-71/+14
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner1-70/+144
2020-07-07xfs: get rid of log item callbacksDave Chinner5-29/+6
2020-07-07xfs: clean up the buffer iodone callback functionsDave Chinner3-114/+29
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner3-5/+40
2020-07-06xfs: make inode IO completion buffer centricDave Chinner4-55/+56
2020-07-06xfs: clean up whacky buffer log item list reinitDave Chinner1-2/+0
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner5-63/+24
2020-07-06xfs: mark log recovery buffers for completionDave Chinner6-8/+18
2020-07-06xfs: mark dquot buffers in cacheDave Chinner6-0/+20
2020-07-06xfs: mark inode buffers in cacheDave Chinner6-30/+77
2020-07-06xfs: add an inode item lockDave Chinner5-40/+66
2020-07-06xfs: remove logged flag from inode log itemDave Chinner3-35/+14
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao1-4/+0
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner1-1/+14
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong5-97/+99
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong3-23/+34
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2-4/+4
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong1-0/+16
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong1-2/+4
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong1-7/+14
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong3-162/+141
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong3-5/+5
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel1-3/+3
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-06-22xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2020-06-21xfs: flag files as supporting buffered async readsJens Axboe1-1/+1
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-2/+2
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+3
2020-06-11Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-88/+20
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse3-10/+10
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan1-1/+3
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+4
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds101-4811/+4238
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-8/+5
2020-05-29fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()Ira Weiny1-88/+20