summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-21xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig
2019-10-21xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig
2019-10-21xfs: also call xfs_file_iomap_end_delalloc for zeroing operationsChristoph Hellwig
2019-10-21xfs: fix inode fork extent count overflowDave Chinner
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig
2019-10-21xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig
2019-10-21xfs: remove dead ifdef XFSERRORDEBUG codeChristoph Hellwig
2019-10-21xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig
2019-10-21xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig
2019-10-21xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster
2019-10-21xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster
2019-10-21xfs: refactor and reuse best extent scanning logicBrian Foster
2019-10-21xfs: refactor allocation tree fixup codeBrian Foster
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster
2019-10-21xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster
2019-10-21xfs: track allocation busy state in allocation cursorBrian Foster
2019-10-21xfs: introduce allocation cursor data structureBrian Foster
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster
2019-10-21xfs: ignore extent size hints for always COW inodesChristoph Hellwig
2019-10-21xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONSyu kuai
2019-10-21iomap: use a srcmap for a read-modify-write I/Oiomap-5.5-merge-5Goldwyn Rodrigues
2019-10-21iomap: renumber IOMAP_HOLE to 0Christoph Hellwig
2019-10-21iomap: use write_begin to read pages to unshareChristoph Hellwig
2019-10-21iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig
2019-10-21iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig
2019-10-21iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig
2019-10-21iomap: better document the IOMAP_F_* flagsChristoph Hellwig
2019-10-21iomap: enhance writeback error messageDarrick J. Wong
2019-10-21iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig
2019-10-21iomap: cleanup iomap_ioend_compareChristoph Hellwig
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig
2019-10-21iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig
2019-10-21iomap: zero newly allocated mapped blocksChristoph Hellwig
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig
2019-10-21xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner
2019-10-15xfs: Use iomap_dio_rw to wait for unaligned direct IOiomap-5.5-merge-2Jan Kara