summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_da_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-4/+3
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-2/+3
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-6/+8
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-37/+31
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-101-7/+32
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-31/+53
* xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong2019-11-051-17/+21
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-6/+18
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-3/+3
* xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-121-7/+12
* xfs: remove unused header filesEric Sandeen2019-06-281-6/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-3/+3
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-4/+4
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-111-12/+32
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-6/+5
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-2/+2
* xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-011-1/+3
* xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-011-5/+6
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-3/+2
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-4/+3
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-4/+2
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-111-9/+10
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-1/+1
* xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong2018-06-041-3/+5
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+25
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-6/+11
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-13/+13
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-11/+5
* xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong2017-10-271-1/+21
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-071-1/+1
* xfs: return the hash value of a leaf1 directory blockDarrick J. Wong2017-06-201-5/+5
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-021-4/+2
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-3/+3
* libxfs: directory node splitting does not have an extra blockDave Chinner2016-07-221-30/+29
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+1
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+4
* Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner2015-09-011-0/+1
|\
| * libxfs: bad magic number should set da block buffer errorDarrick J. Wong2015-08-281-0/+1
* | Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-9/+14
|\ \
| * | xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster2015-08-191-9/+14
* | | Merge branch 'xfs-meta-uuid' into for-nextDave Chinner2015-07-291-2/+2
|\| |
| * | xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-2/+2
| |/
* / xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner2015-07-291-2/+2
|/
* xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick2015-03-251-4/+4