index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: exclude super blocks when we read in block groups
Josef Bacik
2011-02-06
1
-8
/
+18
*
btrfs: fix return value check of btrfs_start_transaction()
Tsutomu Itoh
2011-02-01
1
-2
/
+5
*
btrfs: checking NULL or not in some functions
Tsutomu Itoh
2011-02-01
1
-0
/
+2
*
Btrfs: make shrink_delalloc a little friendlier
Josef Bacik
2011-01-31
1
-3
/
+14
*
Btrfs: use the global block reserve if we cannot reserve space
Josef Bacik
2011-01-28
1
-1
/
+27
*
Btrfs: do not release more reserved bytes to the global_block_rsv than we need
Josef Bacik
2011-01-28
1
-2
/
+14
*
btrfs: fix return value check of btrfs_join_transaction()
Tsutomu Itoh
2011-01-28
1
-1
/
+1
*
Btrfs: forced readonly mounts on errors
liubo
2011-01-17
1
-0
/
+11
*
Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check
Josef Bacik
2011-01-16
1
-5
/
+0
*
btrfs: fix wrong free space information of btrfs
Miao Xie
2011-01-16
1
-1
/
+57
*
btrfs: restructure find_free_dev_extent()
Miao Xie
2011-01-16
1
-2
/
+2
*
btrfs: try to reclaim some space when chunk allocation fails
Miao Xie
2011-01-16
1
-2
/
+7
*
Btrfs: fix off by one while setting block groups readonly
Chris Mason
2011-01-04
1
-1
/
+2
*
Btrfs: prevent RAID level downgrades when space is low
Chris Mason
2010-12-13
1
-1
/
+19
*
Btrfs: account for missing devices in RAID allocation profiles
Chris Mason
2010-12-13
1
-2
/
+15
*
Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots
Josef Bacik
2010-12-10
1
-3
/
+7
*
Btrfs: do not do fast caching if we are allocating blocks for tree_root
Josef Bacik
2010-12-09
1
-6
/
+12
*
Btrfs: deal with space cache errors better
Josef Bacik
2010-12-09
1
-4
/
+6
*
btrfs: Fix early enospc because 'unused' calculated with wrong sign.
Arne Jansen
2010-11-21
1
-1
/
+1
*
Btrfs: drop unused variable in block_alloc_rsv
Chris Mason
2010-10-29
1
-4
/
+0
*
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
Andi Kleen
2010-10-29
1
-2
/
+0
*
Btrfs: use the flusher threads for delalloc throttling
Chris Mason
2010-10-29
1
-18
/
+15
*
Btrfs: tune the chunk allocation to 5% of the FS as metadata
Chris Mason
2010-10-29
1
-4
/
+18
*
Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
2010-10-29
1
-127
/
+171
|
\
|
*
Btrfs: remove warn_on from use_block_rsv
Josef Bacik
2010-10-26
1
-5
/
+0
|
*
Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction
Josef Bacik
2010-10-26
1
-3
/
+6
|
*
Btrfs: rework how we reserve metadata bytes
Josef Bacik
2010-10-22
1
-109
/
+129
|
*
Btrfs: don't allocate chunks as aggressively
Josef Bacik
2010-10-22
1
-2
/
+5
|
*
Btrfs: re-work delalloc flushing
Josef Bacik
2010-10-22
1
-12
/
+14
|
*
Btrfs: fix reservation code for mixed block groups
Josef Bacik
2010-10-22
1
-2
/
+6
|
*
Btrfs: fix df regression
Josef Bacik
2010-10-22
1
-0
/
+10
|
*
Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim
Josef Bacik
2010-10-22
1
-0
/
+5
*
|
Btrfs: let the user know space caching is enabled
Josef Bacik
2010-10-29
1
-0
/
+2
*
|
Btrfs: Add a clear_cache mount option
Josef Bacik
2010-10-29
1
-0
/
+2
*
|
Btrfs: add support for mixed data+metadata block groups
Josef Bacik
2010-10-29
1
-3
/
+19
*
|
Btrfs: check cache->caching_ctl before returning if caching has started
Josef Bacik
2010-10-29
1
-0
/
+6
*
|
Btrfs: load free space cache if it exists
Josef Bacik
2010-10-29
1
-3
/
+47
*
|
Btrfs: write out free space cache
Josef Bacik
2010-10-29
1
-0
/
+48
*
|
Btrfs: create special free space cache inode
Josef Bacik
2010-10-28
1
-6
/
+225
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2010-06-11
1
-1
/
+2
|
\
|
*
Btrfs: Fix BUG_ON for fs converted from extN
Yan, Zheng
2010-06-11
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2010-05-27
1
-902
/
+1353
|
\
\
|
|
/
|
*
Btrfs: drop verbose enospc printk
Chris Mason
2010-05-26
1
-0
/
+2
|
*
Btrfs: Metadata ENOSPC handling for balance
Yan, Zheng
2010-05-25
1
-14
/
+9
|
*
Btrfs: Metadata reservation for orphan inodes
Yan, Zheng
2010-05-25
1
-0
/
+28
|
*
Btrfs: Introduce global metadata reservation
Yan, Zheng
2010-05-25
1
-19
/
+128
|
*
Btrfs: Update metadata reservation for delayed allocation
Yan, Zheng
2010-05-25
1
-240
/
+121
|
*
Btrfs: Integrate metadata reservation with start_transaction
Yan, Zheng
2010-05-25
1
-114
/
+169
|
*
Btrfs: Introduce contexts for metadata reservation
Yan, Zheng
2010-05-25
1
-328
/
+701
|
*
Btrfs: Shrink delay allocated space in a synchronized
Yan, Zheng
2010-05-25
1
-110
/
+55
[next]