index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-06
Btrfs: avoid sleeping in verify_parent_transid while atomic
Chris Mason
1
-1
/
+1
2012-04-27
Btrfs: fix block_rsv and space_info lock ordering
Stefan Behrens
1
-2
/
+2
2012-04-18
btrfs: don't return EINTR
Arne Jansen
1
-6
/
+3
2012-04-18
Btrfs: double unlock bug in error handling
Dan Carpenter
1
-0
/
+2
2012-04-13
Btrfs: use commit root when loading free space cache
Josef Bacik
1
-3
/
+1
2012-04-13
Btrfs: remove lock assert from get_restripe_target()
Ilya Dryomov
1
-3
/
+2
2012-04-12
Revert "Btrfs: increase the global block reserve estimates"
Chris Mason
1
-1
/
+1
2012-03-29
Btrfs: fix deadlock during allocating chunks
Liu Bo
1
-0
/
+50
2012-03-29
Btrfs: show useful info in space reservation tracepoint
Liu Bo
1
-19
/
+10
2012-03-29
Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...
Chris Mason
1
-76
/
+87
2012-03-29
Merge branch 'error-handling' into for-linus
Chris Mason
1
-129
/
+254
2012-03-27
Btrfs: improve the logic in btrfs_can_relocate()
Ilya Dryomov
1
-6
/
+18
2012-03-27
Btrfs: add __get_block_group_index() helper
Ilya Dryomov
1
-5
/
+12
2012-03-27
Btrfs: add get_restripe_target() helper
Ilya Dryomov
1
-44
/
+50
2012-03-27
Btrfs: move alloc_profile_is_valid() to volumes.c
Ilya Dryomov
1
-2
/
+0
2012-03-27
Btrfs: make profile_is_valid() check more strict
Ilya Dryomov
1
-1
/
+1
2012-03-27
Btrfs: add wrappers for working with alloc profiles
Ilya Dryomov
1
-18
/
+7
2012-03-27
Btrfs: stop silently switching single chunks to raid0 on balance
Ilya Dryomov
1
-3
/
+2
2012-03-27
Btrfs: introduce free_extent_buffer_stale
Josef Bacik
1
-4
/
+1
2012-03-26
Btrfs: remove search_start and search_end from find_free_extent and callers
Josef Bacik
1
-12
/
+4
2012-03-26
Btrfs: remove the ideal caching code
Josef Bacik
1
-85
/
+8
2012-03-22
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
1
-93
/
+223
2012-03-22
btrfs: btrfs_drop_snapshot should return int
Jeff Mahoney
1
-2
/
+2
2012-03-22
btrfs: return void in functions without error conditions
Jeff Mahoney
1
-33
/
+27
2012-03-22
btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPC
Jeff Mahoney
1
-1
/
+2
2012-02-24
Btrfs: fix compiler warnings on 32 bit systems
Chris Mason
1
-16
/
+19
2012-02-23
Btrfs: increase the global block reserve estimates
Liu Bo
1
-1
/
+1
2012-02-16
Btrfs: fix a bug on overcommit stuff
Liu Bo
1
-1
/
+4
2012-02-15
Btrfs: fix trim 0 bytes after a device delete
Liu Bo
1
-1
/
+8
2012-01-27
Btrfs: fix enospc error caused by wrong checks of the chunk
Miao Xie
1
-22
/
+27
2012-01-17
Btrfs: use larger system chunks
Chris Mason
1
-0
/
+3
2012-01-17
Btrfs: add a delalloc mutex to inodes for delalloc reservations
Josef Bacik
1
-2
/
+3
2012-01-17
Btrfs: space leak tracepoints
Josef Bacik
1
-8
/
+50
2012-01-17
Btrfs: add allocator tracepoints
Josef Bacik
1
-0
/
+9
2012-01-17
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...
Chris Mason
1
-47
/
+140
2012-01-17
Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration
Chris Mason
1
-1
/
+2
2012-01-17
Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...
Chris Mason
1
-25
/
+103
2012-01-17
Btrfs: implement online profile changing
Ilya Dryomov
1
-1
/
+55
2012-01-17
Btrfs: do not reduce profile in do_chunk_alloc()
Ilya Dryomov
1
-1
/
+1
2012-01-17
Btrfs: make avail_*_alloc_bits fields dynamic
Ilya Dryomov
1
-0
/
+20
2012-01-17
Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit
Ilya Dryomov
1
-9
/
+21
2012-01-17
Btrfs: introduce masks for chunk type and profile
Ilya Dryomov
1
-9
/
+3
2012-01-17
Btrfs: get rid of *_alloc_profile fields
Ilya Dryomov
1
-6
/
+4
2012-01-11
Btrfs: update global block_rsv when creating a new block group
Li Zefan
1
-0
/
+1
2012-01-11
Btrfs: don't pass a trans handle unnecessarily in volumes.c
Li Zefan
1
-1
/
+1
2012-01-08
Btrfs: don't set up allocation result twice
Alexandre Oliva
1
-3
/
+0
2012-01-07
Btrfs: test free space only for unclustered allocation
Alexandre Oliva
1
-11
/
+23
2012-01-07
Btrfs: lower the bar for chunk allocation
Chris Mason
1
-18
/
+3
2012-01-07
Btrfs: run chunk allocations while we do delayed refs
Chris Mason
1
-4
/
+10
2012-01-04
Btrfs: add waitqueue instead of doing busy waiting for more delayed refs
Jan Schmidt
1
-1
/
+58
[next]