summaryrefslogtreecommitdiff
path: root/fs/ocfs2/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26ocfs2: use coarse time for new created filesSu Yue1-1/+1
2024-04-26ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue1-0/+2
2023-11-25ocfs2: Avoid touching renamed directory if parent does not changeJan Kara1-3/+5
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+8
2023-10-19fs: ocfs2: check status valuesArtem Chernyshev1-0/+8
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton1-8/+8
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+4
2023-08-18fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton1-10/+11
2023-03-24ocfs2: Switch to security_inode_init_security()Roberto Sassu1-0/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-1/+1
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-3/+3
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 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-10-21ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-21ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu1-0/+1
2022-03-23fs/ocfs2: fix comments mentioning i_mutexhongnanli1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-04-12ocfs2: convert to fileattrMiklos Szeredi1-0/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-7/+12
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-15ocfs2: ratelimit the 'max lookup times reached' noticeMauricio Faria de Oliveira1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-04-02ocfs2: roll back the reference count modification of the parent directory if ...wangjian1-4/+11
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan1-2/+1
2019-09-25fs/ocfs2/namei.c: remove set but not used variableszhengbin1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-06-08ocfs2: drop a VLA in ocfs2_orphan_del()Salvatore Mesoraca1-2/+1
2018-04-06ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun1-3/+3
2018-01-29ocfs2: convert to new i_version APIJeff Layton1-1/+2
2016-12-13ocfs2: replace CURRENT_TIME macroDeepa Dinamani1-2/+4
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+10
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-3/+0
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-5/+5
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-05-13ocfs2: fix posix_acl_create deadlockJunxiao Bi1-21/+2
2016-01-23wrappers for ->i_mutex accessAl Viro1-14/+14
2016-01-15ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delJoseph Qi1-9/+9
2016-01-15ocfs2: clean up redundant NULL check before iputJoseph Qi1-2/+1
2016-01-12Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2015-12-12ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1