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.13.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-11-06
Btrfs: make a delayed_block_rsv for the delayed item insertion
Josef Bacik
1
-0
/
+3
2011-11-06
btrfs: separate superblock items out of fs_info
David Sterba
1
-8
/
+8
2011-11-06
Btrfs: fix extent pinning bugs in the tree log
Chris Mason
1
-3
/
+48
2011-10-24
btrfs: ratelimit WARN_ON in use_block_rsv
David Sterba
1
-1
/
+8
2011-10-20
Btrfs: fix race between multi-task space allocation and caching space
Miao Xie
1
-0
/
+7
2011-10-20
Btrfs: pass the correct root to lookup_free_space_inode()
Ilya Dryomov
1
-1
/
+1
2011-10-19
Btrfs: if we have a lot of pinned space, commit the transaction
Josef Bacik
1
-0
/
+15
2011-10-19
Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions
Josef Bacik
1
-14
/
+27
2011-10-19
Btrfs: release trans metadata bytes before flushing delayed refs
Josef Bacik
1
-4
/
+1
2011-10-19
Btrfs: allow shrink_delalloc flush the needed reclaimed pages
Josef Bacik
1
-2
/
+3
2011-10-19
Btrfs: wait for ordered extents if we're in trouble when shrinking delalloc
Josef Bacik
1
-8
/
+17
2011-10-19
Btrfs: don't check bytes_pinned to determine if we should commit the transaction
Josef Bacik
1
-11
/
+0
2011-10-19
Btrfs: wait for ordered extents if we didn't reclaim enough
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: inline checksums into the disk free space cache
Josef Bacik
1
-6
/
+12
2011-10-19
Btrfs: take overflow into account in reserving space
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: introduce mount option no_space_cache
Josef Bacik
1
-5
/
+4
2011-10-19
Btrfs: allow us to overcommit our enospc reservations
Josef Bacik
1
-14
/
+47
2011-10-19
Btrfs: check unused against how much space we actually want
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: delay iput when deleting a block group
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: stop passing a trans handle all around the reservation code
Josef Bacik
1
-22
/
+23
2011-10-19
Btrfs: don't get the block_rsv in btrfs_free_tree_block
Josef Bacik
1
-4
/
+0
2011-10-19
Btrfs: use the transactions block_rsv for the csum root
Josef Bacik
1
-6
/
+9
2011-10-19
Btrfs: handle enospc accounting for free space inodes
Josef Bacik
1
-5
/
+13
2011-10-19
Btrfs: don't increase the block_rsv's size when emergency allocating space
Josef Bacik
1
-3
/
+0
2011-10-19
Btrfs: fix space leak when we fail to make an allocation
Josef Bacik
1
-6
/
+14
2011-10-19
Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check
Josef Bacik
1
-2
/
+2
2011-10-19
Btrfs: kill btrfs_truncate_reserve_metadata
Josef Bacik
1
-31
/
+0
2011-10-19
Btrfs: don't try to commit in btrfs_block_rsv_check
Josef Bacik
1
-25
/
+4
2011-10-19
Btrfs: kill unused parts of block_rsv
Josef Bacik
1
-17
/
+6
2011-10-19
Btrfs: kill the durable block rsv stuff
Josef Bacik
1
-83
/
+17
2011-10-19
Btrfs: calculate checksum space correctly
Josef Bacik
1
-8
/
+109
2011-10-19
Btrfs: use bytes_may_use for all ENOSPC reservations
Josef Bacik
1
-74
/
+89
2011-10-19
Btrfs: kill reserved_bytes in inode
Josef Bacik
1
-2
/
+0
2011-08-21
Btrfs: fix 64 bit divide problem
Josef Bacik
1
-5
/
+7
2011-08-17
Btrfs: forced readonly when btrfs_drop_snapshot() fails
Tsutomu Itoh
1
-8
/
+14
2011-08-17
Btrfs: check if there is enough space for balancing smarter
liubo
1
-6
/
+35
2011-08-17
Btrfs: detect wether a device supports discard
Josef Bacik
1
-2
/
+10
2011-08-01
Btrfs: don't print the leaf if we had an error
Josef Bacik
1
-1
/
+3
2011-08-01
Btrfs: fix oops while writing data to SSD partitions
liubo
1
-1
/
+3
2011-08-01
Btrfs: Protect the readonly flag of block group
WuBo
1
-3
/
+7
2011-08-01
Btrfs: return error to caller when btrfs_unlink() failes
Tsutomu Itoh
1
-1
/
+2
2011-08-01
Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...
Chris Mason
1
-5
/
+19
2011-07-28
Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errors
Chris Mason
1
-1
/
+6
2011-07-27
Btrfs: make a lockdep class for each root
Chris Mason
1
-1
/
+1
2011-07-27
Btrfs: switch the btrfs tree locks to reader/writer
Chris Mason
1
-10
/
+10
2011-07-27
Btrfs: fix BUG_ON() caused by ENOSPC when relocating space
Miao Xie
1
-7
/
+21
2011-07-27
Btrfs: fix enospc problems with delalloc
Josef Bacik
1
-41
/
+49
2011-07-27
Btrfs: don't flush delalloc arbitrarily
Josef Bacik
1
-3
/
+0
2011-07-27
Btrfs: use a worker thread to do caching
Josef Bacik
1
-28
/
+18
2011-07-26
btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshot
Mark Fasheh
1
-2
/
+6
[next]