Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4a31340b36302d46207c6bb54d103d9fb568e916
/
fs
/
xfs
/
libxfs
/
xfs_dir2_leaf.c
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
ce748ea
xfs: create new metadata UUID field and incompat flag
by Eric Sandeen
· 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
· 10 years ago
30f712c
libxfs: move source files
by Dave Chinner
· 10 years ago
[Renamed from fs/xfs/xfs_dir2_leaf.c]
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
bc85178
xfs: remove mp->m_dir_geo from directory logging
by Dave Chinner
· 10 years ago
8f66193
xfs: convert m_dirblksize to xfs_da_geometry
by Dave Chinner
· 10 years ago
d6cf130
xfs: convert m_dirblkfsbs to xfs_da_geometry
by Dave Chinner
· 10 years ago
7dda6e8
xfs: convert directory segment limits to xfs_da_geometry
by Dave Chinner
· 10 years ago
3002803
xfs: convert directory db conversion to xfs_da_geometry
by Dave Chinner
· 10 years ago
2998ab1
xfs: convert directory dablk conversion to xfs_da_geometry
by Dave Chinner
· 10 years ago
8c44a28
xfs: kill XFS_DIR2...FIRSTDB macros
by Dave Chinner
· 10 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
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
0f295a2
xfs: check magic numbers in dir3 leaf verifier first
by Dave Chinner
· 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
cb9eabf
xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
4a8af27
xfs: move getdents code into it's own file
by Dave Chinner
· 11 years ago
da89bd2
Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
b822755
[readdir] convert xfs
by Al Viro
· 12 years ago
34eefc0
xfs: plug directory buffer readahead
by Dave Chinner
· 11 years ago
b17cb36
xfs: fix missing KM_NOFS tags to keep lockdep happy
by Dave Chinner
· 12 years ago
ac14876
xfs: fix missing KM_NOFS tags to keep lockdep happy
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
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
da6958c
xfs: Add verifiers to dir2 data readahead.
by Dave Chinner
· 12 years ago
d9392a4
xfs: add xfs_da_node verification
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
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
9b73bd7
xfs: factor buffer reading from xfs_dir2_leaf_getdents
by Dave Chinner
· 12 years ago
1d9025e
xfs: remove struct xfs_dabuf and infrastructure
by Dave Chinner
· 12 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
a230a1d
xfs: factor out xfs_dir2_leaf_find_stale
by Christoph Hellwig
· 13 years ago
5792664
xfs: reshuffle dir2 headers
by Christoph Hellwig
· 13 years ago
69ef921
xfs: byteswap constants instead of variables
by Christoph Hellwig
· 13 years ago
2282396
xfs: cleanup struct xfs_dir2_leaf
by Christoph Hellwig
· 13 years ago
0ba9cd8
xfs: kill struct xfs_dir2_data
by Christoph Hellwig
· 13 years ago
c2066e2
xfs: avoid usage of struct xfs_dir2_data
by Christoph Hellwig
· 13 years ago
4f6ae1a
xfs: avoid usage of struct xfs_dir2_block
by Christoph Hellwig
· 13 years ago
4fb44c8
xfs: factor out xfs_dir2_leaf_find_entry
by Christoph Hellwig
· 13 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
4a24cb7
xfs: clean up sign warnings in dir2 code
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
8e69ce1
fix readahead calculations in xfs_dir2_leaf_getdents()
by Eric Sandeen
· 15 years ago
a19d9f8
xfs: kill ino64 mount option
by Christoph Hellwig
· 16 years ago
3180e66
xfs: make symbols static
by Hannes Eder
· 16 years ago
1544031
[XFS] truncate readdir offsets to signed 32 bit values
by Christoph Hellwig
· 16 years ago
07fe4dd
[XFS] Fix CI lookup in leaf-form directories
by Barry Naujok
· 16 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
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 17 years ago
413d57c
xfs: convert beX_add to beX_add_cpu (new common API)
by Marcin Slusarz
· 17 years ago
041388b
[XFS] Put the correct offset in dirent d_off
by Lachlan McIlroy
· 17 years ago
051e7cd
[XFS] use filldir internally
by Christoph Hellwig
· 17 years ago
bbaaf53
[XFS] Reduce shouting by removing unnecessary macros from dir2 code.
by Christoph Hellwig
· 17 years ago
ef497f8
[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.
by Eric Sandeen
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
ff9901c
[XFS] endianess annotations for xfs_dir2_data_entry_t
by Christoph Hellwig
· 18 years ago
3e57ecf
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
by Olaf Weber
· 18 years ago
c41564b
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
by Nathan Scott
· 19 years ago
89da054
[XFS] endianess annotations for xfs_da_blkinfo_t
by Nathan Scott
· 19 years ago
3d693c6
[XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P
by Nathan Scott
· 19 years ago
3c1f9c1
[XFS] endianess annotations for xfs_dir2_leaf_entry_t
by Nathan Scott
· 19 years ago
a818e5d
[XFS] endianess annotations for xfs_dir2_leaf_hdr_t
by Nathan Scott
· 19 years ago
e922fff
[XFS] endianess annotations for xfs_dir2_block_tail_t
by Nathan Scott
· 19 years ago
ad354eb
[XFS] endianess annotations for xfs_dir2_data_unused_t
by Nathan Scott
· 19 years ago
afbcb3f
[XFS] endianess annotations for xfs_dir2_leaf_tail_t
by Nathan Scott
· 19 years ago
Next »