summaryrefslogtreecommitdiff
path: root/fs/reiserfs/namei.c
Commit message (Expand)AuthorAge
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
|/
* reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-10
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-09
* reiserfs: Handle error from dquot_initialize()Jan Kara2015-07-23
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-06
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-06
* reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney2014-05-06
* reiserfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-08
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-23
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-20
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-20
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-20
* reiserfs: propagate umode_tAl Viro2012-01-03
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-16
|\
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-08
| |\
| | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-01
* | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-15
|/ /
* | fix reiserfs mkdir() breakageAl Viro2011-03-03
|/
* new helper: ihold()Al Viro2010-10-25
* reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-05
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-05