Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | xfs: refactor extended attribute buffer pointer functions | Darrick J. Wong | 2019-07-05 | 2 | -9/+72 | |
| * | | | | xfs: attribute scrub should use seen_enough to pass error values | Darrick J. Wong | 2019-07-05 | 2 | -3/+13 | |
| * | | | | xfs: allow single bulkstat of special inodes | Darrick J. Wong | 2019-07-04 | 2 | -1/+31 | |
| * | | | | xfs: specify AG in bulk req | Darrick J. Wong | 2019-07-04 | 7 | -12/+69 | |
| * | | | | xfs: wire up the v5 inumbers ioctl | Darrick J. Wong | 2019-07-04 | 4 | -0/+62 | |
| * | | | | xfs: wire up new v5 bulkstat ioctls | Darrick J. Wong | 2019-07-04 | 4 | -1/+123 | |
| * | | | | xfs: introduce v5 inode group structure | Darrick J. Wong | 2019-07-04 | 7 | -9/+42 | |
| * | | | | xfs: introduce new v5 bulkstat structure | Darrick J. Wong | 2019-07-04 | 9 | -30/+125 | |
| * | | | | xfs: rename bulkstat functions | Darrick J. Wong | 2019-07-04 | 3 | -18/+19 | |
| * | | | | xfs: remove various bulk request typedef usage | Darrick J. Wong | 2019-07-04 | 4 | -20/+23 | |
| * | | | | fs: xfs: xfs_log: Change return type from int to void | Hariprasad Kelam | 2019-07-03 | 4 | -17/+7 | |
| * | | | | xfs: poll waiting for quotacheck | Darrick J. Wong | 2019-07-03 | 5 | -2/+28 | |
| * | | | | xfs: multithreaded iwalk implementation | Darrick J. Wong | 2019-07-03 | 10 | -1/+325 | |
| * | | | | xfs: refactor INUMBERS to use iwalk functions | Darrick J. Wong | 2019-07-02 | 5 | -150/+93 | |
| * | | | | xfs: refactor iwalk code to handle walking inobt records | Darrick J. Wong | 2019-07-02 | 2 | -3/+121 | |
| * | | | | xfs: refactor xfs_iwalk_grab_ichunk | Darrick J. Wong | 2019-07-02 | 1 | -40/+39 | |
| * | | | | xfs: clean up long conditionals in xfs_iwalk_ichunk_ra | Darrick J. Wong | 2019-07-02 | 1 | -6/+6 | |
| * | | | | xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino | Darrick J. Wong | 2019-07-02 | 1 | -20/+17 | |
| * | | | | xfs: move bulkstat ichunk helpers to iwalk code | Darrick J. Wong | 2019-07-02 | 3 | -104/+93 | |
| * | | | | xfs: calculate inode walk prefetch more carefully | Darrick J. Wong | 2019-07-02 | 1 | -3/+45 | |
| * | | | | xfs: convert bulkstat to new iwalk infrastructure | Darrick J. Wong | 2019-07-02 | 5 | -406/+264 | |
| * | | | | xfs: bulkstat should copy lastip whenever userspace supplies one | Darrick J. Wong | 2019-07-02 | 2 | -14/+12 | |
| * | | | | xfs: convert quotacheck to use the new iwalk functions | Darrick J. Wong | 2019-07-02 | 1 | -43/+20 | |
| * | | | | xfs: create simplified inode walk function | Darrick J. Wong | 2019-07-02 | 8 | -6/+496 | |
| * | | | | xfs: create iterator error codes | Darrick J. Wong | 2019-07-02 | 6 | -8/+14 | |
| * | | | | xfs: remove XFS_TRANS_NOFS | Christoph Hellwig | 2019-06-30 | 6 | -23/+41 | |
| * | | | | xfs: simplify xfs_ioend_can_merge | Christoph Hellwig | 2019-06-30 | 1 | -12/+2 | |
| * | | | | xfs: allow merging ioends over append boundaries | Christoph Hellwig | 2019-06-30 | 1 | -7/+21 | |
| * | | | | xfs: fix a comment typo in xfs_submit_ioend | Christoph Hellwig | 2019-06-30 | 1 | -1/+1 | |
| * | | | | xfs: remove the unused xfs_count_page_state declaration | Christoph Hellwig | 2019-06-30 | 1 | -1/+0 | |
| * | | | | xfs: fix iclog allocation size | Christoph Hellwig | 2019-06-29 | 1 | -1/+2 | |
| * | | | | xfs: remove unused header files | Eric Sandeen | 2019-06-29 | 113 | -570/+0 | |
| * | | | | xfs: implement cgroup aware writeback | Christoph Hellwig | 2019-06-29 | 2 | -1/+5 | |
| * | | | | xfs: simplify xfs_chain_bio | Christoph Hellwig | 2019-06-29 | 1 | -18/+17 | |
| * | | | | xfs: account for log space when formatting new AGs | Darrick J. Wong | 2019-06-29 | 1 | -0/+67 | |
| * | | | | xfs: refactor free space btree record initialization | Darrick J. Wong | 2019-06-29 | 1 | -11/+16 | |
| * | | | | xfs: always update params on small allocation | Brian Foster | 2019-06-29 | 1 | -2/+2 | |
| * | | | | xfs: skip small alloc cntbt logic on NULL cursor | Brian Foster | 2019-06-29 | 1 | -2/+9 | |
| * | | | | xfs: move small allocation helper | Brian Foster | 2019-06-29 | 1 | -96/+94 | |
| * | | | | xfs: clean up small allocation helper | Brian Foster | 2019-06-29 | 1 | -72/+60 | |
| * | | | | xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c | Christoph Hellwig | 2019-06-29 | 4 | -229/+198 | |
| * | | | | xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c | Christoph Hellwig | 2019-06-29 | 4 | -259/+229 | |
| * | | | | xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c | Christoph Hellwig | 2019-06-29 | 4 | -237/+207 | |
| * | | | | xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c | Christoph Hellwig | 2019-06-29 | 4 | -270/+244 | |
| * | | | | xfs: merge xfs_bud_init into xfs_trans_get_bud | Christoph Hellwig | 2019-06-29 | 3 | -26/+6 | |
| * | | | | xfs: merge xfs_rud_init into xfs_trans_get_rud | Christoph Hellwig | 2019-06-29 | 3 | -22/+6 | |
| * | | | | xfs: merge xfs_cud_init into xfs_trans_get_cud | Christoph Hellwig | 2019-06-29 | 3 | -26/+6 | |
| * | | | | xfs: merge xfs_efd_init into xfs_trans_get_efd | Christoph Hellwig | 2019-06-29 | 3 | -40/+15 | |
| * | | | | xfs: remove a pointless comment duplicated above all xfs_item_ops instances | Christoph Hellwig | 2019-06-29 | 8 | -39/+0 | |
| * | | | | xfs: use a list_head for iclog callbacks | Christoph Hellwig | 2019-06-29 | 4 | -69/+39 |