aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesEric Sandeen113-570/+0
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig2-1/+5
2019-06-28xfs: simplify xfs_chain_bioChristoph Hellwig1-18/+17
2019-06-28xfs: account for log space when formatting new AGsDarrick J. Wong1-0/+67
2019-06-28xfs: refactor free space btree record initializationDarrick J. Wong1-11/+16
2019-06-28xfs: always update params on small allocationBrian Foster1-2/+2
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster1-2/+9
2019-06-28xfs: move small allocation helperBrian Foster1-96/+94
2019-06-28xfs: clean up small allocation helperBrian Foster1-72/+60
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig4-229/+198
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig4-259/+229
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig4-237/+207
2019-06-28xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig4-270/+244
2019-06-28xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig3-26/+6
2019-06-28xfs: merge xfs_rud_init into xfs_trans_get_rudChristoph Hellwig3-22/+6
2019-06-28xfs: merge xfs_cud_init into xfs_trans_get_cudChristoph Hellwig3-26/+6
2019-06-28xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig3-40/+15
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig8-39/+0
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig4-69/+39
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig9-48/+48
2019-06-28xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig1-2/+2
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig7-121/+18
2019-06-28xfs: split iop_unlockChristoph Hellwig13-73/+67
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig4-12/+14
2019-06-28xfs: remove the dummy iop_push implementation for inode creation itemsChristoph Hellwig1-11/+0
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig10-557/+25
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig5-19/+16
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig1-1/+1
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig25-84/+81
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig3-9/+6
2019-06-28xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig1-1/+1
2019-06-28xfs: remove unused buffer cache APIsChristoph Hellwig2-108/+2
2019-06-28xfs: stop using bp naming for log recovery buffersChristoph Hellwig1-99/+102
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig4-157/+149
2019-06-28xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig1-11/+5
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig4-13/+13
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig2-130/+118
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig2-5/+5
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig1-8/+6
2019-06-28xfs: update both stat counters together in xlog_syncChristoph Hellwig1-1/+1
2019-06-28xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig1-26/+41
2019-06-28xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig1-30/+33
2019-06-28xfs: factor out log buffer writing from xlog_syncChristoph Hellwig1-80/+45
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig1-1/+1
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2-10/+14
2019-06-28xfs: reformat xlog_get_lowest_lsnChristoph Hellwig1-14/+10
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig1-41/+11
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2-10/+0
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2-12/+9
2019-06-28xfs: renumber XBF_WRITE_FAILChristoph Hellwig1-1/+1