summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph 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 sizeChristoph 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