| Commit message (Expand) | Author | Age |
* | kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep... | Frederic Weisbecker | 2009-09-14 |
* | kill-the-bkl/reiserfs: acquire the inode mutex safely | Frederic Weisbecker | 2009-09-14 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 |
* | reiserfs: allow exposing privroot w/ xattrs enabled | Jeff Mahoney | 2009-06-11 |
* | reiserfs: fixup perms when xattrs are disabled | Jeff Mahoney | 2009-05-17 |
* | reiserfs: deal with NULL xattr root w/ xattrs disabled | Jeff Mahoney | 2009-05-17 |
* | reiserfs: clean up ifdefs | Jeff Mahoney | 2009-05-17 |
* | reiserfs: remove privroot hiding in lookup | Jeff Mahoney | 2009-05-09 |
* | reiserfs: fixup xattr_root caching | Jeff Mahoney | 2009-05-09 |
* | Always lookup priv_root on reiserfs mount and keep it | Al Viro | 2009-05-09 |
* | reiserfs: Expand i_mutex to enclose lookup_one_len | Jeff Mahoney | 2009-05-09 |
* | reiserfs: xattr_create is unused with xattrs disabled | Jeff Mahoney | 2009-03-30 |
* | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 2009-03-30 |
|\ |
|
| * | reiserfs: use generic readdir for operations across all xattrs | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: journaled xattrs | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: use generic xattr handlers | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: remove i_has_xattr_dir | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: make per-inode xattr locking more fine grained | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: eliminate per-super xattr lock | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: simplify xattr internal file lookups/opens | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: remove IS_PRIVATE helpers | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: remove link detection code | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: xattr reiserfs_get_page takes offset instead of index | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: small variable cleanup | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: use reiserfs_error() | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: rework reiserfs_warning | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: make some warnings informational | Jeff Mahoney | 2009-03-30 |
* | | constify dentry_operations: misc filesystems | Al Viro | 2009-03-27 |
|/ |
|
* | fs/reiserfs: use an IS_ERR test rather than a NULL test | Julien Brunel | 2008-10-16 |
* | [PATCH] sanitize ->permission() prototype | Al Viro | 2008-07-26 |
* | fs: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 |
* | [PATCH] reiserfs: eliminate private use of struct file in xattr | Jeff Mahoney | 2008-03-19 |
* | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2008-02-07 |
* | fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-02-06 |
* | reiserfs: fix up lockdep warnings | Jeff Mahoney | 2007-10-19 |
* | reiserfs: convert to new aops | Vladimir Saveliev | 2007-10-16 |
* | mm: make read_cache_page synchronous | Nick Piggin | 2007-05-07 |
* | reiserfs: suppress lockdep warning | Jeff Mahoney | 2007-04-30 |
* | reiserfs: fix xattr root locking/refcount bug | Jeff Mahoney | 2007-04-24 |
* | [PATCH] struct path: convert reiserfs | Josef Sipek | 2006-12-08 |
* | [NET]: Kill direct includes of asm/checksum.h | Al Viro | 2006-12-03 |
* | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers | David Howells | 2006-10-03 |
* | [PATCH] lockdep: annotate reiserfs | Ingo Molnar | 2006-08-27 |
* | [PATCH] read_mapping_page for address space | Pekka Enberg | 2006-06-23 |
* | [PATCH] reiserfs: use generic_permission | Christoph Hellwig | 2006-02-01 |
* | [PATCH] reiserfs: remove reiserfs_permission_locked | Christoph Hellwig | 2006-02-01 |
* | [PATCH] reiserfs: remove kmalloc wrapper | Pekka Enberg | 2006-02-01 |
* | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 2006-01-11 |
* | [PATCH] remove reiserfs xattr permission checks | Christoph Hellwig | 2006-01-10 |