index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
print-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: add one more sanity check for shared ref type
Liu Bo
2017-08-21
1
-6
/
+21
*
Btrfs: remove BUG() in print_extent_item
Liu Bo
2017-08-21
1
-1
/
+4
*
btrfs: get fs_info from eb in btrfs_print_tree, remove argument
David Sterba
2017-08-16
1
-2
/
+4
*
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
2017-08-16
1
-2
/
+4
*
Btrfs: let btrfs_print_leaf print more about block group
Liu Bo
2017-06-19
1
-2
/
+5
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-8
/
+7
*
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
2016-12-06
1
-3
/
+5
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-1
/
+1
*
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
2016-09-26
1
-31
/
+31
*
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
1
-32
/
+18
*
Btrfs: add error handling for extent buffer in print tree
Liu Bo
2016-09-26
1
-0
/
+7
*
btrfs: teach print_leaf about temporary item subtypes
David Sterba
2016-02-11
1
-0
/
+11
*
btrfs: teach print_leaf about permanent item subtypes
David Sterba
2016-02-11
1
-2
/
+10
*
btrfs: remove parameter blocksize from read_tree_block
David Sterba
2014-10-02
1
-1
/
+0
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-1
/
+1
*
btrfs: kill the key type accessor helpers
David Sterba
2014-09-17
1
-1
/
+1
*
Btrfs: fix btrfs_print_leaf for skinny metadata
Josef Bacik
2014-07-03
1
-4
/
+5
*
Btrfs: don't use ram_bytes for uncompressed inline items
Chris Mason
2014-01-29
1
-1
/
+1
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
1
-1
/
+1
*
btrfs: drop unused parameter from btrfs_item_nr
Ross Kirk
2013-11-11
1
-1
/
+1
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
1
-51
/
+28
*
Btrfs: support printing UUID tree elements
Stefan Behrens
2013-09-01
1
-0
/
+24
*
Btrfs: Print key type in decimal everywhere
Stefan Behrens
2013-09-01
1
-2
/
+2
*
Btrfs: Include the device in most error printk()s
Simon Kirby
2013-05-06
1
-5
/
+4
*
btrfs: add missing break in btrfs_print_leaf()
Eric Sandeen
2013-02-20
1
-0
/
+1
*
Btrfs: introduce a btrfs_dev_replace_item type
Stefan Behrens
2012-12-12
1
-0
/
+3
*
Btrfs: read device stats on mount, write modified ones during commit
Stefan Behrens
2012-05-30
1
-0
/
+3
*
btrfs: fix oops on failure path
Daniel J Blueman
2011-10-20
1
-2
/
+6
*
btrfs: fix missing break in switch phrase
liubo
2011-01-28
1
-0
/
+1
*
Btrfs: remove of redundant btrfs_header_level
Daniel Cadete
2009-07-22
1
-3
/
+3
*
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
Yan Zheng
2009-06-10
1
-17
/
+138
*
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2009-01-05
1
-29
/
+44
*
Btrfs: Add zlib compression support
Chris Mason
2008-10-29
1
-3
/
+4
*
Btrfs: Remove offset field from struct btrfs_extent_ref
Yan Zheng
2008-10-09
1
-2
/
+1
*
Btrfs: Full back reference support
Zheng Yan
2008-09-25
1
-2
/
+3
*
Btrfs: implement memory reclaim for leaf reference cache
Yan
2008-09-25
1
-1
/
+0
*
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
2008-09-25
1
-1
/
+2
*
Btrfs: Add chunk uuids and update multi-device back references
Chris Mason
2008-09-25
1
-6
/
+14
*
Btrfs: Move device information into the super block so it can be scanned
Chris Mason
2008-09-25
1
-13
/
+2
*
Btrfs: Add support for multiple devices per filesystem
Chris Mason
2008-09-25
1
-0
/
+48
*
Btrfs: Add back pointers from extents to the btree or file referencing them
Chris Mason
2008-09-25
1
-0
/
+10
*
xattr support for btrfs
Josef Bacik
2008-09-25
1
-2
/
+1
*
Btrfs: Allow tree blocks larger than the page size
Chris Mason
2008-09-25
1
-10
/
+13
*
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
2008-09-25
1
-51
/
+45
*
Btrfs: trivial include fixups
Zach Brown
2007-07-11
1
-1
/
+0
*
Subject: Rework btrfs_file_write to only allocate while page locks are held
Chris Mason
2007-06-18
1
-0
/
+18
*
Btrfs: add GPLv2
Chris Mason
2007-06-12
1
-0
/
+18
*
Btrfs: printk fixes
Chris Mason
2007-06-12
1
-20
/
+22
*
Btrfs: fix page cache memory leak
Chris Mason
2007-05-02
1
-0
/
+1
*
Btrfs: start of block group code
Chris Mason
2007-04-26
1
-0
/
+7
[next]