aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2019-10-01xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-08-29xfs: Add attibute remove and helper functionsAllison Henderson
2019-08-29xfs: Add attibute set and helper functionsAllison Henderson
2019-08-29xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2019-08-29xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson
2019-08-29xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-07-26xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2019-02-12xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen
2019-02-12xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2019-02-12xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner
2018-09-29xfs: validate inode di_forkoffEric Sandeen
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig
2018-08-03xfs: only validate summary counts on primary superblockDarrick J. Wong
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-08-02xfs: always defer agfl block freesBrian Foster
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong
2018-08-01xfs: refactor log recovery checkDarrick J. Wong
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: use internal dfops in attr codeBrian Foster