Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
34fa78b59c52d1db3513db4c1a999db26b2e9ac2
/
fs
/
xfs
/
xfs_attr_leaf.c
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