summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: use coarse time for new created filesSu Yue2024-04-251-1/+1
* ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue2024-04-251-0/+2
* ocfs2: Avoid touching renamed directory if parent does not changeJan Kara2023-11-251-3/+5
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-0/+8
|\
| * fs: ocfs2: check status valuesArtem Chernyshev2023-10-181-0/+8
* | ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-8/+8
|/
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-0/+4
|\
| * fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-08-181-0/+4
* | ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-10/+11
|/
* ocfs2: Switch to security_inode_init_security()Roberto Sassu2023-03-231-0/+2
* fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+1
* 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-3/+3
* 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 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-1/+1
|\
| * fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
* | ocfs2: clear dinode links count in case of errorJoseph Qi2022-10-201-2/+10
* | ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi2022-10-201-10/+1
|/
* fs: move S_ISGID stripping into the vfs_*() helpersYang Xu2022-07-211-0/+1
* fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: convert to fileattrMiklos Szeredi2021-04-121-0/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-7/+12
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* ocfs2: ratelimit the 'max lookup times reached' noticeMauricio Faria de Oliveira2020-12-151-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
* ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan2020-01-311-2/+1
* fs/ocfs2/namei.c: remove set but not used variableszhengbin2019-09-241-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: drop a VLA in ocfs2_orphan_del()Salvatore Mesoraca2018-06-071-2/+1
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-3/+3
* ocfs2: convert to new i_version APIJeff Layton2018-01-291-1/+2
* ocfs2: replace CURRENT_TIME macroDeepa Dinamani2016-12-121-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-6/+10
|\
| * 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: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-5/+5
| |/
* / vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
|/
* ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-121-21/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-14/+14
* ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi2016-01-141-9/+9
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-141-2/+1
* Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-0/+1
|\
| * don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* | ocfs2: fix SGID not inherited issueJunxiao Bi2015-12-121-3/+1
|/