aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-6/+0
2018-01-29fs: new API for handling inode->i_versionGravatar Jeff Layton 1-0/+1
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-6/+0
2017-06-21btrfs: Check name_len with boundary in verify dir_itemGravatar Su Yue 1-1/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsGravatar David Sterba 1-6/+6
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-7/+10
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-7/+5
2016-05-17btrfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-19/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-4/+2
2016-03-01Btrfs: fix listxattrs not listing all xattrs packed in the same itemGravatar Filipe Manana 1-24/+41
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaGravatar David Sterba 1-1/+1
2015-12-06btrfs: Use xattr handler infrastructureGravatar Andreas Gruenbacher 1-107/+59
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsGravatar David Sterba 1-1/+1
2015-11-09Btrfs: fix race when listing an inode's xattrsGravatar Filipe Manana 1-1/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-8/+8
2015-03-26btrfs: don't accept bare namespace as a valid xattrGravatar David Sterba 1-14/+39
2015-03-02Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrGravatar Filipe Manana 1-2/+6
2014-11-20Btrfs: make xattr replace operations atomicGravatar Filipe Manana 1-57/+93
2014-09-17btrfs: kill the key type accessor helpersGravatar David Sterba 1-2/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+11
2014-01-28Btrfs: add support for inode propertiesGravatar Filipe David Borba Manana 1-1/+11
2014-01-25btrfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-2/+3
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-2/+2
2012-12-16Btrfs: only log the inode item if we can get away with itGravatar Josef Bacik 1-0/+1
2012-12-16Btrfs: don't add a NULL extended attributeGravatar Liu Bo 1-0/+10
2012-12-16Btrfs: fix an while-loop of listxattrGravatar Liu Bo 1-1/+1
2012-05-30Btrfs: use i_version instead of our own sequenceGravatar Josef Bacik 1-0/+1
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereGravatar Josef Bacik 1-1/+1
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+11
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-25/+25
2011-10-19Btrfs: fix regression in re-setting a large xattrGravatar Josef Bacik 1-0/+11
2011-09-11btrfs: xattr: fix attribute removalGravatar David Sterba 1-0/+9
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 1-25/+25
2011-07-18security: new security_inode_init_security API adds function callbackGravatar Mimi Zohar 1-25/+25
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrGravatar Josef Bacik 1-26/+40
2011-05-28Merge branch 'for-chris' ofGravatar Chris Mason 1-2/+0
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupGravatar Josef Bacik 1-2/+0
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-2/+2
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Gravatar Chris Mason 1-4/+4
2011-05-02btrfs: drop unused parameter from btrfs_release_pathGravatar David Sterba 1-2/+2
2011-04-25Btrfs: Always use 64bit inode numberGravatar Li Zefan 1-4/+4