summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-112-4/+4
* xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-111-19/+8
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: fix compiler warningsDarrick J. Wong2017-09-022-7/+4
* xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-011-4/+3
* xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-011-16/+4
* xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-92/+88
* xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-25/+29
* xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig2017-09-011-5/+7
* xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig2017-09-011-4/+7
* xfs: add a xfs_iext_update_extent helperChristoph Hellwig2017-09-013-6/+20
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-011-8/+18
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-013-1/+4
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-012-6/+2
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-016-93/+99
* xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-013-4/+4
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-014-27/+22
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-08-221-28/+27
* xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-08-111-1/+1
* xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-07-261-0/+12
* xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong2017-07-251-0/+4
* xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-07-201-0/+4
* xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-07-201-0/+9
* xfs: check _btree_check_block valueDarrick J. Wong2017-07-201-2/+4
* Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2017-07-131-2/+0
* xfs: fixup xfs_attr_get_ilockedChristoph Hellwig2017-07-131-1/+3
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-074-5/+5
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-073-3/+4
* xfs: grab dquots without taking the ilockDarrick J. Wong2017-06-271-0/+2
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-279-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
OpenPOWER on IntegriCloud