index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-24
Btrfs: fix fallocate deadlock on inode extent lock
Chris Mason
5
-17
/
+29
2009-04-24
Btrfs: kill btrfs_cache_create
Christoph Hellwig
3
-43
/
+28
2009-04-24
Btrfs: don't export symbols
Christoph Hellwig
1
-6
/
+0
2009-04-24
Btrfs: simplify makefile
Christoph Hellwig
1
-17
/
+2
2009-04-24
Btrfs: try to keep a healthy ratio of metadata vs data block groups
Josef Bacik
4
-2
/
+42
2009-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
10
-83
/
+272
2009-04-21
Btrfs: fix btrfs fallocate oops and deadlock
Chris Mason
2
-9
/
+31
2009-04-20
btrfs: use memdup_user()
Li Zefan
2
-46
/
+16
2009-04-20
Btrfs: use the right node in reada_for_balance
Chris Mason
1
-5
/
+12
2009-04-20
Btrfs: fix oops on page->mapping->host during writepage
Chris Mason
1
-8
/
+32
2009-04-20
Btrfs: add a priority queue to the async thread helpers
Chris Mason
5
-15
/
+56
2009-04-20
Btrfs: use WRITE_SYNC for synchronous writes
Chris Mason
5
-46
/
+141
2009-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
17
-544
/
+982
2009-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+2
2009-04-02
Btrfs: BUG to BUG_ON changes
Stoyan Gaydarov
3
-6
/
+3
2009-04-02
Btrfs: remove dead code
Dan Carpenter
1
-2
/
+0
2009-04-02
Btrfs: remove dead code
Dan Carpenter
1
-1
/
+0
2009-04-02
Btrfs: fix typos in comments
Wu Fengguang
3
-12
/
+14
2009-04-02
Btrfs: remove unused ftrace include
Jim Owens
2
-2
/
+0
2009-04-03
Btrfs: fix __ucmpdi2 compile bug on 32 bit builds
Heiko Carstens
1
-11
/
+5
2009-04-02
Btrfs: free inode struct when btrfs_new_inode fails
Shen Feng
1
-1
/
+4
2009-04-02
Btrfs: fix race in worker_loop
Amit Gud
1
-1
/
+5
2009-04-02
Btrfs: add flushoncommit mount option
Sage Weil
3
-5
/
+15
2009-04-02
Btrfs: notreelog mount option
Sage Weil
3
-1
/
+15
2009-04-02
Btrfs: introduce btrfs_show_options
Eric Paris
1
-1
/
+33
2009-04-03
Btrfs: rework allocation clustering
Chris Mason
6
-74
/
+509
2009-04-03
Btrfs: Optimize locking in btrfs_next_leaf()
Chris Mason
1
-23
/
+65
2009-04-03
Btrfs: break up btrfs_search_slot into smaller pieces
Chris Mason
1
-90
/
+131
2009-04-03
Btrfs: kill the pinned_mutex
Josef Bacik
4
-16
/
+1
2009-04-03
Btrfs: kill the block group alloc mutex
Josef Bacik
3
-157
/
+83
2009-04-03
Btrfs: clean up find_free_extent
Josef Bacik
1
-165
/
+91
2009-04-03
Btrfs: free space cache cleanups
Josef Bacik
2
-51
/
+44
2009-04-03
Btrfs: unplug in the async bio submission threads
Chris Mason
1
-1
/
+13
2009-04-03
Btrfs: keep processing bios for a given bdev if our proc is batching
Chris Mason
1
-0
/
+27
2009-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
24
-1622
/
+2762
2009-04-01
fs: fix page_mkwrite error cases in core code and btrfs
Nick Piggin
1
-4
/
+7
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
2
-2
/
+5
2009-03-31
New helper - current_umask()
Al Viro
2
-2
/
+2
2009-03-31
Btrfs: try to free metadata pages when we free btree blocks
Chris Mason
1
-0
/
+4
2009-03-31
Btrfs: add extra flushing for renames and truncates
Chris Mason
8
-7
/
+288
2009-03-26
btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirty
Jens Axboe
1
-1
/
+1
2009-03-25
Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_mod
Chris Mason
2
-3
/
+8
2009-03-24
Btrfs: optimize fsyncs on old files
Chris Mason
1
-1
/
+44
2009-03-24
Btrfs: tree logging unlink/rename fixes
Chris Mason
7
-98
/
+372
2009-03-24
Btrfs: Make sure i_nlink doesn't hit zero too soon during log replay
Chris Mason
1
-0
/
+11
2009-03-24
Btrfs: limit balancing work while flushing delayed refs
Chris Mason
1
-3
/
+9
2009-03-24
Btrfs: readahead checksums during btrfs_finish_ordered_io
Chris Mason
1
-2
/
+33
2009-03-24
Btrfs: leave btree locks spinning more often
Chris Mason
14
-96
/
+172
2009-03-24
Btrfs: Only let very young transactions grow during commit
Chris Mason
1
-3
/
+10
2009-03-24
Btrfs: Check for a blocking lock before taking the spin
Chris Mason
1
-2
/
+8
[prev]
[next]