summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-241-8/+8
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-181-8/+8
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-181-1/+1
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-10-011-0/+1
* xfs: fix attr leaf header freemap.size underflowBrian Foster2020-10-011-1/+3
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-231-2/+2
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2020-07-311-0/+4
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-06-301-0/+16
* xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2020-01-091-1/+1
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-051-8/+21
* xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong2019-04-273-9/+23
* xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2019-04-272-4/+40
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-12-051-1/+8
* xfs: truncate transaction does not modify the inobtBrian Foster2018-11-101-8/+1
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-08-091-3/+2
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-051-0/+94
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-06-053-19/+27
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-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/+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