aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-5/+6
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-0/+4
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher1-0/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-07fs: return EPERM on immutable inodeEryu Guan1-1/+1
2016-07-24Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-43/+85
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1