summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher2020-06-301-1/+2
* Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-06-081-11/+36
|\
| * Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher2020-06-051-10/+34
| |\
| | * gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher2020-06-051-9/+24
| | * gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher2020-06-051-2/+9
| | * gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-051-0/+2
| * | gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson2020-06-021-1/+2
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\ \ | |/ |/|
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2020-05-081-3/+4
|/
* Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-03-311-26/+27
|\
| * gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher2020-03-271-1/+2
| * gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-13/+19
| * gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-271-6/+6
| * gfs2: Clean up inode initialization and teardownAndreas Gruenbacher2020-03-271-12/+6
* | gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-121-1/+1
|/
* gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher2020-01-151-5/+5
* gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher2019-11-211-1/+0
* gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson2019-11-191-6/+7
* gfs2: removed unnecessary semicolonAliasgar Surti2019-10-301-1/+1
* gfs2: Use async glocks for renameBob Peterson2019-09-041-11/+23
* gfs2: separate holder for rgrps in gfs2_renameBob Peterson2019-09-041-8/+21
* gfs2: Use IS_ERR_OR_NULLKefeng Wang2019-06-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher2018-12-111-9/+9
* get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-2/+1
* getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-10/+9
* getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-3/+3
* introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro2018-07-121-1/+1
* gfs2: Iomap cleanups and improvementsAndreas Gruenbacher2018-06-041-4/+0
* gfs2: Dirty source inode during renameAndreas Gruenbacher2018-03-081-9/+1
* GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson2018-01-291-3/+2
* gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher2018-01-181-4/+2
* gfs2: Add support for statx inode flagsAndreas Gruenbacher2017-10-311-0/+14
* gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher2017-10-311-0/+38
* GFS2: Switch fiemap implementation to use iomapBob Peterson2017-10-311-25/+9
* gfs2: Support negative atimesAndreas Gruenbacher2017-09-251-1/+2
* gfs2: Fix trivial typosAndreas Gruenbacher2017-08-091-1/+1
* GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson2017-08-091-1/+4
* GFS2: Set gl_object in inode lookup only after block type checkBob Peterson2017-07-211-2/+2
* GFS2: Introduce helper for clearing gl_objectBob Peterson2017-07-211-2/+2
* gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"Andreas Gruenbacher2017-07-191-2/+2
* gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2017-07-051-1/+3
* gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-051-4/+4
* gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-051-3/+4
* Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher2017-04-031-2/+1
* GFS2: Temporarily zero i_no_addr when creating a dinodeBob Peterson2017-03-161-0/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-5/+6
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-5/+6