summaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher1-4/+4
2023-12-18gfs2: Use GL_NOBLOCK flag for non-blocking lookupsAbhi Das1-4/+4
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+21
2023-11-06gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher1-6/+7
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher1-1/+1
2023-10-23gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher1-1/+1
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton1-3/+4
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro1-2/+9
2023-09-22gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher1-1/+1
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+10
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher1-4/+10
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-2/+1
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton1-4/+4
2023-03-27gfs2: Remove ghs[] from gfs2_unlinkAndrew Price1-13/+13
2023-03-27gfs2: Remove ghs[] from gfs2_linkAndrew Price1-9/+9
2023-03-27gfs2: Remove duplicate i_nlink check from gfs2_link()Andrew Price1-3/+0
2023-02-23Merge tag 'gfs2-v6.2-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher1-0/+8
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-12/+12
2023-01-19fs: port ->set_acl() to pass 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-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-4/+4
2022-12-17Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+37
2022-12-06gfs2: Add gfs2_inode_lookup commentAndreas Gruenbacher1-0/+5
2022-12-06gfs2: Handle -EBUSY result of insert_inode_locked4Andreas Gruenbacher1-1/+5
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher1-14/+12
2022-12-02gfs2: Clean up initialization of "ip" in gfs2_create_inodeAndreas Gruenbacher1-2/+2
2022-12-02gfs2: Get rid of ghs[] in gfs2_create_inodeAndreas Gruenbacher1-10/+10
2022-12-02gfs2: Add extra error check in alloc_dinodeAndreas Gruenbacher1-1/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-2/+3
2022-08-25gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson1-2/+8
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher1-2/+4
2022-02-15gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher1-22/+27
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher1-1/+1
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher1-6/+10
2021-12-02gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher1-51/+33
2021-12-02gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher1-7/+2
2021-10-25gfs2: set glock object after nqBob Peterson1-2/+2
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson1-1/+0
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson1-1/+2