index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
xattr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-3
/
+3
2022-01-03
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
1
-3
/
+1
2021-10-26
btrfs: assert that extent buffers are write locked instead of only locked
Filipe Manana
1
-1
/
+1
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+27
2021-03-02
btrfs: fix warning when creating a directory with smack enabled
Filipe Manana
1
-4
/
+27
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-0
/
+2
2020-12-08
btrfs: skip unnecessary searches for xattrs when logging an inode
Filipe Manana
1
-1
/
+3
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2019-06-17
Btrfs: fix failure to persist compression property xattr deletion on fsync
Filipe Manana
1
-3
/
+3
2019-04-29
btrfs: start transaction in xattr_handler_set_prop
Anand Jain
1
-1
/
+20
2019-04-29
btrfs: refactor btrfs_set_props to validate externally
Anand Jain
1
-0
/
+5
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
1
-3
/
+2
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
1
-2
/
+1
2019-04-29
btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter
Anand Jain
1
-6
/
+3
2019-04-29
btrfs: split btrfs_setxattr calls regarding transaction
Anand Jain
1
-2
/
+4
2019-04-29
btrfs: remove redundant readonly root check in btrfs_setxattr_trans
Anand Jain
1
-3
/
+0
2019-04-29
btrfs: export btrfs_setxattr
Anand Jain
1
-3
/
+2
2019-04-29
btrfs: rename do_setxattr to btrfs_setxattr
Anand Jain
1
-5
/
+5
2019-04-29
btrfs: rename btrfs_setxattr to btrfs_setxattr_trans
Anand Jain
1
-6
/
+6
2019-04-29
btrfs: get fs_info from eb in btrfs_leaf_free_space
David Sterba
1
-1
/
+1
2019-04-29
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
1
-1
/
+1
2019-04-29
btrfs: rename fs_info argument to fs_private
Anand Jain
1
-2
/
+2
2019-04-29
btrfs: merge _btrfs_set_prop helpers
Anand Jain
1
-1
/
+1
2018-12-17
Btrfs: use nofs context when initializing security xattrs to avoid deadlock
Filipe Manana
1
-0
/
+8
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-15
/
+1
2018-03-26
btrfs: adjust return type of btrfs_getxattr
David Sterba
1
-1
/
+1
2018-03-26
btrfs: drop underscores from exported xattr functions
David Sterba
1
-6
/
+6
2018-01-29
Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-6
/
+0
2018-01-29
fs: new API for handling inode->i_version
Jeff Layton
1
-0
/
+1
2018-01-22
btrfs: Cleanup existing name_len checks
Qu Wenruo
1
-6
/
+0
2017-06-21
btrfs: Check name_len with boundary in verify dir_item
Su Yue
1
-1
/
+1
2017-02-14
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
1
-6
/
+6
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
1
-5
/
+5
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
1
-1
/
+1
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-7
/
+10
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-1
/
+1
2016-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
1
-1
/
+1
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
1
-7
/
+5
2016-05-17
btrfs: Switch to generic xattr handlers
Andreas Gruenbacher
1
-19
/
+3
2016-04-10
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
1
-4
/
+2
2016-03-01
Btrfs: fix listxattrs not listing all xattrs packed in the same item
Filipe Manana
1
-24
/
+41
2016-02-18
btrfs: Replace CURRENT_TIME by current_fs_time()
Deepa Dinamani
1
-1
/
+1
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-1
/
+1
2016-01-18
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-1
/
+1
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-1
/
+1
2015-12-06
btrfs: Use xattr handler infrastructure
Andreas Gruenbacher
1
-107
/
+59
2015-12-03
btrfs: use GFP_KERNEL for xattr and acl allocations
David Sterba
1
-1
/
+1
2015-11-09
Btrfs: fix race when listing an inode's xattrs
Filipe Manana
1
-1
/
+3
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-8
/
+8
[next]