aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
...
| * | | fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-03
| * | | xfs: poll waiting for quotacheckDarrick J. Wong2019-07-03
| * | | xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-03
| * | | xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-02
| * | | xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2019-07-02
| * | | xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong2019-07-02
| * | | xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong2019-07-02
| * | | xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong2019-07-02
| * | | xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-02
| * | | xfs: calculate inode walk prefetch more carefullyDarrick J. Wong2019-07-02
| * | | xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-02
| * | | xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2019-07-02
| * | | xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong2019-07-02
| * | | xfs: create simplified inode walk functionDarrick J. Wong2019-07-02
| * | | xfs: create iterator error codesDarrick J. Wong2019-07-02
| * | | xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-30
| * | | xfs: simplify xfs_ioend_can_mergeChristoph Hellwig2019-06-30
| * | | xfs: allow merging ioends over append boundariesChristoph Hellwig2019-06-30
| * | | xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig2019-06-30
| * | | xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig2019-06-30
| * | | xfs: fix iclog allocation sizeChristoph Hellwig2019-06-29
| * | | xfs: remove unused header filesEric Sandeen2019-06-28
| * | | xfs: implement cgroup aware writebackChristoph Hellwig2019-06-28
| * | | xfs: simplify xfs_chain_bioChristoph Hellwig2019-06-28
| * | | xfs: account for log space when formatting new AGsDarrick J. Wong2019-06-28
| * | | xfs: refactor free space btree record initializationDarrick J. Wong2019-06-28
| * | | xfs: always update params on small allocationBrian Foster2019-06-28
| * | | xfs: skip small alloc cntbt logic on NULL cursorBrian Foster2019-06-28
| * | | xfs: move small allocation helperBrian Foster2019-06-28
| * | | xfs: clean up small allocation helperBrian Foster2019-06-28
| * | | xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_trans_extfree.c into xfs_extfree_item.cChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_bud_init into xfs_trans_get_budChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_rud_init into xfs_trans_get_rudChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_cud_init into xfs_trans_get_cudChristoph Hellwig2019-06-28
| * | | xfs: merge xfs_efd_init into xfs_trans_get_efdChristoph Hellwig2019-06-28
| * | | xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-28
| * | | xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-28
| * | | xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-28
| * | | xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig2019-06-28
| * | | xfs: add a flag to release log items on commitChristoph Hellwig2019-06-28
| * | | xfs: split iop_unlockChristoph Hellwig2019-06-28
| * | | xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-28
| * | | xfs: remove the dummy iop_push implementation for inode creation itemsChristoph Hellwig2019-06-28
| * | | xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-28
| * | | xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-28
| * | | xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig2019-06-28
| * | | xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-28