aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-4/+4
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-0/+6
2019-10-21xfs: fix inode fork extent count overflowGravatar Dave Chinner 1-4/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-8/+8
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-3/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2018-07-30xfs: remove the xfs_ifork_t typedefGravatar Christoph Hellwig 1-4/+4
2018-07-30xfs: simplify xfs_idata_reallocGravatar Christoph Hellwig 1-36/+19
2018-07-30xfs: remove if_real_bytesGravatar Christoph Hellwig 1-15/+4
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-03-23xfs: refactor inode verifier error loggingGravatar Darrick J. Wong 1-6/+9
2018-03-23xfs: refactor bmap record validationGravatar Darrick J. Wong 1-4/+8
2018-01-17xfs: btree format ifork loader should check for zero numrecsGravatar Darrick J. Wong 1-0/+1
2018-01-08xfs: provide a centralized method for verifying inline fork dataGravatar Darrick J. Wong 1-20/+44
2018-01-08xfs: refactor short form directory structure verifier functionGravatar Darrick J. Wong 1-3/+2
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyGravatar Darrick J. Wong 1-86/+0
2017-11-21xfs: abstract out dev_t conversionsGravatar Christoph Hellwig 1-6/+2
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentGravatar Christoph Hellwig 1-3/+3
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: use a b+tree for the in-core extent listGravatar Christoph Hellwig 1-1022/+13
2017-11-06xfs: remove support for inlining data/extents into the inode forkGravatar Christoph Hellwig 1-172/+13
2017-11-06xfs: introduce the xfs_iext_cursor abstractionGravatar Christoph Hellwig 1-34/+41
2017-11-06xfs: iterate over extents in xfs_iextents_copyGravatar Christoph Hellwig 1-40/+13
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentGravatar Christoph Hellwig 1-5/+4
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperGravatar Christoph Hellwig 1-0/+21
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsGravatar Christoph Hellwig 1-37/+0
2017-10-26xfs: remove if_rdevGravatar Christoph Hellwig 1-17/+21
2017-10-26xfs: remove the never fully implemented UUID fork formatGravatar Christoph Hellwig 1-9/+0
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTGravatar Christoph Hellwig 1-2/+6
2017-10-26xfs: move pre/post-bmap tracing into xfs_iext_update_extentGravatar Christoph Hellwig 1-1/+6
2017-09-02xfs: fix compiler warningsGravatar Darrick J. Wong 1-6/+3
2017-09-01xfs: add a xfs_iext_update_extent helperGravatar Christoph Hellwig 1-0/+12
2017-04-25xfs: simplify validation of the unwritten extent bitGravatar Christoph Hellwig 1-65/+25
2017-03-28xfs: rework the inline directory verifiersGravatar Darrick J. Wong 1-22/+13
2017-03-15xfs: verify inline directory data forksGravatar Darrick J. Wong 1-3/+23
2017-02-02xfs: check for obviously bad level values in the bmbt rootGravatar Darrick J. Wong 1-1/+5
2017-02-02xfs: fix toctou race when locking an inode to access the data mapGravatar Darrick J. Wong 1-2/+1
2016-11-24xfs: new inode extent list lookup helpersGravatar Christoph Hellwig 1-0/+46
2016-11-08xfs: provide helper for counting extents from if_bytesGravatar Eric Sandeen 1-12/+19
2016-10-04xfs: introduce the CoW forkGravatar Darrick J. Wong 1-3/+44
2016-10-04xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesGravatar Darrick J. Wong 1-1/+22
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextGravatar Dave Chinner 1-8/+19
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextGravatar Dave Chinner 1-7/+3
2016-05-18xfs: optimise xfs_iext_destroyGravatar Alex Lyakas 1-8/+19
2016-04-06xfs: improve kmem_reallocGravatar Christoph Hellwig 1-7/+3
2016-04-06xfs: optimize inline symlinksGravatar Christoph Hellwig 1-4/+18
2016-04-06xfs: factor out a helper to initialize a local format inode forkGravatar Christoph Hellwig 1-18/+30
2016-03-07Merge branch 'xfs-gut-icdinode-4.6' into for-nextGravatar Dave Chinner 1-1/+1
2016-02-09xfs: mode di_mode to vfs inodeGravatar Dave Chinner 1-1/+1
2016-02-08xfs: move struct xfs_attr_shortform to xfs_da_format.hGravatar Darrick J. Wong 1-0/+1