Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ecc7e6f3bb8ad56764667aeabb860c24a6fa37f9
/
fs
/
xfs
/
xfs_attr_leaf.c
914ed44
Fix wrong flag ASSERT in xfs_attr_shortform_getvalue
by Eric Sandeen
· 13 years ago
c5c249b
xfs: minor cleanups
by Dave Chinner
· 11 years ago
fde2227
xfs: split out attribute fork truncation code into separate file
by Dave Chinner
· 11 years ago
abec5f2
xfs: split out attribute listing code into separate file
by Dave Chinner
· 11 years ago
d386b32
xfs: sync minor header differences needed by userspace.
by Dave Chinner
· 11 years ago
f3508bc
xfs: remove local fork format handling from xfs_bmapi_write()
by Dave Chinner
· 11 years ago
59913f1
xfs: fix remote attribute invalidation for a leaf
by Dave Chinner
· 11 years ago
ad1858d
xfs: rework remote attr CRCs
by Dave Chinner
· 11 years ago
d4c712b
xfs: fully initialise temp leaf in xfs_attr3_leaf_compact
by Dave Chinner
· 11 years ago
8517de2
xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalance
by Dave Chinner
· 11 years ago
e461fcb
xfs: remote attribute lookups require the value length
by Dave Chinner
· 11 years ago
b38958d
xfs: xfs_attr_shortform_allfit() does not handle attr3 format.
by Dave Chinner
· 11 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
95920cd
xfs: split remote attribute code out
by Dave Chinner
· 12 years ago
517c222
xfs: add CRCs to attr leaf blocks
by Dave Chinner
· 12 years ago
f5ea110
xfs: add CRCs to dir2/da node blocks
by Dave Chinner
· 12 years ago
ee1a47a
xfs: add support for large btree blocks
by Christoph Hellwig
· 12 years ago
56cea2d
xfs: take inode version into account in XFS_LITINO
by Christoph Hellwig
· 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
d9392a4
xfs: add xfs_da_node verification
by Dave Chinner
· 12 years ago
ad14c33
xfs: factor and verify attr leaf reads
by Dave Chinner
· 12 years ago
4bb20a8
xfs: add verifier callback to directory read code
by Dave Chinner
· 12 years ago
ee73259
xfs: add more attribute tree trace points.
by Dave Chinner
· 12 years ago
07428d7
xfs: fix attr tree double split corruption
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
a8acad7
xfs: kill XBF_LOCK
by Dave Chinner
· 13 years ago
5a5881c
xfs: add lots of attribute trace points
by Dave Chinner
· 13 years ago
8096b1e
xfs: remove the if_ext_max field in struct xfs_ifork
by Christoph Hellwig
· 13 years ago
4c393a6
xfs: fix attr2 vs large data fork assert
by Christoph Hellwig
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
2a30f36d
xfs: Check the return value of xfs_trans_get_buf()
by Chandra Seetharaman
· 13 years ago
69ef921
xfs: byteswap constants instead of variables
by Christoph Hellwig
· 13 years ago
622d814
xfs: use KM_NOFS for allocations during attribute list operations
by Dave Chinner
· 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
0cadda1
xfs: remove duplicate buffer flags
by Christoph Hellwig
· 15 years ago
a9273ca
xfs: convert attr to use unsigned names
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
b8f82a4
xfs: kill the STATIC_INLINE macro
by Christoph Hellwig
· 15 years ago
1a5902c
xfs: remove m_attroffset
by Christoph Hellwig
· 16 years ago
e1486de
xfs: factor out attr fork reset handling
by Christoph Hellwig
· 16 years ago
c9fb86a
[XFS] Remove macro-to-function indirections in attr code
by Eric Sandeen
· 16 years ago
322ff6b
[XFS] Move xfs_attr_rolltrans to xfs_trans_roll
by Niv Sardi
· 16 years ago
ad9b463
[XFS] Switches xfs_vn_listxattr to set it's put_listent callback directly
by Christoph Hellwig
· 16 years ago
6a17810
[XFS] Add op_flags field and helpers to xfs_da_args
by Barry Naujok
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
cb49dbb
[XFS] Always use di_forkoff when checking for attr space.
by Eric Sandeen
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 17 years ago
413d57c
xfs: convert beX_add to beX_add_cpu (new common API)
by Marcin Slusarz
· 17 years ago
3685c2a
[XFS] Unwrap XFS_SB_LOCK.
by Eric Sandeen
· 17 years ago
1c72bf9
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL.
by Eric Sandeen
· 18 years ago
c167b77
[XFS] Fix assertion in xfs_attr_shortform_remove().
by Lachlan McIlroy
· 18 years ago
e5889e9
[XFS] Fix attr2 corruption with btree data extents
by Barry Naujok
· 18 years ago
7989cb8
[XFS] Keep stack usage down for 4k stacks by using noinline.
by David Chinner
· 18 years ago
726801b
[XFS] Add EA list callbacks for xfs kernel use. Cleanup some namespace code.
by Tim Shimmin
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 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
fac80cc
[XFS] endianess annotations for xfs_da_node_hdr_t
by Nathan Scott
· 19 years ago
403432d
[XFS] endianess annotations for xfs_da_node_entry_t
by Nathan Scott
· 19 years ago
d7929ff
[XFS] store xfs_attr_inactive_list_t in native endian
by Nathan Scott
· 19 years ago
984a081
[XFS] store xfs_attr_sf_sort in native endian
by Nathan Scott
· 19 years ago
3b244aa
[XFS] endianess annotations for xfs_attr_shortform_t
by Nathan Scott
· 19 years ago
c0f054e
[XFS] endianess annotations for xfs_attr_leaf_name_remote_t
by Nathan Scott
· 19 years ago
053b575
[XFS] endianess annotations for xfs_attr_leaf_name_local_t
by Nathan Scott
· 19 years ago
6b19f2d
[XFS] endianess annotations for xfs_attr_leaf_entry_t
by Nathan Scott
· 19 years ago
918ae42
[XFS] endianess annotations for xfs_attr_leaf_hdr_t
by Nathan Scott
· 19 years ago
89da054
[XFS] endianess annotations for xfs_da_blkinfo_t
by Nathan Scott
· 19 years ago
13059ff
[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and
by Nathan Scott
· 19 years ago
e0144ca
[XFS] Fix a case where attr2 format was being used unconditionally.
by Nathan Scott
· 19 years ago
da087ba
[XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.
by Nathan Scott
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
380b5dc
[XFS] Fix up an internal sort function name collision issue.
by Nathan Scott
· 19 years ago
d8cc890
[XFS] Ondisk format extension for extended attributes (attr2). Basically,
by Nathan Scott
· 19 years ago
aa82daa
[XFS] Move some code around to prepare for the upcoming extended
by Nathan Scott
· 19 years ago
ba0f32d
[XFS] mark various symbols static Patch from Adrian Bunk
by Christoph Hellwig
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago