summaryrefslogtreecommitdiff
path: root/fs/gfs2/xattr.c
Commit message (Expand)AuthorAge
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-27
* gfs2: Switch to generic xattr handlersAl Viro2016-05-12
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-10
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-12
|\
| * gfs2: Extended attribute readaheadAndreas Gruenbacher2015-11-16
* | gfs2: Remove gfs2_xattr_acl_chmodAndreas Gruenbacher2015-12-06
* | xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | gfs2: perform quota checks against allocation parametersAbhi Das2015-03-18
|/
* gfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* GFS2: Add allocation parameters structureSteven Whitehouse2013-10-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-25
|\
| * gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman2013-02-13
* | GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-29
|/
* GFS2: Add Orlov allocatorSteven Whitehouse2012-11-07
* GFS2: Remove rs_requested field from reservationsSteven Whitehouse2012-09-24
* GFS2: Merge two nearly identical xattr functionsSteven Whitehouse2012-09-24
* GFS2: Reduce file fragmentationBob Peterson2012-07-19
* GFS2: Fold quota data into the reservations structBob Peterson2012-06-06
* GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson2012-04-05
* GFS2: FITRIM ioctl supportSteven Whitehouse2012-02-28
* GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-22
* GFS2: move toward a generic multi-block allocatorBob Peterson2011-11-21
* GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson2011-11-15
* GFS2: Fix very unlikley memory leak in ACL xattr codeSteven Whitehouse2011-11-09
* GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse2011-10-21
* GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse2011-10-21
* GFS2: Make resource groups "append only" during life of fsSteven Whitehouse2011-10-21
* GFS2: Use ->dirty_inode()Steven Whitehouse2011-10-21
* GFS2: Clean up duplicated setattr codeSteven Whitehouse2010-11-30
* GFS2: Remove unreachable calls to vmtruncateSteven Whitehouse2010-11-30
* GFS2: reserve more blocks for transactionsBenjamin Marzinski2010-09-28
* remove inode_setattrChristoph Hellwig2010-08-09
* gfs: constify xattr_handlerStephen Hemminger2010-05-21
* GFS2: Fix gfs2_xattr_acl_chmod()Steven Whitehouse2010-01-08
* sanitize xattr handler prototypesChristoph Hellwig2009-12-16
* GFS2: Clean up ACLsSteven Whitehouse2009-12-03
* GFS2: Fix up system xattrsSteven Whitehouse2009-12-03
* GFS2: Whitespace fixesSteven Whitehouse2009-09-14
* GFS2: Rename eattr.[ch] as xattr.[ch]Steven Whitehouse2009-08-26