Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b81ea1b5ac4d3c6a628158b736dd4a98c46c29d9
/
fs
/
reiserfs
/
xattr.c
da02eb7
reiserfs: Make reiserfs_xattr_handlers static
by Sachin Kamat
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
f466c6f
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
by Al Viro
· 13 years ago
a3063ab
move reiserfs_acl.h to fs/reiserfs/acl.h
by Al Viro
· 13 years ago
c45ac88
take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
4482a08
reiserfs: cache negative ACLs for v1 stat format
by Christoph Hellwig
· 13 years ago
bd5fe6c
fs: kill i_alloc_sem
by Christoph Hellwig
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
1d29b5a
reiserfs_permission() doesn't need to bail out in RCU mode
by Al Viro
· 13 years ago
cc350c2
reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename
by Sage Weil
· 13 years ago
64252c7
vfs: remove dget() from dentry_unhash()
by Sage Weil
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
c78f4cc
reiserfs xattr ->d_revalidate() shouldn't care about RCU
by Al Viro
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
1d3382cb
new helper: inode_unhashed()
by Al Viro
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
94d09a9
reiserfs: constify xattr_handler
by Stephen Hemminger
· 14 years ago
fb2162d
reiserfs: fix corruption during shrinking of xattrs
by Jeff Mahoney
· 15 years ago
cac36f7
reiserfs: fix permissions on .reiserfs_priv
by Jeff Mahoney
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
82062e7
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 15 years ago
31370f6
reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locks
by Frederic Weisbecker
· 15 years ago
4f3be1b
reiserfs: Relax lock on xattr removing
by Frederic Weisbecker
· 15 years ago
f3e22f4
reiserfs: Fix mistake in down_write() conversion
by Frederic Weisbecker
· 15 years ago
45d28b0
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 15 years ago
835d524
reiserfs: Safely acquire i_mutex from xattr_rmdir
by Frederic Weisbecker
· 15 years ago
8b513f5
reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattr
by Frederic Weisbecker
· 15 years ago
4dd8596
reiserfs: Fix journal mutex <-> inode mutex lock inversion
by Frederic Weisbecker
· 15 years ago
3f14fea
reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()
by Frederic Weisbecker
· 15 years ago
27026a0
reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattr
by Frederic Weisbecker
· 15 years ago
0719d34
reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion
by Frederic Weisbecker
· 15 years ago
47376ce
reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion
by Frederic Weisbecker
· 15 years ago
431547b
sanitize xattr handler prototypes
by Christoph Hellwig
· 15 years ago
ae635c0
kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dependency
by Frederic Weisbecker
· 15 years ago
c72e057
kill-the-bkl/reiserfs: acquire the inode mutex safely
by Frederic Weisbecker
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
7342281
reiserfs: allow exposing privroot w/ xattrs enabled
by Jeff Mahoney
· 15 years ago
b83674c
reiserfs: fixup perms when xattrs are disabled
by Jeff Mahoney
· 15 years ago
ceb5edc
reiserfs: deal with NULL xattr root w/ xattrs disabled
by Jeff Mahoney
· 15 years ago
12abb35
reiserfs: clean up ifdefs
by Jeff Mahoney
· 15 years ago
677c9b2
reiserfs: remove privroot hiding in lookup
by Jeff Mahoney
· 16 years ago
ab17c4f
reiserfs: fixup xattr_root caching
by Jeff Mahoney
· 16 years ago
edcc37a
Always lookup priv_root on reiserfs mount and keep it
by Al Viro
· 16 years ago
5a6059c
reiserfs: Expand i_mutex to enclose lookup_one_len
by Jeff Mahoney
· 16 years ago
3a355cc
reiserfs: xattr_create is unused with xattrs disabled
by Jeff Mahoney
· 16 years ago
e1c5024
Merge branch 'reiserfs-updates' from Jeff Mahoney
by Linus Torvalds
· 16 years ago
a41f1a4
reiserfs: use generic readdir for operations across all xattrs
by Jeff Mahoney
· 16 years ago
0ab2621
reiserfs: journaled xattrs
by Jeff Mahoney
· 16 years ago
48b32a3
reiserfs: use generic xattr handlers
by Jeff Mahoney
· 16 years ago
8ecbe55
reiserfs: remove i_has_xattr_dir
by Jeff Mahoney
· 16 years ago
8b6dd72
reiserfs: make per-inode xattr locking more fine grained
by Jeff Mahoney
· 16 years ago
d984561
reiserfs: eliminate per-super xattr lock
by Jeff Mahoney
· 16 years ago
6c17675
reiserfs: simplify xattr internal file lookups/opens
by Jeff Mahoney
· 16 years ago
a72bdb1
reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset
by Jeff Mahoney
· 16 years ago
6dfede69
reiserfs: remove IS_PRIVATE helpers
by Jeff Mahoney
· 16 years ago
010f5a2
reiserfs: remove link detection code
by Jeff Mahoney
· 16 years ago
ec6ea56
reiserfs: xattr reiserfs_get_page takes offset instead of index
by Jeff Mahoney
· 16 years ago
f437c52
reiserfs: small variable cleanup
by Jeff Mahoney
· 16 years ago
0030b64
reiserfs: use reiserfs_error()
by Jeff Mahoney
· 16 years ago
45b03d5
reiserfs: rework reiserfs_warning
by Jeff Mahoney
· 16 years ago
1d889d9
reiserfs: make some warnings informational
by Jeff Mahoney
· 16 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
67b172c
fs/reiserfs: use an IS_ERR test rather than a NULL test
by Julien Brunel
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
cb68837
fs: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
3227e14
[PATCH] reiserfs: eliminate private use of struct file in xattr
by Jeff Mahoney
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
bcf11cb
fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
7598392
reiserfs: fix up lockdep warnings
by Jeff Mahoney
· 17 years ago
ba9d8ce
reiserfs: convert to new aops
by Vladimir Saveliev
· 17 years ago
6fe6900
mm: make read_cache_page synchronous
by Nick Piggin
· 18 years ago
1173a72
reiserfs: suppress lockdep warning
by Jeff Mahoney
· 18 years ago
9b7f375
reiserfs: fix xattr root locking/refcount bug
by Jeff Mahoney
· 18 years ago
1fc5adb
[PATCH] struct path: convert reiserfs
by Josef Sipek
· 18 years ago
3277c39
[NET]: Kill direct includes of asm/checksum.h
by Al Viro
· 18 years ago
afefdbb
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
by David Howells
· 18 years ago
4df4624
[PATCH] lockdep: annotate reiserfs
by Ingo Molnar
· 18 years ago
090d2b1
[PATCH] read_mapping_page for address space
by Pekka Enberg
· 18 years ago
ec19157
[PATCH] reiserfs: use generic_permission
by Christoph Hellwig
· 19 years ago
c87d0c0
[PATCH] reiserfs: remove reiserfs_permission_locked
by Christoph Hellwig
· 19 years ago
d739b42
[PATCH] reiserfs: remove kmalloc wrapper
by Pekka Enberg
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
b98932c
[PATCH] remove reiserfs xattr permission checks
by Christoph Hellwig
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
4a4efbd
s/retreiv/retriev/g
by Matt Mackall
· 19 years ago
c4cdd03
[PATCH] gfp_t: reiserfs mapping_set_gfp_mask() use
by Al Viro
· 19 years ago
02b77569
[PATCH] reiserfs doesn't use mbcache
by Andreas Gruenbacher
· 19 years ago
bd4c625
reiserfs: run scripts/Lindent on reiserfs code
by Linus Torvalds
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago