summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig2017-10-271-25/+24Star
| * xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig2017-10-271-5/+1Star
| * xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig2017-10-271-20/+16Star
| * xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-10-271-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+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/+8Star
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2Star
* 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/+4Star
* xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-011-4/+3Star
* xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-011-16/+4Star
* xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-92/+88Star
* 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/+2Star
* 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/+22Star
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-08-221-28/+27Star
* 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
* 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/+0Star
* 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-084-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-281-0/+2
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-289-29/+17Star
* 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/+0Star
* 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/+0Star
* 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