aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAge
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-06
* xfs: Add attibute remove and helper functionsAllison Henderson2018-10-18
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-18
* xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson2018-10-18
* xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson2018-10-18
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-18
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-09-30
* xfs: validate inode di_forkoffEric Sandeen2018-09-28
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-28
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-28
* Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-14
|\
| * xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-12
| * xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-07
| * xfs: only validate summary counts on primary superblockDarrick J. Wong2018-08-03
| * xfs: fold dfops into the transactionBrian Foster2018-08-03
| * xfs: always defer agfl block freesBrian Foster2018-08-03
| * xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-03
| * xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-03
| * xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-03
| * xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-03
| * xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-03
| * xfs: automatic dfops inode reloggingBrian Foster2018-08-03
| * xfs: automatic dfops buffer reloggingBrian Foster2018-08-03
| * xfs: add missing defer ijoins for held inodesBrian Foster2018-08-03
| * xfs: replace dop_low with transaction flagBrian Foster2018-08-03
| * xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-03
| * xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-03
| * xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-01
| * xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-01
| * xfs: refactor log recovery checkDarrick J. Wong2018-08-01
| * xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-31
| * xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-31
| * xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-31
| * xfs: verify icount in superblock writeDarrick J. Wong2018-07-31
| * libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-31
| * xfs: refactor superblock verifiersDarrick J. Wong2018-07-31
| * xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-30
| * xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-30
| * xfs: remove if_real_bytesChristoph Hellwig2018-07-30
| * xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-30
| * xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-26
| * xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-26
| * xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2018-07-26
| * xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-26
| * xfs: use internal dfops in attr codeBrian Foster2018-07-26
| * xfs: support embedded dfops in transactionBrian Foster2018-07-26
| * xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-26
| * xfs: reset dfops to initial state after finishBrian Foster2018-07-26
| * xfs: remove unused deferred ops committed fieldBrian Foster2018-07-26
| * xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-26