aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher1-18/+15
2016-06-27gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher1-2/+17
2016-06-27gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher1-15/+0
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher1-28/+73
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+3
2016-05-12gfs2: Switch to generic xattr handlersAl Viro1-71/+11
2016-04-14GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson1-3/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-5/+4
2016-03-17Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-59/+12
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson1-3/+2
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreBob Peterson1-55/+4
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createBob Peterson1-1/+6
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-12Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-25/+23
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-4/+4
2015-12-18GFS2: Don't do glock put on when inode creation failsBob Peterson1-1/+0
2015-12-18GFS2: Release iopen glock in gfs2_create_inode error casesBob Peterson1-9/+7
2015-12-18GFS2: Wait for iopen glock dequeuesBob Peterson1-1/+2
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson1-5/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-5/+10
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson1-9/+9
2015-11-10gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesAbhi Das1-0/+5
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-19/+192
2015-06-02gfs2: fix quota updates on block boundariesAbhi Das1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-5/+5
2015-05-05GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski1-16/+189
2015-05-01GFS2: inode.c: indent with TABs, not spacesAntonio Ospite1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+17
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-17/+17
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das1-8/+10
2015-01-26GFS2: Eliminate a nonsense gotoBob Peterson1-3/+0
2014-11-20GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro1-5/+2
2014-11-20GFS2: gfs2_create_inode(): don't bother with d_splice_alias()Al Viro1-14/+4
2014-11-20GFS2: bugger off early if O_CREAT open finds a directoryAl Viro1-0/+5
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski1-30/+10
2014-11-03GFS2: directly return gfs2_dir_check()Fabian Frederick1-5/+1