summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: also call xfs_file_iomap_end_delalloc for zeroing operationsChristoph Hellwig2019-10-211-1/+2
* xfs: fix inode fork extent count overflowDave Chinner2019-10-215-20/+24
* xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig2019-10-212-66/+11
* xfs: turn ic_state into an enumChristoph Hellwig2019-10-213-94/+88
* xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig2019-10-211-2/+0
* xfs: remove dead ifdef XFSERRORDEBUG codeChristoph Hellwig2019-10-211-13/+0
* xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig2019-10-211-98/+90
* xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig2019-10-211-9/+7
* xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig2019-10-212-7/+2
* xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig2019-10-211-1/+1
* xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster2019-10-212-12/+144
* xfs: factor out tree fixup logic into helperBrian Foster2019-10-212-10/+33
* xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster2019-10-211-54/+74
* xfs: refactor and reuse best extent scanning logicBrian Foster2019-10-211-55/+55
* xfs: refactor allocation tree fixup codeBrian Foster2019-10-211-16/+2
* xfs: reuse best extent tracking logic for bnobt scanBrian Foster2019-10-212-201/+79
* xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster2019-10-212-28/+113
* xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster2019-10-211-30/+33
* xfs: track allocation busy state in allocation cursorBrian Foster2019-10-211-11/+14
* xfs: introduce allocation cursor data structureBrian Foster2019-10-211-155/+163
* xfs: track active state of allocation btree cursorsBrian Foster2019-10-213-3/+25
* xfs: ignore extent size hints for always COW inodesChristoph Hellwig2019-10-211-0/+6
* xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONSyu kuai2019-10-211-0/+10
* iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-2112-55/+82
* iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5
* iomap: use write_begin to read pages to unshareChristoph Hellwig2019-10-211-33/+16
* iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig2019-10-211-17/+16
* iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-213-6/+13
* iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig2019-10-211-9/+5
* iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig2019-10-211-2/+2
* iomap: better document the IOMAP_F_* flagsChristoph Hellwig2019-10-211-8/+23
* iomap: enhance writeback error messageDarrick J. Wong2019-10-211-2/+3
* iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig2019-10-211-5/+5
* iomap: cleanup iomap_ioend_compareChristoph Hellwig2019-10-211-4/+3
* iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-212-17/+17
* iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig2019-10-211-0/+2
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-217-648/+669
* iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-216-57/+120
* iomap: zero newly allocated mapped blocksChristoph Hellwig2019-10-211-2/+10
* xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2019-10-212-27/+46
* xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2019-10-212-14/+14
* xfs: refactor the ioend merging codeChristoph Hellwig2019-10-211-31/+42
* xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-214-51/+50
* xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig2019-10-211-3/+6
* xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig2019-10-213-14/+20
* iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-172-0/+9
* xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara2019-10-151-8/+4
* iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-154-7/+14
* Linux 5.4-rc3v5.4-rc3Linus Torvalds2019-10-141-1/+1
* Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-1315-132/+223
|\