summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-211-1/+1
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-6/+6
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-5/+5
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-7/+10
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-1/+1
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-7/+5
* btrfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-171-19/+3
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-4/+2
* Btrfs: fix listxattrs not listing all xattrs packed in the same itemFilipe Manana2016-03-011-24/+41
* btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-1/+1
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-2/+2
|\
| * Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-1/+1
| |\
| | * btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-1/+1
| * | btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2015-12-031-1/+1
| |/
* | btrfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-061-107/+59
|/
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-091-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-8/+8
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* | btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-03-261-14/+39
|/
* Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana2015-03-021-2/+6
* Btrfs: make xattr replace operations atomicFilipe Manana2014-11-201-57/+93
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-301-1/+11
|\
| * Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-1/+11
* | btrfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-2/+3
|/
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-2/+2
* Btrfs: only log the inode item if we can get away with itJosef Bacik2012-12-161-0/+1
* Btrfs: don't add a NULL extended attributeLiu Bo2012-12-161-0/+10
* Btrfs: fix an while-loop of listxattrLiu Bo2012-12-161-1/+1
* Btrfs: use i_version instead of our own sequenceJosef Bacik2012-05-301-0/+1
* Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik2012-01-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-061-0/+11
|\
| * Btrfs: fix regression in re-setting a large xattrJosef Bacik2011-10-191-0/+11
* | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-251-25/+25
|\ \ | |/ |/|
| * Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-25/+25
| |\
| | * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-25/+25
* | | btrfs: xattr: fix attribute removalDavid Sterba2011-09-111-0/+9
|/ /
* | Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik2011-07-111-26/+40
|/
* Merge branch 'for-chris' ofChris Mason2011-05-281-2/+0
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-2/+0
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-2/+2
|\ \
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-2/+2
| |/
* | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-4/+4
|\ \ | |/ |/|
| * Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-181-21/+12
|\ \ | |/
| * Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan2011-04-131-21/+12
* | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-281-0/+2
|\ \ | |/
OpenPOWER on IntegriCloud