summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)Author
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2018-12-11gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher
2018-03-08gfs2: Dirty source inode during renameAndreas Gruenbacher
2018-01-29GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher
2017-10-31gfs2: Add support for statx inode flagsAndreas Gruenbacher
2017-10-31gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher
2017-10-31GFS2: Switch fiemap implementation to use iomapBob Peterson
2017-09-25gfs2: Support negative atimesAndreas Gruenbacher
2017-08-09gfs2: Fix trivial typosAndreas Gruenbacher
2017-08-09GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson
2017-07-21GFS2: Set gl_object in inode lookup only after block type checkBob Peterson
2017-07-21GFS2: Introduce helper for clearing gl_objectBob Peterson
2017-07-19gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"Andreas Gruenbacher
2017-07-05gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher
2017-04-03Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher
2017-03-16GFS2: Temporarily zero i_no_addr when creating a dinodeBob Peterson
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-07fs: return EPERM on immutable inodeEryu Guan
2016-07-24Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2016-06-27gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher
2016-06-27gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-05-12gfs2: Switch to generic xattr handlersAl Viro