summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-289-29/+17
* xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2017-06-202-10/+21
* xfs: pass along transaction context when reading directory block buffersDarrick J. Wong2017-06-201-2/+2
* xfs: return the hash value of a leaf1 directory blockDarrick J. Wong2017-06-203-10/+12
* xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2017-06-192-17/+32
* xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2017-06-192-0/+48
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-1911-11/+35
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-196-26/+0
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-1932-392/+392
* xfs: optimize _btree_query_allDarrick J. Wong2017-06-191-5/+7
* xfs: remove XFS_HSIZEChristoph Hellwig2017-06-191-4/+0
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-194-18/+48
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
* xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
* xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-0618-383/+584
|\
| * xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-05-031-6/+17
| * xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-256-122/+41
| * xfs: remove unused values from xfs_exntst_tChristoph Hellwig2017-04-251-1/+0
| * xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig2017-04-251-2/+0
| * xfs: more do_div cleanupsEric Sandeen2017-04-251-1/+1
| * xfs: remove bmap block allocation retriesChristoph Hellwig2017-04-252-46/+0
| * xfs: remove xfs_bmap_remap_allocChristoph Hellwig2017-04-251-58/+2
| * xfs: introduce xfs_bmapi_remapChristoph Hellwig2017-04-251-45/+112
| * xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig2017-04-251-59/+64
| * xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig2017-04-251-6/+3
| * xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig2017-04-251-1/+1
| * xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen2017-04-121-6/+1
| * xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-043-0/+43
| * xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2017-04-041-0/+70
| * xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-046-7/+57
| * xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-042-0/+52
| * xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong2017-04-041-43/+129
| * xfs: fix up inode validation failure messageEric Sandeen2017-04-041-1/+1
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-041-1/+0
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-041-0/+12
| * xfs: rework the inline directory verifiersDarrick J. Wong2017-03-284-47/+56
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-041-1/+1
* | xfs: rework the inline directory verifiersDarrick J. Wong2017-04-034-47/+56
|/
* xfs: verify inline directory data forksDarrick J. Wong2017-03-154-4/+113
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-082-6/+10
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-081-10/+14
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-182-18/+2
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-171-16/+6
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-171-2/+1
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-171-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-171-3/+6
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-44/+49
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-071-1/+2