index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-04-28
1
-28
/
+28
|
\
|
*
Btrfs: always store the mirror we read the eb from
Josef Bacik
2012-04-18
1
-9
/
+6
|
*
Btrfs: avoid possible use-after-free in clear_extent_bit()
Li Zefan
2012-04-18
1
-15
/
+21
|
*
Btrfs: retrurn void from clear_state_bit
Li Zefan
2012-04-18
1
-5
/
+2
*
|
Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-04-13
1
-1
/
+5
|
\
|
|
*
Btrfs: check return value of bio_alloc() properly
Tsutomu Itoh
2012-04-12
1
-0
/
+4
|
*
Btrfs: fix uninit variable in repair_eb_io_failure
Chris Mason
2012-04-12
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-03-30
1
-301
/
+734
|
\
|
|
*
Merge branch 'error-handling' into for-linus
Chris Mason
2012-03-28
1
-96
/
+140
|
|
\
|
|
*
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
2012-03-22
1
-18
/
+22
|
|
*
btrfs: split extent_state ops
Jeff Mahoney
2012-03-22
1
-13
/
+23
|
|
*
btrfs: drop gfp_t from lock_extent
Jeff Mahoney
2012-03-22
1
-22
/
+19
|
|
*
btrfs: return void in functions without error conditions
Jeff Mahoney
2012-03-22
1
-21
/
+14
|
|
*
btrfs: ->submit_bio_hook error push-up
Jeff Mahoney
2012-03-22
1
-11
/
+26
|
|
*
btrfs: Factor out tree->ops->merge_bio_hook call
Jeff Mahoney
2012-03-22
1
-3
/
+14
|
|
*
btrfs: Remove set bits return from clear_extent_bit
Jeff Mahoney
2012-03-22
1
-7
/
+5
|
|
*
btrfs: Catch locking failures in {set,clear,convert}_extent_bit
Jeff Mahoney
2012-03-22
1
-20
/
+38
|
*
|
Btrfs: deal with read errors on extent buffers differently
Josef Bacik
2012-03-26
1
-10
/
+32
|
*
|
Btrfs: loop waiting on writeback
Chris Mason
2012-03-26
1
-5
/
+5
|
*
|
Btrfs: ensure an entire eb is written at once
Josef Bacik
2012-03-26
1
-155
/
+342
|
*
|
Btrfs: introduce mark_extent_buffer_accessed
Josef Bacik
2012-03-26
1
-2
/
+15
|
*
|
Btrfs: introduce free_extent_buffer_stale
Josef Bacik
2012-03-26
1
-34
/
+171
|
*
|
Btrfs: only use the existing eb if it's count isn't 0
Josef Bacik
2012-03-26
1
-2
/
+8
|
*
|
Btrfs: set page->private to the eb
Josef Bacik
2012-03-26
1
-25
/
+67
|
*
|
Btrfs: allow metadata blocks larger than the page size
Chris Mason
2012-03-26
1
-81
/
+63
|
|
/
*
/
btrfs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-8
/
+8
|
/
*
Btrfs: clear the extent uptodate bits during parent transid failures
Chris Mason
2012-02-23
1
-4
/
+3
*
Btrfs: be less strict on finding next node in clear_extent_bit
Liu Bo
2012-02-21
1
-2
/
+1
*
Btrfs: kick out redundant stuff in convert_extent_bit
Liu Bo
2012-02-16
1
-5
/
+0
*
Btrfs: skip states when they does not contain bits to clear
Liu Bo
2012-02-16
1
-5
/
+10
*
Btrfs: check return value of lookup_extent_mapping() correctly
Tsutomu Itoh
2012-02-16
1
-1
/
+1
*
Btrfs: fix return value check of extent_io_ops
Tsutomu Itoh
2012-02-16
1
-6
/
+10
*
btrfs: delalloc for page dirtied out-of-band in fixup worker
Jeff Mahoney
2012-02-15
1
-25
/
+40
*
Btrfs: Check for NULL page in extent_range_uptodate
Mitch Harder
2012-01-26
1
-0
/
+2
*
Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...
Chris Mason
2012-01-16
1
-2
/
+3
|
\
|
*
Btrfs: integrate integrity check module into btrfs
Stefan Behrens
2011-12-21
1
-2
/
+3
*
|
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...
Chris Mason
2012-01-16
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Btrfs: add nested locking mode for paths
Arne Jansen
2012-01-04
1
-0
/
+1
*
|
Btrfs: drop spin lock when memory alloc fails
Liu Bo
2011-12-08
1
-8
/
+16
|
/
*
Btrfs: fix meta data raid-repair merge problem
Jan Schmidt
2011-12-01
1
-7
/
+20
*
Btrfs: sectorsize align offsets in fiemap
Josef Bacik
2011-11-20
1
-1
/
+4
*
btrfs: mirror_num should be int, not u64
Jan Schmidt
2011-11-20
1
-2
/
+2
*
btrfs: Fix up 32/64-bit compatibility for new ioctls
Jeff Mahoney
2011-11-20
1
-1
/
+1
*
Merge git://git.jan-o-sch.net/btrfs-unstable into integration
Chris Mason
2011-11-06
1
-9
/
+384
|
\
|
*
btrfs: Moved repair code from inode.c to extent_io.c
Jan Schmidt
2011-09-29
1
-6
/
+381
|
*
btrfs: add mirror_num to extent_read_full_page
Jan Schmidt
2011-09-29
1
-3
/
+3
*
|
Merge branch 'for-chris' of git://github.com/sensille/linux into integration
Chris Mason
2011-11-06
1
-5
/
+4
|
\
\
|
*
|
btrfs: hooks for readahead
Arne Jansen
2011-10-02
1
-1
/
+1
|
*
|
btrfs: add an extra wait mode to read_extent_buffer_pages
Arne Jansen
2011-10-02
1
-4
/
+3
|
|
/
*
|
Btrfs: ClearPageError during writepage and clean_tree_block
Chris Mason
2011-11-06
1
-0
/
+4
[next]