summaryrefslogtreecommitdiff
path: root/fs/reiserfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2023-12-21reiserfs_add_entry(): get rid of pointless namelen checksAl Viro1-7/+0
2023-11-25reiserfs: Avoid touching renamed directory if parent does not changeJan Kara1-25/+29
2023-10-18reiserfs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-07-24reiserfs: convert to ctime accessor functionsJeff Layton1-5/+6
2023-07-10reiserfs: convert to simple_rename_timestampJeff Layton1-6/+1
2023-03-06reiserfs: rework priv inode handlingChristian Brauner1-5/+45
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2022-11-23reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu1-0/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2021-05-18reiserfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-12reiserfs: convert to fileattrMiklos Szeredi1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-8/+11
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-04-07reiserfs: clean up several indentation issuesColin Ian King1-5/+5
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-ti...Arnd Bergmann1-1/+1
2018-06-06vfs: 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-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+11
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-28fs: 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-11reiserfs: 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-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-10fs/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-07reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-10/+11
2014-05-07reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-7/+7
2014-05-07reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-3/+3
2014-05-07reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-19/+19
2014-05-07reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-19/+19
2014-05-07reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-159/+261
2014-05-07reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-7/+7
2014-01-26reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+2
2013-08-09reiserfs: 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