summaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)Author
2026-06-15Merge tag 'pull-d_add' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2026-06-06gfs2: use d_splice_alias() for ->lookup() return valueAl Viro
2026-05-21openat2: new OPENAT2_REGULAR flag supportDorjoy Chowdhury
2026-02-23gfs2: Call unlock_new_inode before d_instantiateAndreas Gruenbacher
2026-02-09Merge tag 'gfs2-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2026-02-05gfs2: fiemap page fault fixAndreas Gruenbacher
2026-01-26gfs2: Retries missing in gfs2_{rename,exchange}Andreas Gruenbacher
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig
2025-12-03Merge tag 'gfs2-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-11-26gfs2: Prevent recursive memory reclaimAndreas Gruenbacher
2025-10-20gfs2: use the new ->i_state accessorsMateusz Guzik
2025-09-16simplify gfs2_atomic_open()Al Viro
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher
2025-04-24gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher
2025-04-21gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher
2025-04-21gfs2: Don't reread inodes unnecessarilyAndreas Gruenbacher
2025-04-21gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2024-09-24gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher
2023-12-18gfs2: Use GL_NOBLOCK flag for non-blocking lookupsAbhi Das
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-06gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher
2023-10-23gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro
2023-09-22gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton
2023-03-27gfs2: Remove ghs[] from gfs2_unlinkAndrew Price
2023-03-27gfs2: Remove ghs[] from gfs2_linkAndrew Price
2023-03-27gfs2: Remove duplicate i_nlink check from gfs2_link()Andrew Price
2023-02-22Merge tag 'gfs2-v6.2-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner