summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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-241-43/+85
|\
| * gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-18/+15
| * gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher2016-06-271-2/+17
| * gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher2016-06-271-15/+0
| * 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-201-3/+3
|\
| * GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson2016-04-141-3/+3
* | gfs2: Switch to generic xattr handlersAl Viro2016-05-121-71/+11
* | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-5/+4
|/
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-59/+12
|\
| * GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson2016-03-151-3/+2
| * GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson2016-03-151-55/+4
| * GFS2: Prevent delete work from occurring on glocks used for createBob Peterson2016-03-151-1/+6
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
|/
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-25/+23
|\
| * GFS2: Don't do glock put on when inode creation failsBob Peterson2015-12-181-1/+0