Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6328d9030f0fcf9935a00b1cd9d90c1129526a9c
/
fs
/
btrfs
/
xattr.c
5930122
switch xattr_handler->set() to passing dentry and inode separately
by Al Viro
· 8 years ago
e0d46f5
btrfs: Switch to generic xattr handlers
by Andreas Gruenbacher
· 9 years ago
b296821
xattr_handler: pass dentry and inode as separate arguments of ->get()
by Al Viro
· 9 years ago
daac7ba
Btrfs: fix listxattrs not listing all xattrs packed in the same item
by Filipe Manana
· 9 years ago
04b285f
btrfs: Replace CURRENT_TIME by current_fs_time()
by Deepa Dinamani
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
c1a198d
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
a305810
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
e4058b5
btrfs: cleanup, use enum values for btrfs_path reada
by David Sterba
· 9 years ago
9172abb
btrfs: Use xattr handler infrastructure
by Andreas Gruenbacher
· 9 years ago
39a27ec
btrfs: use GFP_KERNEL for xattr and acl allocations
by David Sterba
· 9 years ago
f1cd1f0
Btrfs: fix race when listing an inode's xattrs
by Filipe Manana
· 9 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
3c3b04d
btrfs: don't accept bare namespace as a valid xattr
by David Sterba
· 10 years ago
5cdf83e
Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr
by Filipe Manana
· 10 years ago
5f5bc6b
Btrfs: make xattr replace operations atomic
by Filipe Manana
· 10 years ago
962a298
btrfs: kill the key type accessor helpers
by David Sterba
· 10 years ago
e7651b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
6354192
Btrfs: add support for inode properties
by Filipe David Borba Manana
· 11 years ago
996a710
btrfs: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
e997615
Btrfs: only log the inode item if we can get away with it
by Josef Bacik
· 12 years ago
01e6deb
Btrfs: don't add a NULL extended attribute
by Liu Bo
· 12 years ago
db2254b
Btrfs: fix an while-loop of listxattr
by Liu Bo
· 12 years ago
0c4d2d9
Btrfs: use i_version instead of our own sequence
by Josef Bacik
· 13 years ago
7ad85bb
Btrfs: do not use btrfs_end_transaction_throttle everywhere
by Josef Bacik
· 13 years ago
6a6662c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
36b8d18
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
ed3ee9f
Btrfs: fix regression in re-setting a large xattr
by Josef Bacik
· 13 years ago
4815053
btrfs: xattr: fix attribute removal
by David Sterba
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 13 years ago
9d8f13b
security: new security_inode_init_security API adds function callback
by Mimi Zohar
· 13 years ago
fa09200
Btrfs: try to only do one btrfs_search_slot in do_setxattr
by Josef Bacik
· 13 years ago
ff5714c
Merge branch 'for-chris' of
by Chris Mason
· 13 years ago
d82a6f1
Btrfs: kill BTRFS_I(inode)->block_group
by Josef Bacik
· 13 years ago
945d896
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers
by Chris Mason
· 13 years ago
0965537
Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers
by Chris Mason
· 13 years ago
b3b4aa7
btrfs: drop unused parameter from btrfs_release_path
by David Sterba
· 14 years ago
33345d01
Btrfs: Always use 64bit inode number
by Li Zefan
· 14 years ago
adff377
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
2e6a003
Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()
by Li Zefan
· 14 years ago
212a17a
Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
22a94d4
Btrfs: add checks to verify dir items are correct
by Josef Bacik
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
b83cc96
Btrfs: Add readonly snapshots support
by Li Zefan
· 14 years ago
559af82
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
by Andi Kleen
· 14 years ago
105a048
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
a22285a
Btrfs: Integrate metadata reservation with start_transaction
by Yan, Zheng
· 14 years ago
f01cbd3
btrfs: constify xattr_handler
by Stephen Hemminger
· 14 years ago
f34f57a
Btrfs: Pass transaction handle to security and ACL initialization functions
by Yan, Zheng
· 15 years ago
0eda294
Btrfs: fix btrfs acl #ifdef checks
by Chris Mason
· 15 years ago
3baf0be
Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code
by Chris Ball
· 15 years ago
8114494
Btrfs: join the transaction in __btrfs_setxattr
by Josef Bacik
· 16 years ago
0279b4c
Btrfs: selinux support
by Jim Owens
· 16 years ago
0706040
Btrfs: cleanup xattr code
by Josef Bacik
· 16 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
b16281c
Btrfs: fix return value from btrfs_listxattr when buffer size is too small
by Yehuda Sadeh Weinraub
· 16 years ago
95819c0
Btrfs: optimize btrget/set/removexattr
by Christoph Hellwig
· 16 years ago
eaa47d8
btrfs: optmize listxattr
by Christoph Hellwig
· 16 years ago
33268ea
Btrfs: Add ACL support
by Josef Bacik
· 16 years ago
6099afe
Btrfs: Remove unused xattr code
by Josef Bacik
· 16 years ago
a213501
Btrfs: Replace the big fs_mutex with a collection of other locks
by Chris Mason
· 16 years ago
eba12c7
Btrfs: Dislable acl xattr handlers
by Yan
· 16 years ago
caaca38
Btrfs: Fix compile on kernel without ACLs enabled
by Yan
· 17 years ago
69a32ac
Btrfs: Change magic string to reflect new format
by Chris Mason
· 17 years ago
744f52f
Btrfs: Implement ACLs setting and getting
by Yan
· 17 years ago
3acd7ee
Btrfs: xattr fixes
by Josef Bacik
· 17 years ago
1caf934
Btrfs: Make ACLs return EOPNOTSUPP for now
by Josef Bacik
· 17 years ago
5103e94
xattr support for btrfs
by Josef Bacik
· 17 years ago