summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-30xfs: remove XFS_TRANS_NOFSxfs-5.3-merge-6Christoph Hellwig
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig
2019-06-30xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig
2019-06-28xfs: fix iclog allocation sizexfs-5.3-merge-5Christoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig
2019-06-28xfs: simplify xfs_chain_bioChristoph Hellwig
2019-06-28xfs: account for log space when formatting new AGsDarrick J. Wong
2019-06-28xfs: refactor free space btree record initializationDarrick J. Wong
2019-06-28xfs: always update params on small allocationBrian Foster
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster
2019-06-28xfs: move small allocation helperBrian Foster
2019-06-28xfs: clean up small allocation helperBrian Foster
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig
2019-06-28xfs: merge xfs_rud_init into xfs_trans_get_rudChristoph Hellwig
2019-06-28xfs: merge xfs_cud_init into xfs_trans_get_cudChristoph Hellwig
2019-06-28xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig
2019-06-28xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig
2019-06-28xfs: remove the dummy iop_push implementation for inode creation itemsChristoph Hellwig
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove unused buffer cache APIsChristoph Hellwig
2019-06-28xfs: stop using bp naming for log recovery buffersChristoph Hellwig
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig
2019-06-28xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig
2019-06-28xfs: update both stat counters together in xlog_syncChristoph Hellwig
2019-06-28xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig
2019-06-28xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig
2019-06-28xfs: factor out log buffer writing from xlog_syncChristoph Hellwig
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig