| Commit message (Expand) | Author | Age |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 |
* | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 |
* | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 |
* | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 |
* | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 |
* | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 |
* | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 |
* | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney | 2014-05-06 |
* | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 |
* | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 |
* | don't expose I_NEW inodes via dentry->d_inode | Al Viro | 2012-07-22 |
* | don't pass nameidata to ->create() | Al Viro | 2012-07-14 |
* | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 |
* | move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h | Al Viro | 2012-03-20 |
* | move reiserfs_acl.h to fs/reiserfs/acl.h | Al Viro | 2012-03-20 |
* | take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h | Al Viro | 2012-03-20 |
* | reiserfs: propagate umode_t | Al Viro | 2012-01-03 |
* | switch ->mknod() to umode_t | Al Viro | 2012-01-03 |
* | switch ->create() to umode_t | Al Viro | 2012-01-03 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 |
* | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 |
* | fs: take the ACL checks to common code | Christoph Hellwig | 2011-07-25 |
* | kill check_acl callback of generic_permission() | Al Viro | 2011-07-20 |
* | reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 |
* | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 2011-05-26 |
* | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 2011-05-26 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-16 |
|\ |
|
| * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2011-03-07 |
| |\ |
|
| | * | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 2011-02-01 |
* | | | fs: Remove i_nlink check from file system link callback | Aneesh Kumar K.V | 2011-03-15 |
|/ / |
|
* / | fix reiserfs mkdir() breakage | Al Viro | 2011-03-03 |
|/ |
|
* | new helper: ihold() | Al Viro | 2010-10-25 |
* | reiserfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 2010-05-21 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | dquot: cleanup dquot initialize routine | Christoph Hellwig | 2010-03-04 |
* | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 2010-03-04 |
* | dquot: cleanup dquot drop routine | Christoph Hellwig | 2010-03-04 |
* | reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink() | Frederic Weisbecker | 2010-01-01 |
* | kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir() | Frederic Weisbecker | 2009-09-14 |
* | kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup() | Frederic Weisbecker | 2009-09-14 |
* | reiserfs: remove privroot hiding in lookup | Jeff Mahoney | 2009-05-09 |
* | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 2009-03-30 |
|\ |
|
| * | reiserfs: strip trailing whitespace | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: add atomic addition of selinux attributes during inode creation | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: journaled xattrs | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: eliminate per-super xattr lock | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: remove IS_PRIVATE helpers | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: use reiserfs_error() | Jeff Mahoney | 2009-03-30 |
| * | reiserfs: rework reiserfs_panic | Jeff Mahoney | 2009-03-30 |