summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Use IS_ERR_OR_NULLKefeng Wang2019-06-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1Star
* 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/+1Star
* getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-10/+9Star
* 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/+0Star
* gfs2: Dirty source inode during renameAndreas Gruenbacher2018-03-081-9/+1Star
* GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson2018-01-291-3/+2Star
* gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher2018-01-181-4/+2Star
* 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/+9Star
* 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/+1Star
* 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-031-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/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-5/+5
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-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-281-4/+4
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-9/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-9/+0Star
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* | Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-10-041-0/+4
|\ \ | |/ |/|
| * gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher2016-09-261-0/+4
* | fs: return EPERM on immutable inodeEryu Guan2016-08-071-1/+1
|/
* Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-07-251-43/+85
|\
| * gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-18/+15Star
| * gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher2016-06-271-2/+17
| * gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher2016-06-271-15/+0Star
| * gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher2016-06-271-28/+73
* | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
|/
* Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-05-211-3/+3
|\
| * GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson2016-04-141-3/+3