aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney1-2/+5
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-6/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro1-9/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-09fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara1-15/+48
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-10/+11
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-7/+7
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-3/+3
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-19/+19
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-19/+19
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-159/+261
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-7/+7
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+2
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-16/+8
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2012-01-03reiserfs: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-6/+6
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-3/+3
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+3
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-4/+5
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-4/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+5
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+5
2010-10-25new helper: ihold()Al Viro1-1/+1