aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong
2018-12-12xfs: zero length symlinks are not validDave Chinner
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2018-11-20xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
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