Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c93dfec10f1d693a897bfd0d6e3a58a5ea7edc91
/
fs
/
xfs
/
libxfs
/
xfs_dir2_node.c
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
· 6 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
0cb9776
xfs: Add read-only support for dirent filetype field
by Dave Chinner
· 11 years ago
836a94a
xfs: fix issues that cause userspace warnings
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
e400d27
xfs: fix dir3 freespace block corruption
by Dave Chinner
· 12 years ago
742ae1e
xfs: introduce CONFIG_XFS_WARN
by Dave Chinner
· 12 years ago
61fe135
xfs: buffer type overruns blf_flags field
by Dave Chinner
· 12 years ago
d75afeb
xfs: add buffer types to directory and attribute buffers
by Dave Chinner
· 12 years ago
f5ea110
xfs: add CRCs to dir2/da node blocks
by Dave Chinner
· 12 years ago
24df33b
xfs: add CRC checking to dir2 leaf blocks
by Dave Chinner
· 12 years ago
33363fe
xfs: add CRC checking to dir2 data blocks
by Dave Chinner
· 12 years ago
cbc8adf
xfs: add CRC checking to dir2 free blocks
by Dave Chinner
· 12 years ago
f5f3d9b
xfs: add CRC checks to block format directory blocks
by Dave Chinner
· 12 years ago
1813dd6
xfs: convert buffer verifiers to an ops structure.
by Dave Chinner
· 12 years ago
b0f539d
xfs: connect up write verifiers to new buffers
by Dave Chinner
· 12 years ago
612cfbf
xfs: add pre-write metadata buffer verifier callbacks
by Dave Chinner
· 12 years ago
e6f7667
xfs: factor dir2 leaf read
by Dave Chinner
· 12 years ago
e481357
xfs: factor out dir2 data block reading
by Dave Chinner
· 12 years ago
2025207
xfs: factor dir2 free block reading
by Dave Chinner
· 12 years ago
4bb20a8
xfs: add verifier callback to directory read code
by Dave Chinner
· 12 years ago
1d9025e
xfs: remove struct xfs_dabuf and infrastructure
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
df2e301
fs: Merge split strings
by Jean Delvare
· 14 years ago
a00b774
xfs: cleanup struct xfs_dir2_free
by Christoph Hellwig
· 14 years ago
5792664
xfs: reshuffle dir2 headers
by Christoph Hellwig
· 14 years ago
69ef921
xfs: byteswap constants instead of variables
by Christoph Hellwig
· 14 years ago
c2066e2
xfs: avoid usage of struct xfs_dir2_data
by Christoph Hellwig
· 14 years ago
4fb44c8
xfs: factor out xfs_dir2_leaf_find_entry
by Christoph Hellwig
· 14 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 15 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 15 years ago
5d77c0d
xfs: make several more functions static
by Eric Sandeen
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
9da096f
xfs: fix various typos
by Malcolm Parsons
· 16 years ago
90bb7ab
[XFS] Fix returning case-preserved name with CI node form directories
by Barry Naujok
· 17 years ago
384f3ce
[XFS] Return case-insensitive match for dentry cache
by Barry Naujok
· 17 years ago
6a17810
[XFS] Add op_flags field and helpers to xfs_da_args
by Barry Naujok
· 17 years ago
5163f95
[XFS] Name operation vector for hash and compare
by Barry Naujok
· 17 years ago
f9f6dce
[XFS] Split xfs_dir2_leafn_lookup_int into its two pieces of functionality
by Barry Naujok
· 17 years ago
413d57c
xfs: convert beX_add to beX_add_cpu (new common API)
by Marcin Slusarz
· 17 years ago
da353b0
[XFS] Radix tree based inode caching
by David Chinner
· 17 years ago
bbaaf53
[XFS] Reduce shouting by removing unnecessary macros from dir2 code.
by Christoph Hellwig
· 18 years ago
ef497f8
[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.
by Eric Sandeen
· 18 years ago
Next »