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
2011-03-28
Btrfs: fix OOPS of empty filesystem after balance
liubo
1
-0
/
+23
2011-03-28
Btrfs: fix memory leak of empty filesystem after balance
liubo
1
-0
/
+6
2011-03-28
Btrfs: fix uncheck memory allocations
Yoshinori Sano
1
-0
/
+4
2011-03-28
Btrfs: add btrfs_trim_fs() to handle FITRIM
Li Dongyang
1
-1
/
+49
2011-03-28
Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes
Li Dongyang
1
-17
/
+26
2011-03-28
Btrfs: make update_reserved_bytes() public
Li Dongyang
1
-9
/
+7
2011-03-28
btrfs: use GFP_NOFS instead of GFP_KERNEL
Miao Xie
1
-2
/
+2
2011-03-28
Btrfs: check return value of read_tree_block()
Tsutomu Itoh
1
-0
/
+6
2011-03-28
Btrfs: cleanup some BUG_ON()
Tsutomu Itoh
1
-7
/
+18
2011-03-28
Btrfs: add initial tracepoint support for btrfs
liubo
1
-0
/
+4
2011-03-17
Btrfs: check items for correctness as we search
Josef Bacik
1
-0
/
+5
2011-03-17
Btrfs: handle errors in btrfs_orphan_cleanup
Josef Bacik
1
-1
/
+2
2011-03-17
Btrfs: change reserved_extents to an atomic_t
Josef Bacik
1
-16
/
+26
2011-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-12
/
+23
2011-03-12
Btrfs: break out of shrink_delalloc earlier
Chris Mason
1
-12
/
+23
2011-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-1
/
+8
2011-02-16
Btrfs: allow balance to explicitly allocate chunks as it relocates
Chris Mason
1
-0
/
+7
2011-02-16
Btrfs: put ENOSPC debugging under a mount option
Chris Mason
1
-1
/
+1
2011-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-1
/
+1
2011-02-15
Btrfs: check return value of alloc_extent_map()
Tsutomu Itoh
1
-1
/
+1
2011-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-17
/
+81
2011-02-06
Btrfs: exclude super blocks when we read in block groups
Josef Bacik
1
-8
/
+18
2011-02-01
btrfs: fix return value check of btrfs_start_transaction()
Tsutomu Itoh
1
-2
/
+5
2011-02-01
btrfs: checking NULL or not in some functions
Tsutomu Itoh
1
-0
/
+2
2011-02-01
Btrfs: make shrink_delalloc a little friendlier
Josef Bacik
1
-3
/
+14
2011-01-29
Btrfs: use the global block reserve if we cannot reserve space
Josef Bacik
1
-1
/
+27
2011-01-29
Btrfs: do not release more reserved bytes to the global_block_rsv than we need
Josef Bacik
1
-2
/
+14
2011-01-29
btrfs: fix return value check of btrfs_join_transaction()
Tsutomu Itoh
1
-1
/
+1
2011-01-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-11
/
+79
2011-01-17
Btrfs: forced readonly mounts on errors
liubo
1
-0
/
+11
2011-01-16
Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check
Josef Bacik
1
-5
/
+0
2011-01-16
btrfs: fix wrong free space information of btrfs
Miao Xie
1
-1
/
+57
2011-01-16
btrfs: restructure find_free_dev_extent()
Miao Xie
1
-2
/
+2
2011-01-16
btrfs: try to reclaim some space when chunk allocation fails
Miao Xie
1
-2
/
+7
2011-01-05
Btrfs: fix off by one while setting block groups readonly
Chris Mason
1
-1
/
+2
2010-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-16
/
+59
2010-12-14
Btrfs: prevent RAID level downgrades when space is low
Chris Mason
1
-1
/
+19
2010-12-14
Btrfs: account for missing devices in RAID allocation profiles
Chris Mason
1
-2
/
+15
2010-12-11
Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots
Josef Bacik
1
-3
/
+7
2010-12-09
Btrfs: do not do fast caching if we are allocating blocks for tree_root
Josef Bacik
1
-6
/
+12
2010-12-09
Btrfs: deal with space cache errors better
Josef Bacik
1
-4
/
+6
2010-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-1
/
+1
2010-11-22
btrfs: Fix early enospc because 'unused' calculated with wrong sign.
Arne Jansen
1
-1
/
+1
2010-10-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-154
/
+540
2010-10-29
Btrfs: drop unused variable in block_alloc_rsv
Chris Mason
1
-4
/
+0
2010-10-29
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
Andi Kleen
1
-2
/
+0
2010-10-29
Btrfs: use the flusher threads for delalloc throttling
Chris Mason
1
-18
/
+15
2010-10-29
Btrfs: tune the chunk allocation to 5% of the FS as metadata
Chris Mason
1
-4
/
+18
2010-10-29
Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
1
-127
/
+171
2010-10-29
Btrfs: let the user know space caching is enabled
Josef Bacik
1
-0
/
+2
[next]