summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-8/+4Star
|/
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-7/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-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-281-6/+6
| |/
* / vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-9/+0Star
|/
* reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-111-9/+9
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-3/+0Star
* 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-261-2/+2
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-081-16/+8Star
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-221-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-211-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-211-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-211-1/+1
* reiserfs: propagate umode_tAl Viro2012-01-041-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-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/+0Star
* 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/+0Star
|/ /
* / fix reiserfs mkdir() breakageAl Viro2011-03-031-1/+1
|/
* new helper: ihold()Al Viro2010-10-261-1/+1
* reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-14/+4Star