aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong1-2/+2
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong1-0/+13
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong1-0/+10
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong1-0/+5
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong1-0/+4
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval1-0/+6
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2-7/+6
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong1-13/+10
2018-12-12xfs: add a block to inode count converterDarrick J. Wong3-11/+12
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong8-50/+55
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong6-155/+155
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong2-39/+42
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong2-10/+13
2018-12-12xfs: zero length symlinks are not validDave Chinner1-4/+10
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian1-1/+1
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