summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-10-21xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster1-54/+74
2019-10-21xfs: refactor and reuse best extent scanning logicBrian Foster1-55/+55
2019-10-21xfs: refactor allocation tree fixup codeBrian Foster1-16/+2
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster2-201/+79
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster2-28/+113
2019-10-21xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster1-30/+33
2019-10-21xfs: track allocation busy state in allocation cursorBrian Foster1-11/+14
2019-10-21xfs: introduce allocation cursor data structureBrian Foster1-155/+163
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster3-3/+25
2019-10-21xfs: ignore extent size hints for always COW inodesChristoph Hellwig1-0/+6
2019-10-21xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONSyu kuai1-0/+10
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues11-53/+79
2019-10-21iomap: use write_begin to read pages to unshareChristoph Hellwig1-33/+16
2019-10-21iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig1-17/+16
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2-5/+12
2019-10-21iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig1-9/+5
2019-10-21iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig1-2/+2
2019-10-21iomap: enhance writeback error messageDarrick J. Wong1-2/+3
2019-10-21iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig1-5/+5
2019-10-21iomap: cleanup iomap_ioend_compareChristoph Hellwig1-4/+3
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig1-0/+17
2019-10-21iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig1-0/+2
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig6-648/+610
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig6-57/+120
2019-10-21iomap: zero newly allocated mapped blocksChristoph Hellwig1-2/+10
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2-27/+46
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2-14/+14
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig1-31/+42
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig4-51/+50
2019-10-21xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig1-3/+6
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig3-14/+20
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner1-0/+7
2019-10-15xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara1-8/+4
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara3-6/+12
2019-10-14Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-41/+5
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+20
2019-10-13tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-13tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)1-41/+1
2019-10-12Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-72/+40
2019-10-12Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-40/+57
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+10
2019-10-11io_uring: fix sequence logic for timeout requestsJens Axboe1-17/+20
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds10-31/+29
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-13/+49
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-66/+71
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+4
2019-10-10libfs: take cursors out of list when moving past the end of directoryAl Viro1-24/+25
2019-10-10vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-10-10io_uring: only flush workqueues on fileset removalJens Axboe1-1/+5