index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-3
/
+3
*
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
2022-01-03
1
-3
/
+1
*
btrfs: assert that extent buffers are write locked instead of only locked
Filipe Manana
2021-10-26
1
-1
/
+1
*
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-05
1
-4
/
+27
|
\
|
*
btrfs: fix warning when creating a directory with smack enabled
Filipe Manana
2021-03-02
1
-4
/
+27
*
|
acl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-0
/
+2
|
/
*
btrfs: skip unnecessary searches for xattrs when logging an inode
Filipe Manana
2020-12-08
1
-1
/
+3
*
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
1
-2
/
+2
*
Btrfs: fix failure to persist compression property xattr deletion on fsync
Filipe Manana
2019-06-17
1
-3
/
+3
*
btrfs: start transaction in xattr_handler_set_prop
Anand Jain
2019-04-29
1
-1
/
+20
*
btrfs: refactor btrfs_set_props to validate externally
Anand Jain
2019-04-29
1
-0
/
+5
*
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
2019-04-29
1
-3
/
+2
*
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter
Anand Jain
2019-04-29
1
-6
/
+3
*
btrfs: split btrfs_setxattr calls regarding transaction
Anand Jain
2019-04-29
1
-2
/
+4
*
btrfs: remove redundant readonly root check in btrfs_setxattr_trans
Anand Jain
2019-04-29
1
-3
/
+0
*
btrfs: export btrfs_setxattr
Anand Jain
2019-04-29
1
-3
/
+2
*
btrfs: rename do_setxattr to btrfs_setxattr
Anand Jain
2019-04-29
1
-5
/
+5
*
btrfs: rename btrfs_setxattr to btrfs_setxattr_trans
Anand Jain
2019-04-29
1
-6
/
+6
*
btrfs: get fs_info from eb in btrfs_leaf_free_space
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
2019-04-29
1
-1
/
+1
*
btrfs: rename fs_info argument to fs_private
Anand Jain
2019-04-29
1
-2
/
+2
*
btrfs: merge _btrfs_set_prop helpers
Anand Jain
2019-04-29
1
-1
/
+1
*
Btrfs: use nofs context when initializing security xattrs to avoid deadlock
Filipe Manana
2018-12-17
1
-0
/
+8
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-15
/
+1
*
btrfs: adjust return type of btrfs_getxattr
David Sterba
2018-03-26
1
-1
/
+1
*
btrfs: drop underscores from exported xattr functions
David Sterba
2018-03-26
1
-6
/
+6
*
Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2018-01-29
1
-6
/
+0
|
\
|
*
btrfs: Cleanup existing name_len checks
Qu Wenruo
2018-01-22
1
-6
/
+0
*
|
fs: new API for handling inode->i_version
Jeff Layton
2018-01-29
1
-0
/
+1
|
/
*
btrfs: Check name_len with boundary in verify dir_item
Su Yue
2017-06-21
1
-1
/
+1
*
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
2017-02-14
1
-6
/
+6
*
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
2017-02-14
1
-5
/
+5
*
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
2016-12-06
1
-1
/
+1
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-7
/
+10
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-1
/
+1
*
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-1
/
+1
*
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
2016-05-27
1
-7
/
+5
*
btrfs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-05-17
1
-19
/
+3
*
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
2016-04-10
1
-4
/
+2
*
Btrfs: fix listxattrs not listing all xattrs packed in the same item
Filipe Manana
2016-03-01
1
-24
/
+41
*
btrfs: Replace CURRENT_TIME by current_fs_time()
Deepa Dinamani
2016-02-18
1
-1
/
+1
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-1
/
+1
*
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-18
1
-2
/
+2
|
\
|
*
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
2016-01-11
1
-1
/
+1
|
|
\
|
|
*
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
2016-01-07
1
-1
/
+1
|
*
|
btrfs: use GFP_KERNEL for xattr and acl allocations
David Sterba
2015-12-03
1
-1
/
+1
|
|
/
*
/
btrfs: Use xattr handler infrastructure
Andreas Gruenbacher
2015-12-06
1
-107
/
+59
|
/
*
Btrfs: fix race when listing an inode's xattrs
Filipe Manana
2015-11-09
1
-1
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-8
/
+8
|
\
[next]