summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-288-55/+38
* xfs: mark xfs_buf_free staticChristoph Hellwig2019-10-282-2/+1
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2019-10-241-0/+3
* xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+1
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-236-11/+9
* xfs: cap longest free extent to maximum allocatableDave Chinner2019-10-232-10/+11
* xfs: remove the duplicated inode log fieldmask setkaixuxia2019-10-211-1/+0
* xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig2019-10-211-18/+5
* xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig2019-10-211-42/+46
* xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig2019-10-211-11/+11
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-216-52/+40
* xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig2019-10-211-213/+221
* xfs: split out a new set of read-only iomap opsChristoph Hellwig2019-10-215-24/+60
* xfs: factor out a helper to calculate the end_fsbChristoph Hellwig2019-10-211-20/+20
* xfs: fill out the srcmap in iomap_beginChristoph Hellwig2019-10-211-25/+24
* xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig2019-10-211-24/+24
* xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig2019-10-213-21/+21
* xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig2019-10-211-98/+5
* 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