summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-7/+0
|\
| * reiserfs_add_entry(): get rid of pointless namelen checksAl Viro2023-12-211-7/+0
* | reiserfs: Avoid touching renamed directory if parent does not changeJan Kara2023-11-251-25/+29
|/
* reiserfs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* reiserfs: convert to ctime accessor functionsJeff Layton2023-07-241-5/+6
* reiserfs: convert to simple_rename_timestampJeff Layton2023-07-101-6/+1
* reiserfs: rework priv inode handlingChristian Brauner2023-03-061-5/+45
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-0/+4
|\
| * reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2022-11-221-0/+4
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
|/
* reiserfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* reiserfs: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-8/+11
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* reiserfs: clean up several indentation issuesColin Ian King2020-04-071-5/+5
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-10-311-2/+5
* 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-051-1/+1
* | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-8/+4
|/
* 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