index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
2009-10-01
1
-49
/
+342
|
\
|
*
Btrfs: fix deadlock with free space handling and user transactions
Sage Weil
2009-09-29
1
-1
/
+1
|
*
Btrfs: proper -ENOSPC handling
Josef Bacik
2009-09-28
1
-48
/
+341
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Chris Mason
2009-09-24
1
-979
/
+683
|
\
\
|
|
/
|
*
Btrfs: fix early enospc during balancing
Chris Mason
2009-09-22
1
-13
/
+7
|
*
Btrfs: deal with NULL space info
Chris Mason
2009-09-22
1
-2
/
+16
|
*
Btrfs: account for space used by the super mirrors
Josef Bacik
2009-09-21
1
-2
/
+18
|
*
Btrfs: remove dead code
Josef Bacik
2009-09-21
1
-706
/
+0
|
*
Btrfs: don't keep retrying a block group if we fail to allocate a cluster
Josef Bacik
2009-09-21
1
-8
/
+17
|
*
Btrfs: make balance code choose more wisely when relocating
Josef Bacik
2009-09-21
1
-0
/
+87
|
*
Btrfs: add snapshot/subvolume destroy ioctl
Yan, Zheng
2009-09-21
1
-3
/
+18
|
*
Btrfs: speed up snapshot dropping
Yan, Zheng
2009-09-21
1
-48
/
+205
|
*
Btrfs: improve async block group caching
Yan Zheng
2009-09-17
1
-234
/
+352
|
*
Btrfs: switch extent_map to a rw lock
Chris Mason
2009-09-11
1
-2
/
+2
*
|
block: use blkdev_issue_discard in blk_ioctl_discard
Christoph Hellwig
2009-09-14
1
-1
/
+2
|
/
*
Btrfs: make sure the async caching thread advances the key
Chris Mason
2009-07-31
1
-4
/
+17
*
Btrfs: be more polite in the async caching threads
Chris Mason
2009-07-30
1
-2
/
+3
*
Btrfs: preserve commit_root for async caching
Yan Zheng
2009-07-30
1
-3
/
+3
*
Btrfs: Fix async caching interaction with unmount
Yan Zheng
2009-07-28
1
-1
/
+3
*
Btrfs: change how we unpin extents
Josef Bacik
2009-07-27
1
-107
/
+42
*
Btrfs: clear all space_info->full after removing a block group
Chris Mason
2009-07-24
1
-1
/
+2
*
Btrfs: async block group caching
Josef Bacik
2009-07-24
1
-91
/
+380
*
Btrfs: use hybrid extents+bitmap rb tree for free space
Josef Bacik
2009-07-24
1
-1
/
+24
*
Btrfs: make sure all dirty blocks are written at commit time
Yan Zheng
2009-07-22
1
-29
/
+41
*
Btrfs: fix error message formatting
Hu Tao
2009-07-02
1
-1
/
+1
*
Btrfs: update backrefs while dropping snapshot
Yan Zheng
2009-07-02
1
-174
/
+390
*
Btrfs: check duplicate backrefs for both data and metadata
Yan Zheng
2009-06-11
1
-11
/
+4
*
Btrfs: remove crc32c.h and use libcrc32c directly.
David Woodhouse
2009-06-10
1
-4
/
+3
*
Btrfs: add mount -o ssd_spread to spread allocations out
Chris Mason
2009-06-10
1
-1
/
+1
*
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
Yan Zheng
2009-06-10
1
-850
/
+1764
*
Btrfs: Fix oops and use after free during space balancing
Chris Mason
2009-06-04
1
-3
/
+48
*
Btrfs: Spelling fix in btrfs_lookup_first_block_group comments
Sankar P
2009-05-14
1
-1
/
+1
*
Btrfs: Fix a bunch of printk() warnings.
Joel Becker
2009-04-27
1
-7
/
+14
*
Btrfs: try to keep a healthy ratio of metadata vs data block groups
Josef Bacik
2009-04-24
1
-1
/
+27
*
Btrfs: rework allocation clustering
Chris Mason
2009-04-03
1
-53
/
+128
*
Btrfs: kill the pinned_mutex
Josef Bacik
2009-04-03
1
-11
/
+0
*
Btrfs: kill the block group alloc mutex
Josef Bacik
2009-04-03
1
-23
/
+23
*
Btrfs: clean up find_free_extent
Josef Bacik
2009-04-03
1
-165
/
+91
*
Btrfs: free space cache cleanups
Josef Bacik
2009-04-03
1
-1
/
+1
*
Btrfs: try to free metadata pages when we free btree blocks
Chris Mason
2009-03-31
1
-0
/
+4
*
Btrfs: tree logging unlink/rename fixes
Chris Mason
2009-03-24
1
-1
/
+1
*
Btrfs: leave btree locks spinning more often
Chris Mason
2009-03-24
1
-19
/
+50
*
Btrfs: reduce stalls during transaction commit
Chris Mason
2009-03-24
1
-1
/
+2
*
Btrfs: process the delayed reference queue in clusters
Chris Mason
2009-03-24
1
-51
/
+98
*
Btrfs: try to cleanup delayed refs while freeing extents
Chris Mason
2009-03-24
1
-0
/
+67
*
Btrfs: do extent allocation and reference count updates in the background
Chris Mason
2009-03-24
1
-1107
/
+389
*
Btrfs: Fix locking around adding new space_info
Chris Mason
2009-03-10
1
-3
/
+42
*
Btrfs: fix spinlock assertions on UP systems
Chris Mason
2009-03-09
1
-2
/
+2
*
Btrfs: try committing transaction before returning ENOSPC
Josef Bacik
2009-02-20
1
-10
/
+47
*
Btrfs: add better -ENOSPC handling
Josef Bacik
2009-02-20
1
-15
/
+200
[next]