- 9343ee7 xfs: convert bp->b_bn references to xfs_buf_daddr() by Dave Chinner · 3 years, 5 months ago
- ebd9027 xfs: convert xfs_sb_version_has checks to use mount features by Dave Chinner · 3 years, 5 months ago
- 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 5 months ago
- 13d2c10 xfs: move the di_size field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
- 1fea323 xfs: reduce debug overhead of dir leaf/node checks by Dave Chinner · 3 years, 10 months ago
- 4491a3d xfs: Refactor xfs_da_state_alloc() helper by Carlos Maiolino · 4 years, 6 months ago
- 6fb5aac xfs: check owner of dir3 free blocks by Darrick J. Wong · 4 years, 10 months ago
- 1cb5deb xfs: don't ever return a stale pointer from __xfs_dir3_free_read by Darrick J. Wong · 4 years, 10 months ago
- ce99494 xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails by Darrick J. Wong · 4 years, 10 months ago
- 8d57c21 xfs: add a function to deal with corrupt buffers post-verifiers by Darrick J. Wong · 4 years, 10 months ago
- 2911edb xfs: remove the mappedbno argument to xfs_da_get_buf by Christoph Hellwig · 5 years ago
- cd2c9f1 xfs: remove the mappedbno argument to xfs_da_read_buf by Christoph Hellwig · 5 years ago
- f3fcb31 xfs: remove the mappedbno argument to xfs_dir3_leafn_read by Christoph Hellwig · 5 years ago
- d8d11fc xfs: devirtualize ->m_dirnameops by Christoph Hellwig · 5 years ago
- a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
- ae42976 xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int by Christoph Hellwig · 5 years ago
- 59b8b46 xfs: devirtualize ->data_get_ftype and ->data_put_ftype by Christoph Hellwig · 5 years ago
- 1848b60 xfs: devirtualize ->data_bestfree_p by Christoph Hellwig · 5 years ago
- d73e1ce xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
- 7e8ae7bd xfs: devirtualize ->data_entry_tag_p by Christoph Hellwig · 5 years ago
- fdbb8c5 xfs: devirtualize ->data_entsize by Christoph Hellwig · 5 years ago
- 3d92c93 xfs: devirtualize ->db_to_fdb and ->db_to_fdindex by Christoph Hellwig · 5 years ago
- 5893e4f xfs: move the max dir2 free bests count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
- ed1d612 xfs: move the dir2 free header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
- a84f3d5 xfs: add a bests pointer to struct xfs_dir3_icfree_hdr by Christoph Hellwig · 5 years ago
- 195b0a4 xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int by Christoph Hellwig · 5 years ago
- 200dada xfs: devirtualize ->free_hdr_to_disk by Christoph Hellwig · 5 years ago
- 5ba3091 xfs: devirtualize ->free_hdr_from_disk by Christoph Hellwig · 5 years ago
- 478c783 xfs: move the max dir2 leaf entries count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
- 545910b xfs: move the dir2 leaf header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
- 787b089 xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr by Christoph Hellwig · 5 years ago
- 163fbbb xfs: devirtualize ->leaf_hdr_to_disk by Christoph Hellwig · 5 years ago
- 5184255 xfs: devirtualize ->leaf_hdr_from_disk by Christoph Hellwig · 5 years ago
- a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
- 756c6f0 xfs: reverse search directory freespace indexes by Dave Chinner · 5 years ago
- 610125a xfs: speed up directory bestfree block scanning by Dave Chinner · 5 years ago
- 0e82225 xfs: factor free block index lookup from xfs_dir2_node_addname_int() by Dave Chinner · 5 years ago
- a07258a xfs: factor data block addition from xfs_dir2_node_addname_int() by Dave Chinner · 5 years ago
- aee7754b xfs: move xfs_dir2_addname() by Dave Chinner · 5 years ago
- 858b44d xfs: remove more ondisk directory corruption asserts by Darrick J. Wong · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
- 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
- 79622c7ce xfs: clean up xfs_dir2_leafn_add by Darrick J. Wong · 6 years ago
- 7be73fa xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add by Nathan Chancellor · 6 years ago
- 39708c2 xfs: miscellaneous verifier magic value fixups by Brian Foster · 6 years ago
- e4e542a xfs: use swap macro in xfs_dir2_leafn_rebalance by Gustavo A. R. Silva · 7 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 2551a53 xfs: explicitly pass buffer size to xfs_corruption_error by Darrick J. Wong · 7 years ago
- 6915ef3 xfs: sanity-check the unused space before trying to use it by Darrick J. Wong · 7 years ago
- 3f883f5 xfs: convert a few more directory asserts to corruption by Darrick J. Wong · 7 years ago
- fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
- c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
- 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
- b557259 xfs: create a new buf_ops pointer to verify structure metadata by Darrick J. Wong · 7 years ago
- bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
- a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
- 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
- 8e8877e xfs: return the hash value of a leaf1 directory block by Darrick J. Wong · 8 years ago
- de14c5f xfs: verify free block header fields by Darrick J. Wong · 8 years ago
- 355cced xfs: always set rvalp in xfs_dir2_node_trim_free by Christoph Hellwig · 9 years ago
- 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
- a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
- 70b33a7 Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next by Dave Chinner · 9 years ago
- 0375423 xfs: Fix file type directory corruption for btree directories by Jan Kara · 9 years ago
- 5461ad9 Merge branch 'xfs-meta-uuid' into for-next by Dave Chinner · 9 years ago
- ce748ea xfs: create new metadata UUID field and incompat flag by Eric Sandeen · 9 years ago
- f41febd xfs: Use consistent logging message prefixes by Joe Perches · 9 years ago
- 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
- 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
- bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
- 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
- 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
- 30f712c libxfs: move source files by Dave Chinner · 11 years ago[Renamed from fs/xfs/xfs_dir2_node.c]
- b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
- b2a21e7 xfs: remove redundant geometry information from xfs_da_state by Dave Chinner · 11 years ago
- bc85178 xfs: remove mp->m_dir_geo from directory logging by Dave Chinner · 11 years ago
- 7ab610f xfs: move node entry counts to xfs_da_geometry by Dave Chinner · 11 years ago
- ed358c0 xfs: convert dir/attr btree threshold to xfs_da_geometry by Dave Chinner · 11 years ago
- 8f66193 xfs: convert m_dirblksize to xfs_da_geometry by Dave Chinner · 11 years ago
- 3002803 xfs: convert directory db conversion to xfs_da_geometry by Dave Chinner · 11 years ago
- 2998ab1d xfs: convert directory dablk conversion to xfs_da_geometry by Dave Chinner · 11 years ago
- 8c44a28 xfs: kill XFS_DIR2...FIRSTDB macros by Dave Chinner · 11 years ago
- 7fb2cd4 xfs: remove unused tp arg from xfs_bmap_last_offset() and callers by Eric Sandeen · 11 years ago
- ce5028c xfs: modify verifiers to differentiate CRC from other errors by Eric Sandeen · 11 years ago
- f1dbcd7 xfs: add helper for updating checksums on xfs_bufs by Eric Sandeen · 11 years ago
- 5158217 xfs: add helper for verifying checksums on xfs_bufs by Eric Sandeen · 11 years ago
- 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
- 5bf1f43 xfs:xfs_dir2_node.c: pointer use before check for null by Denis Efremov · 11 years ago
- 1c9a5b2 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
- 24dd0f5 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
- 01ba43b xfs: vectorise encoding/decoding directory headers by Dave Chinner · 11 years ago
- 4141956 xfs: vectorise directory leaf operations by Dave Chinner · 11 years ago
- 2ca9877 xfs: vectorise directory data operations part 2 by Dave Chinner · 11 years ago
- 9d23fc8 xfs: vectorise directory data operations by Dave Chinner · 11 years ago
- a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
- 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
- 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
- 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
- 1c55cec xfs: Add write support for dirent filetype field by Dave Chinner · 11 years ago