aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-17reiserfs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-04-12reiserfs: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-8/+11
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-04-07reiserfs: clean up several indentation issuesGravatar Colin Ian King 1-5/+5
2019-10-31reiserfs: fix extended attributes on the root directoryGravatar Jeff Mahoney 1-2/+5
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-8/+4
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-6/+6
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Gravatar Al Viro 1-9/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-11-09fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-3/+0
2015-07-23reiserfs: Handle error from dquot_initialize()Gravatar Jan Kara 1-15/+48
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-6/+6
2014-05-06reiserfs: cleanup, remove unnecessary parensGravatar Jeff Mahoney 1-10/+11
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsGravatar Jeff Mahoney 1-7/+7
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyGravatar Jeff Mahoney 1-3/+3
2014-05-06reiserfs: cleanup, remove sb argument from journal_endGravatar Jeff Mahoney 1-19/+19
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endGravatar Jeff Mahoney 1-19/+19
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleGravatar Jeff Mahoney 1-159/+261
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesGravatar Jeff Mahoney 1-7/+7
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-2/+2
2013-08-08reiserfs: locking, handle nested locks properlyGravatar Jeff Mahoney 1-16/+8
2012-07-23don't expose I_NEW inodes via dentry->d_inodeGravatar Al Viro 1-4/+4
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 1-1/+1
2012-01-03reiserfs: propagate umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-2/+2
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-6/+6
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-3/+3
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-1/+3
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+5