aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher1-1/+2
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher1-1/+2
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-11/+36
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-10/+34
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher1-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher1-2/+9
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-0/+2
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson1-1/+2
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson1-3/+4
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-26/+27
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher1-1/+2
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson1-13/+19
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson1-6/+6
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher1-12/+6
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-01-15gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher1-5/+5
2019-11-21gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher1-1/+0
2019-11-19gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson1-6/+7
2019-10-30gfs2: removed unnecessary semicolonAliasgar Surti1-1/+1
2019-09-04gfs2: Use async glocks for renameBob Peterson1-11/+23
2019-09-04gfs2: separate holder for rgrps in gfs2_renameBob Peterson1-8/+21
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2018-12-11gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher1-9/+9
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro1-10/+9
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-3/+3
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro1-1/+1
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher1-4/+0
2018-03-08gfs2: Dirty source inode during renameAndreas Gruenbacher1-9/+1
2018-01-29GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson1-3/+2
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher1-4/+2
2017-10-31gfs2: Add support for statx inode flagsAndreas Gruenbacher1-0/+14
2017-10-31gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher1-0/+38
2017-10-31GFS2: Switch fiemap implementation to use iomapBob Peterson1-25/+9
2017-09-25gfs2: Support negative atimesAndreas Gruenbacher1-1/+2
2017-08-09gfs2: Fix trivial typosAndreas Gruenbacher1-1/+1
2017-08-09GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson1-1/+4
2017-07-21GFS2: Set gl_object in inode lookup only after block type checkBob Peterson1-2/+2
2017-07-21GFS2: Introduce helper for clearing gl_objectBob Peterson1-2/+2
2017-07-19gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"Andreas Gruenbacher1-2/+2
2017-07-05gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher1-1/+3
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher1-4/+4
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher1-3/+4
2017-04-03Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher1-2/+1
2017-03-16GFS2: Temporarily zero i_no_addr when creating a dinodeBob Peterson1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+6