Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a76733a9875238e271a3fd5778d5596248904f07
/
fs
/
btrfs
/
disk-io.h
56e9357
btrfs: simplify root lookup by id
by David Sterba
· 4 years, 8 months ago
5c047a6
btrfs: get rid of endio_repair_workers
by Omar Sandoval
· 4 years, 9 months ago
8c38938
btrfs: move the root freeing stuff into btrfs_put_root
by Josef Bacik
· 4 years, 11 months ago
8f32380
btrfs: use the page cache for super block reading
by Johannes Thumshirn
· 4 years, 11 months ago
0024652
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
by Josef Bacik
· 5 years ago
bd647ce
btrfs: add a leak check for roots
by Josef Bacik
· 5 years ago
8260edba
btrfs: make the init of static elements in fs_info separate
by Josef Bacik
· 5 years ago
0d4b046
btrfs: export and rename free_fs_info
by Josef Bacik
· 5 years ago
4cdfd93
btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
by Josef Bacik
· 5 years ago
a98db0f
btrfs: make the fs root init functions static
by Josef Bacik
· 5 years ago
3619c94
btrfs: open code btrfs_read_fs_root_no_name
by Josef Bacik
· 5 years ago
83db2aad
btrfs: remove btrfs_read_fs_root, not used anymore
by Josef Bacik
· 5 years ago
62a2c73
btrfs: export and use btrfs_read_tree_root for tree-log
by Josef Bacik
· 5 years ago
39b07b5
btrfs: drop create parameter to btrfs_get_extent()
by Omar Sandoval
· 5 years ago
b105e92
btrfs: add __cold attribute to more functions
by David Sterba
· 5 years ago
4f84bd7
btrfs: Make reada_tree_block_flagged private
by Nikolay Borisov
· 5 years ago
d517857
btrfs: directly call into crypto framework for checksumming
by Johannes Thumshirn
· 6 years ago
9b7a244
btrfs: get fs_info from trans in btrfs_create_tree
by David Sterba
· 6 years ago
e064d5e
btrfs: get fs_info from eb in btrfs_verify_level_key
by David Sterba
· 6 years ago
6a884d7d
btrfs: get fs_info from eb in clean_tree_block
by David Sterba
· 6 years ago
247462a
btrfs: move tree block wait and write helpers to tree-log
by David Sterba
· 6 years ago
448de47
btrfs: Check the first key and level for cached extent buffer
by Qu Wenruo
· 6 years ago
bbe339c
btrfs: drop extra enum initialization where using defaults
by David Sterba
· 6 years ago
e288c08
btrfs: unify end_io callbacks of async_submit_bio
by David Sterba
· 6 years ago
9888c34
btrfs: replace GPL boilerplate by SPDX -- headers
by David Sterba
· 7 years ago
581c176
btrfs: Validate child tree block's level and first key
by Qu Wenruo
· 7 years ago
a758781
btrfs: separate types for submit_bio_start and submit_bio_done
by David Sterba
· 8 years ago
e67c718
btrfs: add more __cold annotations
by David Sterba
· 7 years ago
2afb965
btrfs: remove unused function btrfs_async_submit_limit()
by Anand Jain
· 7 years ago
6af49db
btrfs: sink get_extent parameter to read_extent_buffer_pages
by David Sterba
· 8 years ago
9f6d251
btrfs: use named constant for bdev blocksize
by David Sterba
· 8 years ago
bc3cce2
btrfs: Cleanup num_tolerated_disk_barrier_failures
by Qu Wenruo
· 8 years ago
8c27cb3
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
3189ff7
btrfs: btrfs_wait_tree_block_writeback can be void return
by Jeff Layton
· 8 years ago
c6100a4
Btrfs: replace tree->mapping with tree->private_data
by Josef Bacik
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
0700cea
btrfs: convert btrfs_root.refs from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
9ed5736
btrfs: constify input buffer of btrfs_csum_data
by David Sterba
· 8 years ago
eece6a9
btrfs: merge two superblock writing helpers
by David Sterba
· 8 years ago
7c302b4
btrfs: remove unused parameter from clean_tree_block
by David Sterba
· 8 years ago
2ff7e61
btrfs: take an fs_info directly when the root is not used otherwise
by Jeff Mahoney
· 9 years ago
da17066
btrfs: pull node/sector/stripe sizes out of root and into fs_info
by Jeff Mahoney
· 9 years ago
6bccf3a
btrfs: call functions that always use the same root with fs_info instead
by Jeff Mahoney
· 9 years ago
0b5e3da
btrfs: change btrfs_csum_final result param type to u8
by Domagoj Tršan
· 8 years ago
62d1f9f
btrfs: remove trivial helper btrfs_find_tree_block
by David Sterba
· 8 years ago
c79a175
Btrfs: fix memory leak of block group cache
by Liu Bo
· 8 years ago
28687b9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
35bbb97
btrfs: don't create or leak aliased root while cleaning up orphans
by Jeff Mahoney
· 8 years ago
d58b0d9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
7c0260e
btrfs: tests, require fs_info for root
by Jeff Mahoney
· 9 years ago
81a75f67
btrfs: use bio fields for op and flags
by Mike Christie
· 9 years ago
b9ef22d
Btrfs: self-tests: Support non-4k page size
by Feifei Xu
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
ee22184
Btrfs: use linux/sizes.h to represent constants
by Byongho Lee
· 9 years ago
4db8c52
btrfs: remove a trivial helper btrfs_set_buffer_uptodate
by David Sterba
· 9 years ago
29c36d7
Btrfs: add btrfs_read_dev_one_super() to read one specific SB
by Anand Jain
· 9 years ago
943c6e9
btrfs: Add raid56 support for updating
by Zhao Lei
· 9 years ago
01d5847
Btrfs: disk-io: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
a83fffb
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
by David Sterba
· 11 years ago
c0dcaa4
btrfs: sink blocksize parameter to reada_tree_block_flagged
by David Sterba
· 11 years ago
d3e46fe
btrfs: sink blocksize parameter to readahead_tree_block
by David Sterba
· 11 years ago
27b19cc
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
97eb6b6
btrfs: use slab for end_io_wq structures
by David Sterba
· 10 years ago
bfebd8b
btrfs: use enum for wq endio metadata type
by David Sterba
· 10 years ago
0308af4
btrfs: remove unused parameter blocksize from btrfs_find_tree_block
by David Sterba
· 11 years ago
ce86cd5
btrfs: remove parameter blocksize from read_tree_block
by David Sterba
· 11 years ago
6197d86
btrfs: return void from readahead_tree_block
by David Sterba
· 11 years ago
58dc4ce
btrfs: remove unused parameter from readahead_tree_block
by David Sterba
· 11 years ago
8b110e3
Btrfs: implement repair function when direct read fails
by Miao Xie
· 10 years ago
3abdbd7
btrfs: make close_ctree return void
by David Sterba
· 11 years ago
faa2dbf
Btrfs: add sanity tests for new qgroup accounting code
by Josef Bacik
· 11 years ago
06ea65a
Btrfs: add a sanity test for btrfs_split_item
by Josef Bacik
· 11 years ago
c00869f
Btrfs: fix oops caused by the space balance and dead roots
by Miao Xie
· 11 years ago
b0feb9d
Btrfs: introduce grab/put functions for the root of the fs/file tree
by Miao Xie
· 12 years ago
cb517ea
Btrfs: cleanup the similar code of the fs root read
by Miao Xie
· 12 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
b049668
Btrfs: cleanup unused arguments of btrfs_csum_data
by Liu Bo
· 12 years ago
e75206c
Btrfs: cleanup unused function
by Liu Bo
· 12 years ago
53b381b
Btrfs: RAID5 and RAID6
by David Woodhouse
· 12 years ago
b53d3f5
Btrfs: cleanup for btrfs_btree_balance_dirty
by Liu Bo
· 12 years ago
5af3e8c
Btrfs: make filesystem read-only when submitting barrier fails
by Stefan Behrens
· 12 years ago
68ce968
Btrfs: remove superblock writing after fatal error
by Stefan Behrens
· 12 years ago
20897f5
Btrfs: added helper to create new trees
by Arne Jansen
· 13 years ago
d07eb91
btrfs: Drop unused function btrfs_abort_devices()
by Asias He
· 13 years ago
b9fab91
Btrfs: avoid sleeping in verify_parent_transid while atomic
by Chris Mason
· 13 years ago
49b25e0
btrfs: enhance transaction abort infrastructure
by Jeff Mahoney
· 13 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
d5c13f9
btrfs: clean_tree_block should panic on observed memory corruption and return void
by Jeff Mahoney
· 13 years ago
f84a8bd
btrfs: take allocation of ->tree_root into open_ctree()
by Al Viro
· 13 years ago
ad2b2c8
btrfs: make open_ctree() return int
by Al Viro
· 13 years ago
6f07e42
btrfs: sanitizing ->fs_info, part 4
by Al Viro
· 13 years ago
531f4b1a
Merge branch 'for-chris' of git://github.com/sensille/linux into integration
by Chris Mason
· 13 years ago
01d658f
Btrfs: make sure to flush queued bios if write_cache_pages waits
by Chris Mason
· 13 years ago
ab0fff0
btrfs: add READAHEAD extent buffer flag
by Arne Jansen
· 14 years ago
85d4e46
Btrfs: make a lockdep class for each root
by Chris Mason
· 13 years ago
945d896
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers
by Chris Mason
· 14 years ago
16cdcec
btrfs: implement delayed inode items operation
by Miao Xie
· 14 years ago
f2a97a9
btrfs: remove all unused functions
by David Sterba
· 14 years ago
621496f
btrfs: remove unused function prototypes
by David Sterba
· 14 years ago
Next »