summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig8-55/+38
2019-10-28xfs: mark xfs_buf_free staticChristoph Hellwig2-2/+1
2019-10-24xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2019-10-24xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)1-0/+1
2019-10-24xfs: don't set bmapi total block req where minleft isBrian Foster6-11/+9
2019-10-24xfs: cap longest free extent to maximum allocatableDave Chinner2-10/+11
2019-10-21xfs: remove the duplicated inode log fieldmask setkaixuxia1-1/+0
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig1-18/+5
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig1-42/+46
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig1-11/+11
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig6-52/+40
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig1-213/+221
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig5-24/+60
2019-10-21xfs: factor out a helper to calculate the end_fsbChristoph Hellwig1-20/+20
2019-10-21xfs: fill out the srcmap in iomap_beginChristoph Hellwig1-25/+24
2019-10-21xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig1-24/+24
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig3-21/+21
2019-10-21xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig1-98/+5
2019-10-21xfs: also call xfs_file_iomap_end_delalloc for zeroing operationsChristoph Hellwig1-1/+2
2019-10-21xfs: fix inode fork extent count overflowDave Chinner5-20/+24
2019-10-21xfs: remove the XLOG_STATE_DO_CALLBACK stateChristoph Hellwig2-66/+11
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig3-94/+88
2019-10-21xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flagsChristoph Hellwig1-2/+0
2019-10-21xfs: remove dead ifdef XFSERRORDEBUG codeChristoph Hellwig1-13/+0
2019-10-21xfs: call xlog_state_release_iclog with l_icloglock heldChristoph Hellwig1-98/+90
2019-10-21xfs: move the locking from xlog_state_finish_copy to the callersChristoph Hellwig1-9/+7
2019-10-21xfs: remove the unused ic_io_size field from xlog_in_coreChristoph Hellwig2-7/+2
2019-10-21xfs: pass the correct flag to xlog_write_iclogChristoph Hellwig1-1/+1
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster2-12/+144
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster2-10/+33
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