aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2018-11-20xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner1-4/+7
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner1-2/+9
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson2-11/+26
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson4-87/+115
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+148
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig3-23/+11
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner1-11/+13
2018-09-29xfs: validate inode di_forkoffEric Sandeen1-0/+30
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen1-0/+2
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2-28/+10
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds39-1097/+973
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai1-8/+16
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig1-3/+17
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong1-4/+10
2018-08-02xfs: fold dfops into the transactionBrian Foster7-56/+19
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster11-177/+151
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2-79/+68
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster3-15/+16
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster2-23/+22
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster6-13/+10
2018-08-02xfs: automatic dfops inode reloggingBrian Foster5-58/+21
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster3-34/+26
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster1-0/+1
2018-08-02xfs: replace dop_low with transaction flagBrian Foster5-19/+32
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster2-6/+11
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2-3/+4
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong1-5/+6
2018-08-01xfs: refactor log recovery checkDarrick J. Wong1-2/+1
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong1-3/+0
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2-0/+7
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong1-1/+34
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong3-1/+37
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell1-0/+12
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong1-94/+111
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig4-18/+18
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig1-36/+19
2018-07-30xfs: remove if_real_bytesChristoph Hellwig2-16/+4
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong8-19/+25
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster2-13/+26
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster4-24/+22
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2-11/+0
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster2-24/+2
2018-07-26xfs: use internal dfops in attr codeBrian Foster1-11/+5
2018-07-26xfs: support embedded dfops in transactionBrian Foster2-14/+24
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster1-1/+2