aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-0/+4
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-26gfs2: Initialize atime of I_NEW inodesGravatar Andreas Gruenbacher 1-0/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-07fs: return EPERM on immutable inodeGravatar Eryu Guan 1-1/+1
2016-07-24Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-43/+85
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-06-27gfs2: Lock holder cleanupGravatar Andreas Gruenbacher 1-18/+15
2016-06-27gfs2: Large-filesystem fix for 32-bit systemsGravatar Andreas Gruenbacher 1-2/+17
2016-06-27gfs2: Get rid of gfs2_ilookupGravatar Andreas Gruenbacher 1-15/+0
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionGravatar Andreas Gruenbacher 1-28/+73
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-3/+3
2016-05-12gfs2: Switch to generic xattr handlersGravatar Al Viro 1-71/+11
2016-04-14GFS2: Don't dereference inode in gfs2_inode_lookup until it's validGravatar Bob Peterson 1-3/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-5/+4
2016-03-17Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-59/+12
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupGravatar Bob Peterson 1-3/+2
2016-03-15GFS2: Don't filter out I_FREEING inodes anymoreGravatar Bob Peterson 1-55/+4
2016-03-15GFS2: Prevent delete work from occurring on glocks used for createGravatar Bob Peterson 1-1/+6
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-12Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-25/+23
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-4/+4
2015-12-18GFS2: Don't do glock put on when inode creation failsGravatar Bob Peterson 1-1/+0
2015-12-18GFS2: Release iopen glock in gfs2_create_inode error casesGravatar Bob Peterson 1-9/+7
2015-12-18GFS2: Wait for iopen glock dequeuesGravatar Bob Peterson 1-1/+2
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureGravatar Bob Peterson 1-5/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-5/+10
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Gravatar Bob Peterson 1-9/+9
2015-11-10gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesGravatar Abhi Das 1-0/+5
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-19/+192
2015-06-02gfs2: fix quota updates on block boundariesGravatar Abhi Das 1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-5/+5
2015-05-05GFS2: add support for rename2 and RENAME_EXCHANGEGravatar Benjamin Marzinski 1-16/+189
2015-05-01GFS2: inode.c: indent with TABs, not spacesGravatar Antonio Ospite 1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-17/+17
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-17/+17
2015-03-18gfs2: perform quota checks against allocation parametersGravatar Abhi Das 1-8/+10
2015-01-26GFS2: Eliminate a nonsense gotoGravatar Bob Peterson 1-3/+0
2014-11-20GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Gravatar Al Viro 1-5/+2
2014-11-20GFS2: gfs2_create_inode(): don't bother with d_splice_alias()Gravatar Al Viro 1-14/+4
2014-11-20GFS2: bugger off early if O_CREAT open finds a directoryGravatar Al Viro 1-0/+5