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