index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-04
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
1
-35
/
+31
2014-10-03
Btrfs: be aware of btree inode write errors to avoid fs corruption
Filipe Manana
1
-7
/
+67
2014-10-03
Btrfs: fix crash of btrfs_release_extent_buffer_page
Liu Bo
1
-0
/
+1
2014-10-03
Btrfs: add missing end_page_writeback on submit_extent_page failure
Filipe Manana
1
-0
/
+1
2014-10-02
btrfs: kill extent_buffer_page helper
David Sterba
1
-29
/
+26
2014-10-02
btrfs: drop constant param from btrfs_release_extent_buffer_page
David Sterba
1
-9
/
+6
2014-09-17
Btrfs: cleanup the read failure record after write or when the inode is freeing
Miao Xie
1
-0
/
+34
2014-09-17
Btrfs: implement repair function when direct read fails
Miao Xie
1
-5
/
+7
2014-09-17
Btrfs: modify clean_io_failure and make it suit direct io
Miao Xie
1
-16
/
+15
2014-09-17
Btrfs: modify repair_io_failure and make it suit direct io
Miao Xie
1
-3
/
+5
2014-09-17
Btrfs: split bio_readpage_error into several functions
Miao Xie
1
-64
/
+95
2014-09-17
Btrfs: Cleanup unused variant and argument of IO failure handlers
Miao Xie
1
-16
/
+10
2014-09-17
Btrfs: fix missing error handler if submiting re-read bio fails
Miao Xie
1
-0
/
+5
2014-09-17
Btrfs: do file data check by sub-bio's self
Miao Xie
1
-1
/
+1
2014-09-17
Btrfs: load checksum data once when submitting a direct read io
Miao Xie
1
-2
/
+11
2014-09-17
Btrfs: make fiemap not blow when you have lots of snapshots
Josef Bacik
1
-25
/
+15
2014-09-17
Btrfs: cleanup the same name in end_bio_extent_readpage
Liu Bo
1
-4
/
+4
2014-09-17
Btrfs: reduce size of struct extent_state
Filipe Manana
1
-17
/
+20
2014-09-17
btrfs: kill the key type accessor helpers
David Sterba
1
-1
/
+1
2014-08-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+3
2014-08-21
Btrfs: fix crash on endio of reading corrupted block
Liu Bo
1
-0
/
+1
2014-08-19
btrfs: Return right extent when fiemap gives unaligned offset and len.
Qu Wenruo
1
-2
/
+2
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
1
-8
/
+2
2014-06-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+38
2014-06-13
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-12
btrfs: new function read_extent_buffer_to_user
Gerhard Heift
1
-0
/
+37
2014-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-144
/
+257
2014-06-09
Btrfs: split up __extent_writepage to lower stack usage
Chris Mason
1
-137
/
+193
2014-06-09
Btrfs: cut down stack usage in btree_write_cache_pages
Chris Mason
1
-4
/
+5
2014-06-09
Btrfs: fix double free in find_lock_delalloc_range
Chris Mason
1
-0
/
+1
2014-06-09
Btrfs: add sanity tests for new qgroup accounting code
Josef Bacik
1
-0
/
+47
2014-06-09
Btrfs: mark mapping with error flag to report errors to userspace
Liu Bo
1
-0
/
+2
2014-06-09
Btrfs: fix hang on error (such as ENOSPC) when writing extent pages
Filipe Manana
1
-5
/
+11
2014-06-04
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
1
-5
/
+6
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-1
/
+1
2014-04-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+6
2014-04-07
Btrfs: more efficient io tree navigation on wait_extent_bit
Filipe Manana
1
-1
/
+5
2014-04-06
Btrfs: don't clear uptodate if the eb is under IO
Josef Bacik
1
-1
/
+1
2014-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-6
/
+9
2014-03-10
Btrfs: more efficient split extent state insertion
Filipe Manana
1
-5
/
+8
2014-03-10
Btrfs: remove unneeded field / smaller extent_map structure
Filipe Manana
1
-1
/
+1
2014-01-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-89
/
+139
2014-01-28
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-24
/
+37
2014-01-28
Btrfs: move the extent buffer radix tree into the fs_info
Josef Bacik
1
-24
/
+23
2014-01-28
Btrfs: use a bit to track if we're in the radix tree
Josef Bacik
1
-3
/
+4
2014-01-28
Btrfs: deal with io_tree->mapping being NULL
Josef Bacik
1
-8
/
+16
2014-01-28
Btrfs: more efficient extent state insertions
Filipe David Borba Manana
1
-21
/
+55
2014-01-28
Btrfs: add missing extent state caching calls
Filipe David Borba Manana
1
-1
/
+3
2014-01-28
Btrfs: fix extent boundary check in bio_readpage_error
Filipe David Borba Manana
1
-1
/
+1
2014-01-28
btrfs: remove unused variables from extent_io.c
Valentina Giusti
1
-7
/
+0
[next]