aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-1/+2
2009-05-17reiserfs: fixup perms when xattrs are disabledJeff Mahoney1-17/+19
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney1-1/+3
2009-05-17reiserfs: clean up ifdefsJeff Mahoney1-23/+22
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney1-1/+1
2009-05-09reiserfs: fixup xattr_root cachingJeff Mahoney1-27/+46
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro1-50/+36
2009-05-09reiserfs: Expand i_mutex to enclose lookup_one_lenJeff Mahoney1-18/+14
2009-03-30reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney1-0/+2
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-804/+569
2009-03-30reiserfs: use generic readdir for operations across all xattrsJeff Mahoney1-287/+115
2009-03-30reiserfs: journaled xattrsJeff Mahoney1-9/+30
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney1-276/+191
2009-03-30reiserfs: remove i_has_xattr_dirJeff Mahoney1-8/+1
2009-03-30reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney1-61/+53
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-35/+35
2009-03-30reiserfs: simplify xattr internal file lookups/opensJeff Mahoney1-127/+135
2009-03-30reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unsetJeff Mahoney1-331/+358
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney1-8/+6
2009-03-30reiserfs: remove link detection codeJeff Mahoney1-13/+0
2009-03-30reiserfs: xattr reiserfs_get_page takes offset instead of indexJeff Mahoney1-6/+4
2009-03-30reiserfs: small variable cleanupJeff Mahoney1-12/+8
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-11/+10
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-8/+13
2009-03-30reiserfs: make some warnings informationalJeff Mahoney1-6/+4
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2008-10-16fs/reiserfs: use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-19[PATCH] reiserfs: eliminate private use of struct file in xattrJeff Mahoney1-80/+30
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-02-06fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2007-10-19reiserfs: fix up lockdep warningsJeff Mahoney1-2/+3
2007-10-16reiserfs: convert to new aopsVladimir Saveliev1-5/+11
2007-05-07mm: make read_cache_page synchronousNick Piggin1-4/+0
2007-04-30reiserfs: suppress lockdep warningJeff Mahoney1-1/+1
2007-04-24reiserfs: fix xattr root locking/refcount bugJeff Mahoney1-68/+24
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek1-5/+5
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-3/+3
2006-08-27[PATCH] lockdep: annotate reiserfsIngo Molnar1-1/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-02-01[PATCH] reiserfs: use generic_permissionChristoph Hellwig1-77/+26
2006-02-01[PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig1-22/+8
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg1-7/+4
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] remove reiserfs xattr permission checksChristoph Hellwig1-21/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-17/+17
2006-01-03s/retreiv/retriev/gMatt Mackall1-2/+2