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