Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
03336b1df9929e5d9c28fd9768948b6151cb046c
/
fs
/
btrfs
/
disk-io.h
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
· 10 years ago
c0dcaa4
btrfs: sink blocksize parameter to reada_tree_block_flagged
by David Sterba
· 10 years ago
d3e46fe
btrfs: sink blocksize parameter to readahead_tree_block
by David Sterba
· 10 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
· 10 years ago
ce86cd5
btrfs: remove parameter blocksize from read_tree_block
by David Sterba
· 10 years ago
6197d86
btrfs: return void from readahead_tree_block
by David Sterba
· 10 years ago
58dc4ce
btrfs: remove unused parameter from readahead_tree_block
by David Sterba
· 10 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
· 10 years ago
faa2dbf
Btrfs: add sanity tests for new qgroup accounting code
by Josef Bacik
· 10 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
· 11 years ago
cb517ea
Btrfs: cleanup the similar code of the fs root read
by Miao Xie
· 11 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
· 12 years ago
b9fab91
Btrfs: avoid sleeping in verify_parent_transid while atomic
by Chris Mason
· 12 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
· 13 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
· 13 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
acce952
Btrfs: forced readonly mounts on errors
by liubo
· 14 years ago
eaf25d9
Btrfs: use async helpers for DIO write checksumming
by Chris Mason
· 14 years ago
4a500fd
Btrfs: Metadata ENOSPC handling for tree log
by Yan, Zheng
· 14 years ago
b947343
Btrfs: leave btree locks spinning more often
by Chris Mason
· 16 years ago
4008c04
Btrfs: make a lockdep class for the extent buffer locks
by Chris Mason
· 16 years ago
7237f18
Btrfs: fix tree logs parallel sync
by Yan Zheng
· 16 years ago
a512bbf
Btrfs: superblock duplication
by Yan Zheng
· 16 years ago
c146afa
Btrfs: mount ro and remount support
by Yan Zheng
· 16 years ago
4a69a41
Btrfs: Add ordered async work queues
by Chris Mason
· 16 years ago
c8b9781
Btrfs: Add zlib compression support
by Chris Mason
· 16 years ago
4bef084
Btrfs: Tree logging fixes
by Chris Mason
· 16 years ago
e02119d
Btrfs: Add a write ahead tree log to optimize synchronous operations
by Chris Mason
· 16 years ago
b64a285
Btrfs: Wait for async bio submissions to make some progress at queue time
by Chris Mason
· 16 years ago
777e6bd
Btrfs: Transaction commit: don't use filemap_fdatawait
by Chris Mason
· 16 years ago
3f157a2
Btrfs: Online btree defragmentation fixes
by Chris Mason
· 16 years ago
89ce8a6
Add btrfs_end_transaction_throttle to force writers to wait for pending commits
by Chris Mason
· 16 years ago
dfe2502
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
by Chris Mason
· 16 years ago
1259ab7
Btrfs: Handle write errors on raid1 and raid10
by Chris Mason
· 16 years ago
ca7a79a
Btrfs: Pass down the expected generation number when reading tree blocks
by Chris Mason
· 16 years ago
44b8bd7
Btrfs: Create a work queue for bio writes
by Chris Mason
· 17 years ago
f298446
Btrfs: Write out all super blocks on commit, and bring back proper barrier support
by Chris Mason
· 17 years ago
22c5994
Btrfs: Handle data block end_io through the async work queue
by Chris Mason
· 17 years ago
0999df5
Btrfs: Verify checksums on tree blocks found without read_tree_block
by Chris Mason
· 17 years ago
8a4b83c
Btrfs: Add support for device scanning and detection ioctls
by Chris Mason
· 17 years ago
0b86a83
Btrfs: Add support for multiple devices per filesystem
by Chris Mason
· 17 years ago
e2008b6
Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion
by Chris Mason
· 17 years ago
dc17ff8
Btrfs: Add data=ordered support
by Chris Mason
· 17 years ago
edbd8d4
Btrfs: Support for online FS resize (grow and shrink)
by Chris Mason
· 17 years ago
ff79f81
Btrfs: Add back file data checksumming
by Chris Mason
· 17 years ago
6b80053
Btrfs: Add back the online defragging code
by Chris Mason
· 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
d3c2fdcf
Btrfs: Use balance_dirty_pages_nr on btree blocks
by Chris Mason
· 17 years ago
86479a0
Add support for defragging files via btrfsctl -d. Avoid OOM on extent tree
by Chris Mason
· 17 years ago
58176a9
Btrfs: Add per-root block accounting and sysfs entries
by Josef Bacik
· 17 years ago
a52d9a8
Btrfs: Extent based page cache code. This uses an rbtree of extents and tests
by Chris Mason
· 17 years ago
f2183bd
Btrfs: Add BH_Defrag to mark buffers that are in need of defragging
by Chris Mason
· 17 years ago
ccd467d
Btrfs: crash recovery fixes
by Chris Mason
· 17 years ago
5eda7b5
Btrfs: Add the ability to find and remove dead roots after a crash.
by Chris Mason
· 17 years ago
6cbd557
Btrfs: add GPLv2
by Chris Mason
· 17 years ago
35b7e47
Btrfs: fix page cache memory leak
by Chris Mason
· 18 years ago
090d187
Btrfs: directory readahead
by Chris Mason
· 18 years ago
b4100d6
Btrfs: add a device id to device items
by Chris Mason
· 18 years ago
8352d8a
Btrfs: add disk ioctl, mostly working
by Chris Mason
· 18 years ago
7eccb90
Btrfs: create a logical->phsyical block number mapping scheme
by Chris Mason
· 18 years ago
0f7d52f
Btrfs: groundwork for subvolume and snapshot roots
by Chris Mason
· 18 years ago
2c90e5d
Btrfs: still corruption hunting
by Chris Mason
· 18 years ago
f254e52
Btrfs: verify csums on read
by Chris Mason
· 18 years ago
d98237b
Btrfs: use a btree inode instead of sb_getblk
by Chris Mason
· 18 years ago
79154b1
Btrfs: transaction rework
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
e089f05
Btrfs: transaction handles everywhere
by Chris Mason
· 18 years ago
Next »