summaryrefslogtreecommitdiff
path: root/fs/gfs2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-2/+0
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher2022-12-021-11/+15
* gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher2022-06-281-1/+1
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-20/+9
* Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-02-231-6/+48
|\
| *-. Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-231-2/+4
| |\ \
| | * | gfs2: Use resource group glock sharingBob Peterson2021-02-171-2/+4
| | |/
| * | gfs2: Add trusted xattr supportAndreas Gruenbacher2021-02-081-4/+44
| |/
* | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
|/
* gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-4/+8
* gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-071-3/+3
* gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher2018-10-121-7/+9
* gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson2018-10-121-1/+1
* gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher2018-08-031-37/+22
* gfs2: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callsChristoph Hellwig2018-03-281-4/+4
* gfs2: Allow gfs2_xattr_set to be called with the glock heldAndreas Gruenbacher2017-10-311-7/+16
* gfs2: Fix xattr fsyncAndreas Gruenbacher2017-10-311-32/+8
* gfs2: don't return ENODATA in __gfs2_xattr_set unless replacingErnesto A. Fernández2017-08-311-2/+6
* GFS2: Fix up some sparse warningsBob Peterson2017-08-251-0/+1
* gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-051-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-4/+4
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-3/+3
* gfs2: Switch to generic xattr handlersAl Viro2016-05-121-6/+40
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-3/+3
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-5/+5
|\
| * gfs2: Extended attribute readaheadAndreas Gruenbacher2015-11-161-5/+5
* | gfs2: Remove gfs2_xattr_acl_chmodAndreas Gruenbacher2015-12-061-50/+0
* | xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-5/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-3/+3
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* | gfs2: perform quota checks against allocation parametersAbhi Das2015-03-181-1/+1
|/
* gfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-1/+3
* GFS2: Add allocation parameters structureSteven Whitehouse2013-10-021-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-2/+2
|\
| * gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman2013-02-131-2/+2
* | GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-291-18/+18
|/
* GFS2: Add Orlov allocatorSteven Whitehouse2012-11-071-1/+1
* GFS2: Remove rs_requested field from reservationsSteven Whitehouse2012-09-241-1/+1
* GFS2: Merge two nearly identical xattr functionsSteven Whitehouse2012-09-241-64/+30
* GFS2: Reduce file fragmentationBob Peterson2012-07-191-0/+12
* GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-22/+2
* GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson2012-04-051-0/+12
* GFS2: FITRIM ioctl supportSteven Whitehouse2012-02-281-2/+2
* GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-221-19/+16
* GFS2: move toward a generic multi-block allocatorBob Peterson2011-11-211-3/+3
* GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson2011-11-151-3/+3