summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-191-0/+13
* xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-0/+10
* xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-0/+5
* xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong2018-12-191-0/+4
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-121-0/+6
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-122-7/+6Star
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-13/+10Star
* xfs: add a block to inode count converterDarrick J. Wong2018-12-123-11/+12
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-128-50/+55
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-126-155/+155
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-122-39/+42
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-122-10/+13
* xfs: zero length symlinks are not validDave Chinner2018-12-121-4/+10
* xfs: libxfs: move xfs_perag_put latePan Bian2018-12-121-1/+1
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
* xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner2018-11-201-4/+7
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-061-2/+9
* xfs: Add attibute remove and helper functionsAllison Henderson2018-10-182-11/+26
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-184-87/+115
* xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson2018-10-181-23/+30
* xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson2018-10-181-0/+148
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-183-23/+11Star
* 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/+10Star
* Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-1439-1097/+973Star
|\
| * 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-037-56/+19Star
| * xfs: always defer agfl block freesBrian Foster2018-08-031-9/+2Star
| * xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-0311-177/+151Star
| * xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-032-79/+68Star
| * xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-033-15/+16
| * xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-032-23/+22Star
| * xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-036-13/+10Star
| * xfs: automatic dfops inode reloggingBrian Foster2018-08-035-58/+21Star
| * xfs: automatic dfops buffer reloggingBrian Foster2018-08-033-34/+26Star
| * xfs: add missing defer ijoins for held inodesBrian Foster2018-08-031-0/+1
| * xfs: replace dop_low with transaction flagBrian Foster2018-08-035-19/+32
| * xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-032-6/+11
| * xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-032-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/+1Star
| * xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2018-07-311-3/+0Star
| * 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