Age | Commit message (Expand) | Author | Files | Lines |
2010-05-22 | reiserfs: constify xattr_handler | Stephen Hemminger | 1 | -8/+8 |
2010-04-24 | reiserfs: fix corruption during shrinking of xattrs | Jeff Mahoney | 1 | -1/+1 |
2010-04-24 | reiserfs: fix permissions on .reiserfs_priv | Jeff Mahoney | 1 | -13/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-05 | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 1 | -4/+0 |
2010-01-09 | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+14 |
2010-01-07 | reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locks | Frederic Weisbecker | 1 | -0/+4 |
2010-01-05 | reiserfs: Relax lock on xattr removing | Frederic Weisbecker | 1 | -3/+9 |
2010-01-03 | reiserfs: Fix mistake in down_write() conversion | Frederic Weisbecker | 1 | -1/+1 |
2010-01-02 | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+20 |
2010-01-02 | reiserfs: Safely acquire i_mutex from xattr_rmdir | Frederic Weisbecker | 1 | -1/+2 |
2010-01-02 | reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattr | Frederic Weisbecker | 1 | -2/+3 |
2010-01-02 | reiserfs: Fix journal mutex <-> inode mutex lock inversion | Frederic Weisbecker | 1 | -1/+2 |
2010-01-02 | reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle() | Frederic Weisbecker | 1 | -2/+7 |
2010-01-02 | reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattr | Frederic Weisbecker | 1 | -2/+7 |
2010-01-02 | reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion | Frederic Weisbecker | 1 | -1/+1 |
2009-12-17 | reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion | Frederic Weisbecker | 1 | -1/+2 |
2009-12-16 | sanitize xattr handler prototypes | Christoph Hellwig | 1 | -18/+18 |
2009-09-14 | kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep... | Frederic Weisbecker | 1 | -1/+1 |
2009-09-14 | kill-the-bkl/reiserfs: acquire the inode mutex safely | Frederic Weisbecker | 1 | -2/+2 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-06-12 | reiserfs: allow exposing privroot w/ xattrs enabled | Jeff Mahoney | 1 | -1/+2 |
2009-05-17 | reiserfs: fixup perms when xattrs are disabled | Jeff Mahoney | 1 | -17/+19 |
2009-05-17 | reiserfs: deal with NULL xattr root w/ xattrs disabled | Jeff Mahoney | 1 | -1/+3 |
2009-05-17 | reiserfs: clean up ifdefs | Jeff Mahoney | 1 | -23/+22 |
2009-05-09 | reiserfs: remove privroot hiding in lookup | Jeff Mahoney | 1 | -1/+1 |
2009-05-09 | reiserfs: fixup xattr_root caching | Jeff Mahoney | 1 | -27/+46 |
2009-05-09 | Always lookup priv_root on reiserfs mount and keep it | Al Viro | 1 | -50/+36 |
2009-05-09 | reiserfs: Expand i_mutex to enclose lookup_one_len | Jeff Mahoney | 1 | -18/+14 |
2009-03-31 | reiserfs: xattr_create is unused with xattrs disabled | Jeff Mahoney | 1 | -0/+2 |
2009-03-30 | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 1 | -804/+569 |
2009-03-30 | reiserfs: use generic readdir for operations across all xattrs | Jeff Mahoney | 1 | -287/+115 |
2009-03-30 | reiserfs: journaled xattrs | Jeff Mahoney | 1 | -9/+30 |
2009-03-30 | reiserfs: use generic xattr handlers | Jeff Mahoney | 1 | -276/+191 |
2009-03-30 | reiserfs: remove i_has_xattr_dir | Jeff Mahoney | 1 | -8/+1 |
2009-03-30 | reiserfs: make per-inode xattr locking more fine grained | Jeff Mahoney | 1 | -61/+53 |
2009-03-30 | reiserfs: eliminate per-super xattr lock | Jeff Mahoney | 1 | -35/+35 |
2009-03-30 | reiserfs: simplify xattr internal file lookups/opens | Jeff Mahoney | 1 | -127/+135 |
2009-03-30 | reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset | Jeff Mahoney | 1 | -331/+358 |
2009-03-30 | reiserfs: remove IS_PRIVATE helpers | Jeff Mahoney | 1 | -8/+6 |
2009-03-30 | reiserfs: remove link detection code | Jeff Mahoney | 1 | -13/+0 |
2009-03-30 | reiserfs: xattr reiserfs_get_page takes offset instead of index | Jeff Mahoney | 1 | -6/+4 |
2009-03-30 | reiserfs: small variable cleanup | Jeff Mahoney | 1 | -12/+8 |
2009-03-30 | reiserfs: use reiserfs_error() | Jeff Mahoney | 1 | -11/+10 |
2009-03-30 | reiserfs: rework reiserfs_warning | Jeff Mahoney | 1 | -8/+13 |
2009-03-30 | reiserfs: make some warnings informational | Jeff Mahoney | 1 | -6/+4 |
2009-03-27 | constify dentry_operations: misc filesystems | Al Viro | 1 | -1/+1 |
2008-10-16 | fs/reiserfs: use an IS_ERR test rather than a NULL test | Julien Brunel | 1 | -1/+1 |
2008-07-27 | [PATCH] sanitize ->permission() prototype | Al Viro | 1 | -1/+1 |
2008-04-19 | fs: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |