aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
AgeCommit message (Expand)Author
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
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson
2015-11-10gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesAbhi Das
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds
2015-06-02gfs2: fix quota updates on block boundariesAbhi Das
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-05GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski
2015-05-01GFS2: inode.c: indent with TABs, not spacesAntonio Ospite
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das
2015-01-26GFS2: Eliminate a nonsense gotoBob Peterson
2014-11-20GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro
2014-11-20GFS2: gfs2_create_inode(): don't bother with d_splice_alias()Al Viro
2014-11-20GFS2: bugger off early if O_CREAT open finds a directoryAl Viro
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski
2014-11-03GFS2: directly return gfs2_dir_check()Fabian Frederick
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09gfs2_atomic_open(): skip lookups on hashed dentryAl Viro
2014-10-01GFS2: Make rename not save dirent locationBob Peterson
2014-09-19GFS2: fix bad inode i_goal values during block allocationAbhi Das
2014-09-12GFS2: fix d_splice_alias() misusesAl Viro
2014-09-11GFS2: Hash the negative dentry during inode lookupBenjamin Coddington
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-03-31GFS2: Fix uninitialized VFS inode in gfs2_create_inodeAbhi Das
2014-03-19GFS2: Remove extraneous function gfs2_security_initBob Peterson
2014-03-12GFS2: check NULL return value in gfs2_ok_to_moveAbhi Das