summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-24xfs: Sanity check flags of Q_XQUOTARM callxfs-5.5-merge-3Jan Kara
2019-10-23xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-10-23xfs: cap longest free extent to maximum allocatableDave Chinner
2019-10-21xfs: remove the duplicated inode log fieldmask setkaixuxia
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesxfs-5.5-merge-2Christoph Hellwig
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig
2019-10-21xfs: factor out a helper to calculate the end_fsbChristoph Hellwig
2019-10-21xfs: fill out the srcmap in iomap_beginChristoph Hellwig
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