summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * GFS2: Release iopen glock in gfs2_create_inode error casesBob Peterson2015-12-181-9/+7
| * GFS2: Wait for iopen glock dequeuesBob Peterson2015-12-181-1/+2
| * GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson2015-12-141-5/+0
| * GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-9/+9
| * gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesAbhi Das2015-11-101-0/+5
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-4/+4
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-5/+10
|/
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-271-19/+192
|\
| * gfs2: fix quota updates on block boundariesAbhi Das2015-06-021-1/+1
| * GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski2015-05-051-16/+189
| * GFS2: inode.c: indent with TABs, not spacesAntonio Ospite2015-05-011-2/+2
* | don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-17/+17
|\ \ | |/ |/|
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-17/+17
* | gfs2: perform quota checks against allocation parametersAbhi Das2015-03-181-8/+10
|/
* GFS2: Eliminate a nonsense gotoBob Peterson2015-01-261-3/+0
* GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro2014-11-201-5/+2
* GFS2: gfs2_create_inode(): don't bother with d_splice_alias()Al Viro2014-11-201-14/+4
* GFS2: bugger off early if O_CREAT open finds a directoryAl Viro2014-11-201-0/+5
OpenPOWER on IntegriCloud