index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
/
xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-01-08
1
-4
/
+14
|
\
|
*
reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locks
Frederic Weisbecker
2010-01-07
1
-0
/
+4
|
*
reiserfs: Relax lock on xattr removing
Frederic Weisbecker
2010-01-05
1
-3
/
+9
|
*
reiserfs: Fix mistake in down_write() conversion
Frederic Weisbecker
2010-01-03
1
-1
/
+1
*
|
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-01-02
1
-6
/
+20
|
\
|
|
*
reiserfs: Safely acquire i_mutex from xattr_rmdir
Frederic Weisbecker
2010-01-02
1
-1
/
+2
|
*
reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattr
Frederic Weisbecker
2010-01-02
1
-2
/
+3
|
*
reiserfs: Fix journal mutex <-> inode mutex lock inversion
Frederic Weisbecker
2010-01-02
1
-1
/
+2
|
*
reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()
Frederic Weisbecker
2010-01-02
1
-2
/
+7
|
*
reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattr
Frederic Weisbecker
2010-01-02
1
-2
/
+7
|
*
reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion
Frederic Weisbecker
2010-01-02
1
-1
/
+1
|
*
reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion
Frederic Weisbecker
2009-12-16
1
-1
/
+2
*
|
sanitize xattr handler prototypes
Christoph Hellwig
2009-12-16
1
-18
/
+18
|
/
*
kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep...
Frederic Weisbecker
2009-09-14
1
-1
/
+1
*
kill-the-bkl/reiserfs: acquire the inode mutex safely
Frederic Weisbecker
2009-09-14
1
-2
/
+2
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-1
/
+0
*
reiserfs: allow exposing privroot w/ xattrs enabled
Jeff Mahoney
2009-06-11
1
-1
/
+2
*
reiserfs: fixup perms when xattrs are disabled
Jeff Mahoney
2009-05-17
1
-17
/
+19
*
reiserfs: deal with NULL xattr root w/ xattrs disabled
Jeff Mahoney
2009-05-17
1
-1
/
+3
*
reiserfs: clean up ifdefs
Jeff Mahoney
2009-05-17
1
-23
/
+22
*
reiserfs: remove privroot hiding in lookup
Jeff Mahoney
2009-05-09
1
-1
/
+1
*
reiserfs: fixup xattr_root caching
Jeff Mahoney
2009-05-09
1
-27
/
+46
*
Always lookup priv_root on reiserfs mount and keep it
Al Viro
2009-05-09
1
-50
/
+36
*
reiserfs: Expand i_mutex to enclose lookup_one_len
Jeff Mahoney
2009-05-09
1
-18
/
+14
*
reiserfs: xattr_create is unused with xattrs disabled
Jeff Mahoney
2009-03-30
1
-0
/
+2
*
Merge branch 'reiserfs-updates' from Jeff Mahoney
Linus Torvalds
2009-03-30
1
-804
/
+569
|
\
|
*
reiserfs: use generic readdir for operations across all xattrs
Jeff Mahoney
2009-03-30
1
-287
/
+115
|
*
reiserfs: journaled xattrs
Jeff Mahoney
2009-03-30
1
-9
/
+30
|
*
reiserfs: use generic xattr handlers
Jeff Mahoney
2009-03-30
1
-276
/
+191
|
*
reiserfs: remove i_has_xattr_dir
Jeff Mahoney
2009-03-30
1
-8
/
+1
|
*
reiserfs: make per-inode xattr locking more fine grained
Jeff Mahoney
2009-03-30
1
-61
/
+53
|
*
reiserfs: eliminate per-super xattr lock
Jeff Mahoney
2009-03-30
1
-35
/
+35
|
*
reiserfs: simplify xattr internal file lookups/opens
Jeff Mahoney
2009-03-30
1
-127
/
+135
|
*
reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset
Jeff Mahoney
2009-03-30
1
-331
/
+358
|
*
reiserfs: remove IS_PRIVATE helpers
Jeff Mahoney
2009-03-30
1
-8
/
+6
|
*
reiserfs: remove link detection code
Jeff Mahoney
2009-03-30
1
-13
/
+0
|
*
reiserfs: xattr reiserfs_get_page takes offset instead of index
Jeff Mahoney
2009-03-30
1
-6
/
+4
|
*
reiserfs: small variable cleanup
Jeff Mahoney
2009-03-30
1
-12
/
+8
|
*
reiserfs: use reiserfs_error()
Jeff Mahoney
2009-03-30
1
-11
/
+10
|
*
reiserfs: rework reiserfs_warning
Jeff Mahoney
2009-03-30
1
-8
/
+13
|
*
reiserfs: make some warnings informational
Jeff Mahoney
2009-03-30
1
-6
/
+4
*
|
constify dentry_operations: misc filesystems
Al Viro
2009-03-27
1
-1
/
+1
|
/
*
fs/reiserfs: use an IS_ERR test rather than a NULL test
Julien Brunel
2008-10-16
1
-1
/
+1
*
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
1
-1
/
+1
*
fs: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
*
[PATCH] reiserfs: eliminate private use of struct file in xattr
Jeff Mahoney
2008-03-19
1
-80
/
+30
*
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-07
1
-2
/
+2
*
fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
2008-02-06
1
-1
/
+1
*
reiserfs: fix up lockdep warnings
Jeff Mahoney
2007-10-19
1
-2
/
+3
*
reiserfs: convert to new aops
Vladimir Saveliev
2007-10-16
1
-5
/
+11
[next]