Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | xfs: replace dop_low with transaction flag | Brian Foster | 2018-08-03 | 8 | -30/+36 | |
| * | | | | | | | | | | xfs: pass transaction to dfops reset/move helpers | Brian Foster | 2018-08-03 | 6 | -14/+19 | |
| * | | | | | | | | | | xfs: remove unused __xfs_defer_cancel() internal helper | Brian Foster | 2018-08-03 | 4 | -13/+4 | |
| * | | | | | | | | | | xfs: use transaction for intent recovery instead of raw dfops | Brian Foster | 2018-08-03 | 5 | -38/+43 | |
| * | | | | | | | | | | xfs: refactor internal dfops initialization | Brian Foster | 2018-08-03 | 1 | -10/+9 | |
| * | | | | | | | | | | xfs: check da node magic in _node_lookup_int | Darrick J. Wong | 2018-08-01 | 1 | -1/+3 | |
| * | | | | | | | | | | xfs: use a local variable for magic number in xfs_da3_node_lookup_int | Darrick J. Wong | 2018-08-01 | 1 | -5/+6 | |
| * | | | | | | | | | | xfs: refactor log recovery check | Darrick J. Wong | 2018-08-01 | 3 | -2/+11 | |
| * | | | | | | | | | | xfs: move extent busy tree initialization to xfs_initialize_perag | Darrick J. Wong | 2018-07-31 | 2 | -3/+3 | |
| * | | | | | | | | | | xfs: avoid COW fork extent lookups in writeback if the fork didn't change | Christoph Hellwig | 2018-07-31 | 3 | -7/+38 | |
| * | | | | | | | | | | xfs: maintain a sequence count for inode fork manipulations | Christoph Hellwig | 2018-07-31 | 2 | -0/+7 | |
| * | | | | | | | | | | xfs: check for unknown v5 feature bits in superblock write verifier | Darrick J. Wong | 2018-07-31 | 1 | -1/+34 | |
| * | | | | | | | | | | xfs: verify icount in superblock write | Darrick J. Wong | 2018-07-31 | 3 | -1/+37 | |
| * | | | | | | | | | | libxfs: add more bounds checking to sb sanity checks | Bill O'Donnell | 2018-07-31 | 1 | -0/+12 | |
| * | | | | | | | | | | xfs: refactor superblock verifiers | Darrick J. Wong | 2018-07-31 | 1 | -94/+111 | |
| * | | | | | | | | | | xfs: refactor the xrep_extent_list into xfs_bitmap | Darrick J. Wong | 2018-07-31 | 5 | -163/+149 | |
| * | | | | | | | | | | xfs: introduce a new xfs_inode_has_cow_data helper | Christoph Hellwig | 2018-07-30 | 6 | -12/+18 | |
| * | | | | | | | | | | xfs: remove the xfs_ifork_t typedef | Christoph Hellwig | 2018-07-30 | 7 | -23/+23 | |
| * | | | | | | | | | | xfs: simplify xfs_idata_realloc | Christoph Hellwig | 2018-07-30 | 1 | -36/+19 | |
| * | | | | | | | | | | xfs: remove if_real_bytes | Christoph Hellwig | 2018-07-30 | 4 | -22/+5 | |
| * | | | | | | | | | | xfs: move the repair extent list into its own file | Darrick J. Wong | 2018-07-30 | 5 | -219/+248 | |
| * | | | | | | | | | | xfs: pass transaction lock while setting up agresv on cyclic metadata | Darrick J. Wong | 2018-07-30 | 9 | -20/+26 | |
| * | | | | | | | | | | xfs: remove deprecated barrier/nobarrier mount | Eric Sandeen | 2018-07-26 | 2 | -31/+4 | |
| * | | | | | | | | | | xfs: clean up IRELE/iput callsites | Darrick J. Wong | 2018-07-26 | 19 | -49/+54 | |
| * | | | | | | | | | | xfs: kill IHOLD | Darrick J. Wong | 2018-07-26 | 1 | -7/+0 | |
| * | | | | | | | | | | xfs: bypass final dfops roll in trans commit path | Brian Foster | 2018-07-26 | 3 | -14/+27 | |
| * | | | | | | | | | | xfs: drop unnecessary xfs_defer_finish() dfops parameter | Brian Foster | 2018-07-26 | 11 | -38/+46 | |
| * | | | | | | | | | | xfs: remove unnecessary dfops init calls in xattr code | Brian Foster | 2018-07-26 | 2 | -11/+0 | |
| * | | | | | | | | | | xfs: remove all boilerplate defer init/finish code | Brian Foster | 2018-07-26 | 13 | -232/+44 | |
| * | | | | | | | | | | xfs: use internal dfops during [b|c]ui recovery | Brian Foster | 2018-07-26 | 3 | -27/+30 | |
| * | | | | | | | | | | xfs: use internal dfops in attr code | Brian Foster | 2018-07-26 | 1 | -11/+5 | |
| * | | | | | | | | | | xfs: use internal dfops in cow blocks cancel | Brian Foster | 2018-07-26 | 1 | -4/+2 | |
| * | | | | | | | | | | xfs: support embedded dfops in transaction | Brian Foster | 2018-07-26 | 4 | -19/+66 | |
| * | | | | | | | | | | xfs: pack holes in xfs_defer_ops and xfs_trans | Brian Foster | 2018-07-26 | 2 | -2/+3 | |
| * | | | | | | | | | | xfs: reset dfops to initial state after finish | Brian Foster | 2018-07-26 | 1 | -2/+18 | |
| * | | | | | | | | | | xfs: remove unused deferred ops committed field | Brian Foster | 2018-07-26 | 3 | -8/+2 | |
| * | | | | | | | | | | xfs: make deferred processing safe for embedded dfops | Brian Foster | 2018-07-26 | 1 | -18/+14 | |
| * | | | | | | | | | | xfs: fix transaction leak on remote attr set/remove failure | Brian Foster | 2018-07-26 | 1 | -2/+0 | |
| * | | | | | | | | | | xfs: use ->t_dfops in log recovery intent processing | Brian Foster | 2018-07-26 | 1 | -0/+2 | |
| * | | | | | | | | | | xfs: pull up dfops from xfs_itruncate_extents() | Brian Foster | 2018-07-26 | 5 | -5/+14 | |
| * | | | | | | | | | | xfs: force summary counter recalc at next mount | Darrick J. Wong | 2018-07-23 | 5 | -2/+35 | |
| * | | | | | | | | | | xfs: refactor unmount record write | Darrick J. Wong | 2018-07-23 | 2 | -62/+82 | |
| * | | | | | | | | | | xfs: detect and fix bad summary counts at mount | Darrick J. Wong | 2018-07-23 | 3 | -29/+73 | |
| * | | | | | | | | | | xfs: fix indentation and other whitespace problems in scrub/repair | Darrick J. Wong | 2018-07-23 | 25 | -843/+832 | |
| * | | | | | | | | | | xfs: shorten struct xfs_scrub_context to struct xfs_scrub | Darrick J. Wong | 2018-07-23 | 25 | -294/+294 | |
| * | | | | | | | | | | xfs: shorten xfs_repair_ prefix to xrep_ | Darrick J. Wong | 2018-07-23 | 6 | -168/+168 | |
| * | | | | | | | | | | xfs: shorten xfs_scrub_ prefix | Darrick J. Wong | 2018-07-23 | 24 | -1190/+1196 | |
| * | | | | | | | | | | xfs: clean up xfs_btree_del_cursor callers | Darrick J. Wong | 2018-07-23 | 2 | -12/+6 | |
| * | | | | | | | | | | xfs: trivial xfs_btree_del_cursor cleanups | Darrick J. Wong | 2018-07-23 | 12 | -46/+23 | |
| * | | | | | | | | | | xfs: return from _defer_finish with a clean transaction | Darrick J. Wong | 2018-07-23 | 1 | -0/+6 |