summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)Author
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher
2020-12-01gfs2: Make inode operations staticAndreas Gruenbacher
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-01-15gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher
2019-11-21gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher
2019-11-19gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson
2019-10-30gfs2: removed unnecessary semicolonAliasgar Surti
2019-09-04gfs2: Use async glocks for renameBob Peterson
2019-09-04gfs2: separate holder for rgrps in gfs2_renameBob Peterson
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2018-12-11gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher
2018-03-08gfs2: Dirty source inode during renameAndreas Gruenbacher
2018-01-29GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher
2017-10-31gfs2: Add support for statx inode flagsAndreas Gruenbacher
2017-10-31gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher
2017-10-31GFS2: Switch fiemap implementation to use iomapBob Peterson
2017-09-25gfs2: Support negative atimesAndreas Gruenbacher
2017-08-09gfs2: Fix trivial typosAndreas Gruenbacher
2017-08-09GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson
2017-07-21GFS2: Set gl_object in inode lookup only after block type checkBob Peterson
2017-07-21GFS2: Introduce helper for clearing gl_objectBob Peterson
2017-07-19gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"Andreas Gruenbacher
2017-07-05gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher