summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-271-0/+53
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-273-16/+100
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-273-68/+114
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-273-42/+45
* xfs: create block pointer check functionsDarrick J. Wong2017-10-273-0/+65
* xfs: remove xfs_bmbt_get_stateChristoph Hellwig2017-10-272-29/+1
* xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2017-10-272-94/+14
* xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig2017-10-271-8/+6
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig2017-10-271-106/+39
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-273-116/+44
* xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-10-271-104/+104
* xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-10-271-23/+9
* xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig2017-10-271-86/+95
* xfs: refactor xfs_bmap_add_extent_hole_realChristoph Hellwig2017-10-271-27/+21
* xfs: refactor xfs_bmap_add_extent_hole_delayChristoph Hellwig2017-10-271-10/+11
* xfs: refactor xfs_del_extent_realChristoph Hellwig2017-10-271-30/+30
* xfs: use the state defines in xfs_bmap_del_extent_realChristoph Hellwig2017-10-271-12/+9
* xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Christoph Hellwig2017-10-271-12/+12
* xfs: move some more code into xfs_bmap_del_extent_realChristoph Hellwig2017-10-271-24/+17
* xfs: use xfs_bmap_del_extent_delay for the data fork as wellChristoph Hellwig2017-10-271-217/+114
* xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig2017-10-271-25/+24
* xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig2017-10-271-5/+1
* xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig2017-10-271-20/+16
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-10-271-1/+1
* xfs: trim writepage mapping to within eofBrian Foster2017-10-162-0/+12
* 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-121-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