summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-291-0/+2
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-292-28/+10
* Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-1439-1097/+973
|\
| * xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16
| * xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-071-3/+17
| * xfs: only validate summary counts on primary superblockDarrick J. Wong2018-08-031-4/+10
| * xfs: fold dfops into the transactionBrian Foster2018-08-027-56/+19
| * xfs: always defer agfl block freesBrian Foster2018-08-021-9/+2
| * xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-0211-177/+151
| * xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-022-79/+68
| * xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-023-15/+16
| * xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-022-23/+22
| * xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-026-13/+10
| * xfs: automatic dfops inode reloggingBrian Foster2018-08-025-58/+21
| * xfs: automatic dfops buffer reloggingBrian Foster2018-08-023-34/+26
| * xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-0/+1
| * xfs: replace dop_low with transaction flagBrian Foster2018-08-025-19/+32
| * xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-022-6/+11
| * xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-022-3/+4
| * xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-011-1/+3
| * xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-011-5/+6
| * xfs: refactor log recovery checkDarrick J. Wong2018-08-011-2/+1
| * xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-311-3/+0
| * xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-312-0/+7
| * xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
| * xfs: verify icount in superblock writeDarrick J. Wong2018-07-313-1/+37
| * libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
| * xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
| * xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-304-18/+18
| * xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-301-36/+19
| * xfs: remove if_real_bytesChristoph Hellwig2018-07-302-16/+4
| * xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-298-19/+25
| * xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-262-13/+26
| * xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-264-24/+22
| * xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2018-07-262-11/+0
| * xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-262-24/+2
| * xfs: use internal dfops in attr codeBrian Foster2018-07-261-11/+5
| * xfs: support embedded dfops in transactionBrian Foster2018-07-262-14/+24
| * xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-261-1/+2
| * xfs: reset dfops to initial state after finishBrian Foster2018-07-261-2/+18
| * xfs: remove unused deferred ops committed fieldBrian Foster2018-07-262-2/+0
| * xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14
| * xfs: fix transaction leak on remote attr set/remove failureBrian Foster2018-07-261-2/+0
| * xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-1/+3
| * xfs: refactor unmount record writeDarrick J. Wong2018-07-231-0/+13
| * xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-3/+18
| * xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-8/+3
| * xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-236-35/+15
OpenPOWER on IntegriCloud