Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
50db71abc529c48b21f4c3034d3cff27cfb25795
/
fs
/
btrfs
/
extent_io.c
bbf65cf
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
656f30d
Btrfs: be aware of btree inode write errors to avoid fs corruption
by Filipe Manana
· 10 years ago
8146502
Btrfs: fix crash of btrfs_release_extent_buffer_page
by Liu Bo
· 10 years ago
55e3bd2
Btrfs: add missing end_page_writeback on submit_extent_page failure
by Filipe Manana
· 10 years ago
fb85fc9
btrfs: kill extent_buffer_page helper
by David Sterba
· 10 years ago
a50924e
btrfs: drop constant param from btrfs_release_extent_buffer_page
by David Sterba
· 10 years ago
f612496
Btrfs: cleanup the read failure record after write or when the inode is freeing
by Miao Xie
· 10 years ago
8b110e3
Btrfs: implement repair function when direct read fails
by Miao Xie
· 10 years ago
1203b68
Btrfs: modify clean_io_failure and make it suit direct io
by Miao Xie
· 10 years ago
ffdd201
Btrfs: modify repair_io_failure and make it suit direct io
by Miao Xie
· 10 years ago
2fe6303
Btrfs: split bio_readpage_error into several functions
by Miao Xie
· 10 years ago
454ff3d
Btrfs: Cleanup unused variant and argument of IO failure handlers
by Miao Xie
· 10 years ago
6c387ab
Btrfs: fix missing error handler if submiting re-read bio fails
by Miao Xie
· 10 years ago
c1dc089
Btrfs: do file data check by sub-bio's self
by Miao Xie
· 10 years ago
23ea8e5
Btrfs: load checksum data once when submitting a direct read io
by Miao Xie
· 10 years ago
dc046b1
Btrfs: make fiemap not blow when you have lots of snapshots
by Josef Bacik
· 10 years ago
a583c02
Btrfs: cleanup the same name in end_bio_extent_readpage
by Liu Bo
· 10 years ago
27a3507
Btrfs: reduce size of struct extent_state
by Filipe Manana
· 10 years ago
962a298
btrfs: kill the key type accessor helpers
by David Sterba
· 10 years ago
1fb00cb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
38c1c2e
Btrfs: fix crash on endio of reading corrupted block
by Liu Bo
· 10 years ago
2c91943
btrfs: Return right extent when fiemap gives unaligned offset and len.
by Qu Wenruo
· 10 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 10 years ago
16d52ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
3e2426b
btrfs: fix use of uninit "ret" in end_extent_writepage()
by Eric Sandeen
· 10 years ago
550ac1d
btrfs: new function read_extent_buffer_to_user
by Gerhard Heift
· 11 years ago
859862d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
40f7658
Btrfs: split up __extent_writepage to lower stack usage
by Chris Mason
· 10 years ago
0e378df
Btrfs: cut down stack usage in btree_write_cache_pages
by Chris Mason
· 10 years ago
7d78874
Btrfs: fix double free in find_lock_delalloc_range
by Chris Mason
· 10 years ago
faa2dbf
Btrfs: add sanity tests for new qgroup accounting code
by Josef Bacik
· 11 years ago
5dca6ee
Btrfs: mark mapping with error flag to report errors to userspace
by Liu Bo
· 10 years ago
61391d5
Btrfs: fix hang on error (such as ENOSPC) when writing extent pages
by Filipe Manana
· 11 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 10 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
3123bca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
c50d3e7
Btrfs: more efficient io tree navigation on wait_extent_bit
by Filipe Manana
· 11 years ago
a26e8c9
Btrfs: don't clear uptodate if the eb is under IO
by Josef Bacik
· 11 years ago
53c5666
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
f2071b2
Btrfs: more efficient split extent state insertion
by Filipe Manana
· 11 years ago
cbc0e92
Btrfs: remove unneeded field / smaller extent_map structure
by Filipe Manana
· 11 years ago
e7651b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
f28491e
Btrfs: move the extent buffer radix tree into the fs_info
by Josef Bacik
· 11 years ago
34b41ac
Btrfs: use a bit to track if we're in the radix tree
by Josef Bacik
· 11 years ago
a5dee37
Btrfs: deal with io_tree->mapping being NULL
by Josef Bacik
· 11 years ago
12cfbad
Btrfs: more efficient extent state insertions
by Filipe David Borba Manana
· 11 years ago
c42ac0b
Btrfs: add missing extent state caching calls
by Filipe David Borba Manana
· 11 years ago
68ba990
Btrfs: fix extent boundary check in bio_readpage_error
by Filipe David Borba Manana
· 11 years ago
50892ba
btrfs: remove unused variables from extent_io.c
by Valentina Giusti
· 11 years ago
5ee5406
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
c170bbb
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
2c30c71
block: Convert various code to bio_for_each_segment()
by Kent Overstreet
· 11 years ago
33879d4
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
908960c
Btrfs: disable online raid-repair on ro mounts
by Ilya Dryomov
· 11 years ago
6787125
btrfs: Fix checkpatch.pl warning of spacing issues
by Dulshani Gunawardhana
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
8b558c5
btrfs: remove fs/btrfs/compat.h
by Zach Brown
· 11 years ago
1877e1a
btrfs: remove move_pages()
by Zach Brown
· 11 years ago
452c75c
Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer case
by Chandra Seetharaman
· 11 years ago
294e30f
Btrfs: add tests for find_lock_delalloc_range
by Josef Bacik
· 11 years ago
fe09e16
Btrfs: export btrfs space shared info to userspace
by Liu Bo
· 11 years ago
d64dab90
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
7bf811a5
Btrfs: limit delalloc pages outside of find_delalloc_range
by Josef Bacik
· 11 years ago
b208c2f
btrfs: Fix crash due to not allocating integrity data for a bioset
by Darrick J. Wong
· 11 years ago
385fe0b
Btrfs: fix crash of compressed writes
by Liu Bo
· 11 years ago
573aeca
Btrfs: actually limit the size of delalloc range
by Josef Bacik
· 11 years ago
778746b
Btrfs: PAGE_CACHE_SIZE is already unsigned long
by Geert Uytterhoeven
· 11 years ago
c1c9ff7
Btrfs: Remove superfluous casts from u64 to unsigned long long
by Geert Uytterhoeven
· 11 years ago
171170c
btrfs: mark some local function as 'static'
by Sergei Trofimovich
· 11 years ago
35a3621
Btrfs: get rid of sparse warnings
by Stefan Behrens
· 11 years ago
4b38431
btrfs: Introduce extent_read_full_page_nolock()
by Mark Fasheh
· 11 years ago
9ec7267
Btrfs: stop using GFP_ATOMIC when allocating rewind ebs
by Josef Bacik
· 11 years ago
db7f343
Btrfs: deal with enomem in the rewind path
by Josef Bacik
· 11 years ago
c2790a2
Btrfs: cleanup arguments to extent_clear_unlock_delalloc
by Josef Bacik
· 11 years ago
125bac01
Btrfs: cache the extent map struct when reading several pages
by Miao Xie
· 11 years ago
9974090
Btrfs: batch the extent state operation when reading pages
by Miao Xie
· 11 years ago
883d0de
Btrfs: batch the extent state operation in the end io handle of the read page
by Miao Xie
· 11 years ago
facc8a22
Btrfs: don't cache the csum value into the extent state tree
by Miao Xie
· 11 years ago
f2a09da
Btrfs: add branch prediction hints in the read page end IO function
by Miao Xie
· 11 years ago
09a7f7a
Btrfs: remove unnecessary argument of bio_readpage_error()
by Miao Xie
· 11 years ago
b76bb70
Btrfs: do not offset physical if we're compressed
by Josef Bacik
· 11 years ago
e3a0dd9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
7ee9e44
Btrfs: check if we can nocow if we don't have data space
by Josef Bacik
· 11 years ago
a71754f
Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate
by Josef Bacik
· 11 years ago
8d599ae
btrfs: add debug check for extent_io range alignment
by David Sterba
· 12 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
130901b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
c5cb6a0
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next
by Chris Mason
· 11 years ago
9be3395
Btrfs: use a btrfs bioset instead of abusing bio internals
by Chris Mason
· 11 years ago
17a5adc
btrfs: do away with non-whole_page extent I/O
by Alexandre Oliva
· 11 years ago
a52f4cd
Btrfs: fix off-by-one in fiemap
by Liu Bo
· 12 years ago
983a5f8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
4107488
btrfs: use unsigned long type for extent state bits
by David Sterba
· 12 years ago
f7a52a4
btrfs: remove unused gfp mask parameter from release_extent_buffer callchain
by David Sterba
· 12 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
6d49ba1
btrfs: move leak debug code to functions
by Eric Sandeen
· 12 years ago
fd8b2b6
Btrfs: cleanup destroy_marked_extents
by Josef Bacik
· 12 years ago
d4c7ca8
Btrfs: use REQ_META for all metadata IO
by Josef Bacik
· 12 years ago
Next »