aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong1-41/+29
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong1-15/+0
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-29/+40
2019-07-01block: fix .bi_size overflowMing Lei1-1/+1
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig6-23/+41
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig1-1/+1
2019-06-30xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig1-1/+0
2019-06-28xfs: fix iclog allocation sizeChristoph Hellwig1-1/+2
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