summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong3-18/+19
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong4-20/+23
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam4-17/+7
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong5-2/+28
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong10-1/+325
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong5-150/+93
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2-3/+121
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong1-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong1-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong1-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong3-104/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong1-3/+45
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong5-406/+264
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2-14/+12
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong1-43/+20
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong8-6/+496
2019-07-02xfs: create iterator error codesDarrick J. Wong6-8/+14
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