aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-23ocfs2: Switch to security_inode_init_security()Gravatar Roberto Sassu 1-0/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-10-20ocfs2: clear dinode links count in case of errorGravatar Joseph Qi 1-2/+10
2022-10-20ocfs2: fix BUG when iput after ocfs2_mknod failsGravatar Joseph Qi 1-10/+1
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersGravatar Yang Xu 1-0/+1
2022-03-22fs/ocfs2: fix comments mentioning i_mutexGravatar hongnanli 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2021-04-12ocfs2: convert to fileattrGravatar Miklos Szeredi 1-0/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-7/+12
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-15ocfs2: ratelimit the 'max lookup times reached' noticeGravatar Mauricio Faria de Oliveira 1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-04-02ocfs2: roll back the reference count modification of the parent directory if ...Gravatar wangjian 1-4/+11
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...Gravatar wangyan 1-2/+1
2019-09-24fs/ocfs2/namei.c: remove set but not used variablesGravatar zhengbin 1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2018-06-07ocfs2: drop a VLA in ocfs2_orphan_del()Gravatar Salvatore Mesoraca 1-2/+1
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'Gravatar piaojun 1-3/+3
2018-01-29ocfs2: convert to new i_version APIGravatar Jeff Layton 1-1/+2
2016-12-12ocfs2: replace CURRENT_TIME macroGravatar Deepa Dinamani 1-2/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+10
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-3/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-5/+5
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-2/+6
2016-05-12ocfs2: fix posix_acl_create deadlockGravatar Junxiao Bi 1-21/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-14/+14
2016-01-14ocfs2: access orphan dinode before delete entry in ocfs2_orphan_delGravatar Joseph Qi 1-9/+9
2016-01-14ocfs2: clean up redundant NULL check before iputGravatar Joseph Qi 1-2/+1
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2015-12-12ocfs2: fix SGID not inherited issueGravatar Junxiao Bi 1-3/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-11-20ocfs2: fix umask ignored issueGravatar Junxiao Bi 1-0/+2
2015-11-05ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an errorGravatar alex chen 1-1/+10
2015-11-05ocfs2: do not include dio entry in case of orphan scanGravatar Joseph Qi 1-2/+0
2015-09-04ocfs2: fix a tiny case that inode can not removedGravatar Yiwen Jiang 1-0/+5
2015-09-04ocfs2: set filesytem read-only when ocfs2_delete_entry failed.Gravatar jiangyiwen 1-1/+14
2015-09-04ocfs2: adjust code to match locking/unlocking orderGravatar Joseph Qi 1-17/+17
2015-09-04ocfs2: fix race between dio and recover orphanGravatar Joseph Qi 1-29/+13
2015-07-23ocfs2: Handle error from dquot_initialize()Gravatar Jan Kara 1-14/+45
2015-06-24ocfs2: use swap() in ocfs2_double_lock()Gravatar Fabian Frederick 1-9/+2