summaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)Author
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
2016-04-14GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-17Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-12Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-18GFS2: Don't do glock put on when inode creation failsBob Peterson
2015-12-18GFS2: Release iopen glock in gfs2_create_inode error casesBob Peterson
2015-12-18GFS2: Wait for iopen glock dequeuesBob Peterson