Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8d23872c7539985433f38628d8216ef9320f46ac
/
fs
/
btrfs
/
print-tree.c
6d8ff4e
btrfs: annotate unlikely branches after V0 extent type removal
by David Sterba
· 6 years ago
ba3c2b1
btrfs: Add graceful handling of V0 extents
by Nikolay Borisov
· 6 years ago
a79865c
btrfs: Remove V0 extent support
by Nikolay Borisov
· 6 years ago
e41ca58
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
by Qu Wenruo
· 6 years ago
b545993
btrfs: print-tree: Add eb locking status output for debug build
by Qu Wenruo
· 7 years ago
c0872323
btrfs: print-tree: debugging output enhancement
by Qu Wenruo
· 7 years ago
c1d7c51
btrfs: replace GPL boilerplate by SPDX -- sources
by David Sterba
· 7 years ago
581c176
btrfs: Validate child tree block's level and first key
by Qu Wenruo
· 7 years ago
64ecdb6
Btrfs: add one more sanity check for shared ref type
by Liu Bo
· 7 years ago
07638ea
Btrfs: remove BUG() in print_extent_item
by Liu Bo
· 7 years ago
abe60ba
btrfs: get fs_info from eb in btrfs_print_tree, remove argument
by David Sterba
· 7 years ago
a4f7875
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
by David Sterba
· 7 years ago
555ba41
Btrfs: let btrfs_print_leaf print more about block group
by Liu Bo
· 7 years ago
2ff7e61
btrfs: take an fs_info directly when the root is not used otherwise
by Jeff Mahoney
· 8 years ago
0b246af
btrfs: root->fs_info cleanup, add fs_info convenience variables
by Jeff Mahoney
· 8 years ago
da17066
btrfs: pull node/sector/stripe sizes out of root and into fs_info
by Jeff Mahoney
· 8 years ago
62e8557
btrfs: convert printk(KERN_* to use pr_* calls
by Jeff Mahoney
· 8 years ago
5d163e0
btrfs: unsplit printed strings
by Jeff Mahoney
· 8 years ago
a42cbec
Btrfs: add error handling for extent buffer in print tree
by Liu Bo
· 8 years ago
9f07e1d
btrfs: teach print_leaf about temporary item subtypes
by David Sterba
· 9 years ago
585a3d0
btrfs: teach print_leaf about permanent item subtypes
by David Sterba
· 9 years ago
ce86cd5
btrfs: remove parameter blocksize from read_tree_block
by David Sterba
· 10 years ago
707e8a0
btrfs: use nodesize everywhere, kill leafsize
by David Sterba
· 10 years ago
962a298
btrfs: kill the key type accessor helpers
by David Sterba
· 10 years ago
be2c765
Btrfs: fix btrfs_print_leaf for skinny metadata
by Josef Bacik
· 10 years ago
514ac8a
Btrfs: don't use ram_bytes for uncompressed inline items
by Chris Mason
· 11 years ago
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
dd3cc16
btrfs: drop unused parameter from btrfs_item_nr
by Ross Kirk
· 11 years ago
c1c9ff7
Btrfs: Remove superfluous casts from u64 to unsigned long long
by Geert Uytterhoeven
· 11 years ago
8f8ae8e
Btrfs: support printing UUID tree elements
by Stefan Behrens
· 11 years ago
d4c34f6
Btrfs: Print key type in decimal everywhere
by Stefan Behrens
· 11 years ago
c2cf52e
Btrfs: Include the device in most error printk()s
by Simon Kirby
· 12 years ago
0e63602
btrfs: add missing break in btrfs_print_leaf()
by Eric Sandeen
· 12 years ago
a2bff64
Btrfs: introduce a btrfs_dev_replace_item type
by Stefan Behrens
· 12 years ago
733f4fb
Btrfs: read device stats on mount, write modified ones during commit
by Stefan Behrens
· 12 years ago
068132b
btrfs: fix oops on failure path
by Daniel J Blueman
· 13 years ago
333e810
btrfs: fix missing break in switch phrase
by liubo
· 14 years ago
c271b49
Btrfs: remove of redundant btrfs_header_level
by Daniel Cadete
· 15 years ago
5d4f98a
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
by Yan Zheng
· 15 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
c8b9781
Btrfs: Add zlib compression support
by Chris Mason
· 16 years ago
3bb1a1b
Btrfs: Remove offset field from struct btrfs_extent_ref
by Yan Zheng
· 16 years ago
31840ae
Btrfs: Full back reference support
by Zheng Yan
· 16 years ago
bcc63ab
Btrfs: implement memory reclaim for leaf reference cache
by Yan
· 16 years ago
ca7a79a
Btrfs: Pass down the expected generation number when reading tree blocks
by Chris Mason
· 17 years ago
e17cade
Btrfs: Add chunk uuids and update multi-device back references
by Chris Mason
· 17 years ago
0d81ba5
Btrfs: Move device information into the super block so it can be scanned
by Chris Mason
· 17 years ago
0b86a83
Btrfs: Add support for multiple devices per filesystem
by Chris Mason
· 17 years ago
7bb8631
Btrfs: Add back pointers from extents to the btree or file referencing them
by Chris Mason
· 17 years ago
5103e94
xattr support for btrfs
by Josef Bacik
· 17 years ago
db94535
Btrfs: Allow tree blocks larger than the page size
by Chris Mason
· 17 years ago
5f39d39
Btrfs: Create extent_buffer interface for large blocksizes
by Chris Mason
· 17 years ago
ec6b910
Btrfs: trivial include fixups
by Zach Brown
· 17 years ago
8c2383c
Subject: Rework btrfs_file_write to only allocate while page locks are held
by Chris Mason
· 17 years ago
6cbd557
Btrfs: add GPLv2
by Chris Mason
· 17 years ago
5af3981
Btrfs: printk fixes
by Chris Mason
· 17 years ago
35b7e47
Btrfs: fix page cache memory leak
by Chris Mason
· 18 years ago
9078a3e
Btrfs: start of block group code
by Chris Mason
· 18 years ago
a429e51
Btrfs: working file_write, reorganized key flags
by Chris Mason
· 18 years ago
d0dbc624
Btrfs: drop owner and parentid
by Chris Mason
· 18 years ago
1b05da2
Btrfs: drop the inode map tree
by Chris Mason
· 18 years ago
d6e4a42
Btrfs: start of support for many FS volumes
by Chris Mason
· 18 years ago
e20d96d
Mountable btrfs, with readdir
by Chris Mason
· 18 years ago
2e635a2
Btrfs: initial move to kernel module land
by Chris Mason
· 18 years ago
293ffd5
Btrfs: change dir-test to insert inode_items
by Chris Mason
· 18 years ago
9f5fae2
Btrfs: Add inode map, and the start of file extent items
by Chris Mason
· 18 years ago
a8a2ee0
Btrfs: add a name_len to dir items, reorder key
by Chris Mason
· 18 years ago
1d4f640
Btrfs: directory testing code and dir item fixes
by Chris Mason
· 18 years ago
62e2749
Btrfs: Use a chunk of the key flags to record the item type.
by Chris Mason
· 18 years ago
a1516c8
Btrfs: reorder key offset and flags
by Chris Mason
· 18 years ago
123abc8
Btrfs: variable block size support
by Chris Mason
· 18 years ago
4beb1b8
Btrfs: add leaf data casting helper
by Chris Mason
· 18 years ago
3768f36
Btrfs: Change the super to point to a tree of trees to enable persistent snapshots
by Chris Mason
· 18 years ago
234b63a
rename funcs and structs to btrfs
by Chris Mason
· 18 years ago
1d4f8a0
Btrfs: node->blockptrs endian fixes
by Chris Mason
· 18 years ago
0783fcf
Btrfs: struct item endian fixes
by Chris Mason
· 18 years ago
7518a23
Btrfs: get/set for struct header fields
by Chris Mason
· 18 years ago
a28ec19
Btrfs: Fixup reference counting on cows
by Chris Mason
· 18 years ago
d16302a
Btrfs: more 32 bit cleanups
by Chris Mason
· 18 years ago
41903fe
Btrfs: 32bit cleanups
by Chris Mason
· 18 years ago
7cf7596
Btrfs: u64 cleanups
by Chris Mason
· 18 years ago
5de08d7
Btrfs: Break up ctree.c a little Extent fixes
by Chris Mason
· 18 years ago