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
/
dir-item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
1
-1
/
+0
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
1
-1
/
+1
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
1
-2
/
+1
2018-10-15
btrfs: Remove root parameter from btrfs_insert_dir_item
Lu Fengqi
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from btrfs_insert_delayed_dir_index
Lu Fengqi
1
-2
/
+2
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
1
-1
/
+0
2018-01-22
btrfs: Cleanup existing name_len checks
Qu Wenruo
1
-108
/
+0
2017-06-29
btrfs: fix validation of XATTR_ITEM dir items
David Sterba
1
-8
/
+0
2017-06-21
btrfs: Check name_len on add_inode_ref call path
Su Yue
1
-2
/
+2
2017-06-21
btrfs: Check name_len with boundary in verify dir_item
Su Yue
1
-1
/
+9
2017-06-21
btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundary
Su Yue
1
-0
/
+72
2017-06-09
btrfs: tree-log.c: Wrong printk information about namelen
Su Yue
1
-1
/
+1
2017-02-28
btrfs: do proper error handling in btrfs_insert_xattr_item
David Sterba
1
-1
/
+2
2017-02-28
btrfs: Make btrfs_insert_dir_item take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-14
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
1
-2
/
+1
2017-02-14
btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
1
-1
/
+1
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-14
/
+17
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-6
/
+6
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-3
/
+3
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-3
/
+4
2014-11-20
Btrfs: make xattr replace operations atomic
Filipe Manana
1
-7
/
+3
2014-09-17
btrfs: kill the key type accessor helpers
David Sterba
1
-6
/
+6
2014-01-28
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-3
/
+3
2014-01-28
Btrfs: fix max dir item size calculation
Filipe David Borba Manana
1
-1
/
+1
2013-11-11
Btrfs: fix verification of dir_item
Filipe David Borba Manana
1
-2
/
+4
2013-11-11
btrfs: drop unused parameter from btrfs_item_nr
Ross Kirk
1
-1
/
+1
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
1
-1
/
+5
2013-05-06
Btrfs: remove unused argument of btrfs_extend_item()
Tsutomu Itoh
1
-1
/
+1
2013-05-06
Btrfs: cleanup of function where fixup_low_keys() is called
Tsutomu Itoh
1
-2
/
+1
2012-12-17
Btrfs: fix hash overflow handling
Chris Mason
1
-0
/
+59
2012-03-22
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
1
-0
/
+1
2012-03-22
btrfs: return void in functions without error conditions
Jeff Mahoney
1
-5
/
+4
2011-08-01
Btrfs: remove redundant code for dir item lookup
Li Zefan
1
-28
/
+2
2011-07-11
Btrfs: try to only do one btrfs_search_slot in do_setxattr
Josef Bacik
1
-7
/
+2
2011-05-23
Merge branch 'cleanups_and_fixes' into inode_numbers
Chris Mason
1
-2
/
+1
2011-05-23
Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...
Tsutomu Itoh
1
-1
/
+0
2011-05-23
btrfs: typo: 'btrfS' -> 'btrfs'
Sergei Trofimovich
1
-1
/
+1
2011-05-22
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
1
-1
/
+1
2011-05-22
Btrfs: update the delayed inode code to use the btrfs_ino helper.
Chris Mason
1
-1
/
+1
2011-05-21
btrfs: implement delayed inode items operation
Miao Xie
1
-24
/
+10
2011-05-02
btrfs: drop unused parameter from btrfs_release_path
David Sterba
1
-1
/
+1
2011-03-28
Btrfs: check return value of btrfs_alloc_path()
Tsutomu Itoh
1
-4
/
+6
2011-03-17
Btrfs: add checks to verify dir items are correct
Josef Bacik
1
-0
/
+35
2010-10-29
Btrfs: Fix variables set but not read (bugs found by gcc 4.6)
Andi Kleen
1
-1
/
+1
2009-12-17
Btrfs: Pass transaction handle to security and ACL initialization functions
Yan, Zheng
1
-12
/
+7
2009-09-21
Btrfs: change how subvolumes are organized
Yan, Zheng
1
-0
/
+47
2009-03-24
Btrfs: leave btree locks spinning more often
Chris Mason
1
-0
/
+3
2009-01-05
Btrfs: Fix checkpatch.pl warnings
Chris Mason
1
-1
/
+1
[next]