summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-5/+5
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-4/+4
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \