aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Gravatar Darrick J. Wong 1-15/+2
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Gravatar Darrick J. Wong 1-2/+10
2017-09-02xfs: fix compiler warningsGravatar Darrick J. Wong 2-7/+4
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeGravatar Darrick J. Wong 1-4/+3
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atGravatar Christoph Hellwig 1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsGravatar Christoph Hellwig 1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsGravatar Christoph Hellwig 1-25/+29
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedGravatar Christoph Hellwig 1-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertGravatar Christoph Hellwig 1-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperGravatar Christoph Hellwig 3-6/+20
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeGravatar Brian Foster 1-8/+18
2017-09-01xfs: skip bmbt block ino validation during owner changeGravatar Brian Foster 3-1/+4
2017-09-01xfs: don't log dirty ranges for ordered buffersGravatar Brian Foster 2-6/+2
2017-09-01xfs: remove the ip argument to xfs_defer_finishGravatar Christoph Hellwig 6-93/+99
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinGravatar Christoph Hellwig 3-4/+4
2017-09-01xfs: refactor xfs_trans_rollGravatar Christoph Hellwig 4-27/+22
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneGravatar Carlos Maiolino 1-28/+27
2017-08-11xfs: fix inobt inode allocation search optimizationGravatar Omar Sandoval 1-1/+1
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiGravatar Christoph Hellwig 1-0/+12
2017-07-25xfs: check that dir block entries don't off the end of the bufferGravatar Darrick J. Wong 1-0/+4
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingGravatar Darrick J. Wong 1-0/+4
2017-07-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeGravatar Darrick J. Wong 1-0/+9
2017-07-20xfs: check _btree_check_block valueGravatar Darrick J. Wong 1-2/+4
2017-07-13Revert "xfs: grab dquots without taking the ilock"Gravatar Christoph Hellwig 1-2/+0
2017-07-13xfs: fixup xfs_attr_get_ilockedGravatar Christoph Hellwig 1-1/+3
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesGravatar Darrick J. Wong 4-5/+5
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENGravatar Darrick J. Wong 3-3/+4
2017-06-27xfs: grab dquots without taking the ilockGravatar Darrick J. Wong 1-0/+2
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORGravatar Darrick J. Wong 9-29/+17
2017-06-20xfs: pass along transaction context when reading xattr block buffersGravatar Darrick J. Wong 2-10/+21
2017-06-20xfs: pass along transaction context when reading directory block buffersGravatar Darrick J. Wong 1-2/+2
2017-06-20xfs: return the hash value of a leaf1 directory blockGravatar Darrick J. Wong 3-10/+12
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubGravatar Darrick J. Wong 2-17/+32
2017-06-19xfs: plumb in needed functions for range querying of various btreesGravatar Darrick J. Wong 2-0/+48
2017-06-19xfs: export various function for the online scrubberGravatar Darrick J. Wong 11-11/+35
2017-06-19xfs: always compile the btree inorder check functionsGravatar Darrick J. Wong 6-26/+0
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 32-392/+392
2017-06-19xfs: optimize _btree_query_allGravatar Darrick J. Wong 1-5/+7
2017-06-19xfs: remove XFS_HSIZEGravatar Christoph Hellwig 1-4/+0
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Gravatar Darrick J. Wong 4-18/+48
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksGravatar Eric Sandeen 1-1/+1
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryGravatar Darrick J. Wong 1-12/+31
2017-05-16xfs: fix warnings about unused stack variablesGravatar Darrick J. Wong 1-2/+0
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionGravatar Brian Foster 1-3/+4
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 18-383/+584
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSGravatar Michal Hocko 1-1/+1
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingGravatar Darrick J. Wong 1-6/+17
2017-04-25xfs: simplify validation of the unwritten extent bitGravatar Christoph Hellwig 6-122/+41
2017-04-25xfs: remove unused values from xfs_exntst_tGravatar Christoph Hellwig 1-1/+0
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineGravatar Christoph Hellwig 1-2/+0