linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-23 06:02:13 to 2011-11-28 20:04:16 UTC [more...]

[PATCH 00/20] Here's my current btrfs patchset
 2011-11-28 19:17 UTC  (21+ messages)
` [PATCH 13/20] Btrfs: revamp clustered allocation logic
` [PATCH 17/20] Btrfs: introduce -o cluster and -o nocluster
` [PATCH 14/20] Btrfs: introduce option to rebalance only metadata
` [PATCH 01/20] Btrfs: enable removal of second disk with raid1 metadata
` [PATCH 18/20] Btrfs: add -o mincluster option
` [PATCH 10/20] Btrfs: report reason for failed relocation
` [PATCH 20/20] Btrfs: don't waste metadata block groups for clustered allocation
` [PATCH 12/20] Btrfs: introduce verbose debug mode for patched clustered allocation recovery
` [PATCH 05/20] Btrfs: start search for new cluster at the beginning of the block group
` [PATCH 09/20] Btrfs: skip allocation attempt from empty cluster
` [PATCH 16/20] Btrfs: try cluster but don't advance in search list
` [PATCH 08/20] Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
` [PATCH 15/20] Btrfs: activate allocation debugging
` [PATCH 02/20] Btrfs: initialize new bitmaps' list
` [PATCH 04/20] Btrfs: reset cluster's max_size when creating bitmap cluster
` [PATCH 11/20] Btrfs: note when a bitmap is skipped because its list is in use
` [PATCH 19/20] Btrfs: log when a bitmap is rejected for a cluster
` [PATCH 06/20] Btrfs: skip block groups without enough space "
` [PATCH 07/20] Btrfs: don't set up allocation result twice
` [PATCH 03/20] Btrfs: fix comment typo

Segmentation Faults
 2011-11-28 19:38 UTC  (9+ messages)

btrfs/git question
 2011-11-28 17:53 UTC 

[PATCH] Btrfs-progs: tool to visualize fragmentation
 2011-11-28 16:12 UTC 

[PATCH 0/5] fix bugs of sub transid
 2011-11-28 15:10 UTC  (2+ messages)

[PATCH] Btrfs: initialize new bitmaps' list
 2011-11-28 14:04 UTC 

[PATCH 1/1] btrfs: btrfs_calc_avail_data_space cope with no read/write devices V2
 2011-11-28 12:24 UTC  (3+ messages)

[PATCH] Btrfs: fix oops when calling statfs on readonly device
 2011-11-28 10:04 UTC  (2+ messages)

wrong / too less space on raid
 2011-11-28  9:42 UTC  (4+ messages)

Blcoked for more than 120 seconds
 2011-11-28  9:29 UTC  (2+ messages)

[PATCH] Btrfs: check if the to-be-added device is writable
 2011-11-28  8:43 UTC 

[PATCH 2/2] Btrfs: set the i_nlink to 2 for an initial dir inode
 2011-11-28  7:47 UTC 

[PATCH 1/2] Btrfs: adjust the variables indentation to TAB
 2011-11-28  7:45 UTC 

System Administrator
 2011-11-27 14:58 UTC 

[PATCH 30/62] btrfs: remove the second argument of k[un]map_atomic()
 2011-11-27  5:27 UTC 

WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
 2011-11-26 21:21 UTC  (9+ messages)

Oops when moving data to subvolume
 2011-11-26 17:16 UTC 

[PATCH] Btrfs: don't waste metadata block groups for clustered allocation
 2011-11-26 14:48 UTC 

[RFC] Subvolume Quota on-disk structures and configuration
 2011-11-26  4:14 UTC  (2+ messages)

[PATCH 2/2] Document --rootdir mkfs switch
 2011-11-25 17:37 UTC 

[btrfs-progs PATCH 1/2] Removed extraneous whitespace from mkfs man page
 2011-11-25 17:36 UTC 

btrfs encryption problems
 2011-11-25 10:40 UTC  (8+ messages)

[patch 00/99] Error handling patchset v6
 2011-11-25  5:42 UTC  (111+ messages)
` [patch 01/99] btrfs: Add btrfs_panic()
` [patch 02/99] btrfs: Catch locking failures in {set,clear,convert}_extent_bit
` [patch 03/99] btrfs: Panic on bad rbtree operations
` [patch 04/99] btrfs: Simplify btrfs_insert_root
` [patch 05/99] btrfs: Remove set bits return from clear_extent_bit
` [patch 06/99] btrfs: Add extent_state alloc/free tracing
` [patch 07/99] btrfs: Use mempools for extent_state structures
` [patch 08/99] btrfs: clear_extent_bit should return void with __GFP_WAIT set
` [patch 09/99] btrfs: unlock_extent can return void
` [patch 10/99] btrfs: Split unlock_extent_cached into sleeping and atomic versions
` [patch 11/99] btrfs: unlock_extent can drop gfp_t argument
` [patch 12/99] btrfs: clear_extent_dirty "
` [patch 13/99] btrfs: clear_extent_uptodate can drop gfp_t argumetn
` [patch 14/99] btrfs: clear_extent_bits "
` [patch 15/99] btrfs: try_lock_extent "
` [patch 16/99] btrfs: clear_extent_bit can drop gfp_t argument
` [patch 17/99] btrfs: set_extent_bit: split exclusive mode out
` [patch 18/99] btrfs: set_extent_bit should return void with __GFP_WAIT set
` [patch 19/99] btrfs: lock_extent can drop gfp_t argument
` [patch 20/99] btrfs: set_extent_dirty "
` [patch 21/99] btrfs: set_extent_bits "
` [patch 22/99] btrfs: set_extent_delalloc "
` [patch 23/99] btrfs: set_extent_new "
` [patch 24/99] btrfs: set_extent_uptodate "
` [patch 25/99] btrfs: set_extent_bit "
` [patch 26/99] btrfs: set_extent_buffer_uptodate should return void
` [patch 27/99] btrfs: set_extent_bit should return -ENOMEM on GFP_ATOMIC failures
` [patch 28/99] btrfs: clear_extent_bit error push-up
` [patch 29/99] btrfs: convert_extent_bit should return void with __GFP_WAIT set
` [patch 30/99] btrfs: pin_down_extent should return void
` [patch 31/99] btrfs: btrfs_pin_extent error push-up
` [patch 32/99] btrfs: btrfs_drop_snapshot should return int
` [patch 33/99] btrfs: btrfs_start_transaction non-looped error push-up
` [patch 34/99] btrfs: find_and_setup_root "
` [patch 35/99] btrfs: btrfs_update_root "
` [patch 36/99] btrfs: set_range_writeback should return void
` [patch 37/99] btrfs: wait_on_state "
` [patch 38/99] btrfs: wait_extent_bit "
` [patch 39/99] btrfs: __unlock_for_delalloc "
` [patch 40/99] btrfs: check_page_uptodate "
` [patch 41/99] btrfs: check_page_locked "
` [patch 42/99] btrfs: check_page_writeback "
` [patch 43/99] btrfs: clear_extent_buffer_dirty "
` [patch 44/99] btrfs: btrfs_cleanup_fs_uuids "
` [patch 45/99] btrfs: run_scheduled_bios "
` [patch 46/99] btrfs: btrfs_close_extra_devices "
` [patch 47/99] btrfs: schedule_bio "
` [patch 48/99] btrfs: fill_device_from_item "
` [patch 49/99] btrfs: btrfs_queue_worker "
` [patch 50/99] btrfs: run_ordered_completions "
` [patch 51/99] btrfs: btrfs_stop_workers "
` [patch 52/99] btrfs: btrfs_requeue_work "
` [patch 53/99] btrfs: btrfs_end_log_trans "
` [patch 54/99] btrfs: wait_for_writer "
` [patch 55/99] btrfs: btrfs_init_compress "
` [patch 56/99] btrfs: btrfs_invalidate_inodes "
` [patch 57/99] btrfs: __setup_root "
` [patch 58/99] btrfs: btrfs_destroy_delalloc_inodes "
` [patch 59/99] btrfs: btrfs_prepare_extent_commit "
` [patch 60/99] btrfs: btrfs_set_block_group_rw "
` [patch 61/99] btrfs: setup_inline_extent_backref "
` [patch 62/99] btrfs: btrfs_run_defrag_inodes "
` [patch 63/99] btrfs: Simplify btrfs_submit_bio_hook
` [patch 64/99] btrfs: Factor out tree->ops->merge_bio_hook call
` [patch 65/99] btrfs: ->submit_bio_hook error push-up
` [patch 66/99] btrfs: __add_reloc_root "
` [patch 67/99] btrfs: fixup_low_keys should return void
` [patch 68/99] btrfs: setup_items_for_insert "
` [patch 69/99] btrfs: del_ptr "
` [patch 70/99] btrfs: insert_ptr "
` [patch 71/99] btrfs: add_delayed_ref_head "
` [patch 72/99] btrfs: add_delayed_tree_ref "
` [patch 73/99] btrfs: add_delayed_data_ref "
` [patch 74/99] btrfs: Fix kfree of member instead of structure
` [patch 75/99] btrfs: Use mempools for delayed refs
` [patch 76/99] btrfs: Delayed ref mempool functions should return void
` [patch 77/99] btrfs: btrfs_inc_extent_ref void return prep
` [patch 78/99] btrfs: btrfs_free_extent "
` [patch 79/99] btrfs: __btrfs_mod_refs process_func should return void
` [patch 80/99] btrfs: __btrfs_mod_ref "
` [patch 81/99] btrfs: clean_tree_block "
` [patch 82/99] btrfs: btrfs_truncate_item "
` [patch 83/99] btrfs: btrfs_extend_item "
` [patch 84/99] btrfs: end_compressed_writeback "
` [patch 85/99] btrfs: copy_for_split "
` [patch 86/99] btrfs: update_inline_extent_backref "
` [patch 87/99] btrfs: btrfs_put_ordered_extent "
` [patch 88/99] btrfs: __btrfs_remove_ordered_extent "
` [patch 89/99] btrfs: btrfs_wait_ordered_extents "
` [patch 90/99] btrfs: btrfs_wait_ordered_range "
` [patch 91/99] btrfs: btrfs_run_ordered_operations "
` [patch 92/99] btrfs: btrfs_add_ordered_operation "
` [patch 93/99] btrfs: btrfs_add_ordered_sum "
` [patch 94/99] btrfs: btrfs_free_fs_root "
` [patch 95/99] btrfs: del_fs_roots "
` [patch 96/99] btrfs: btrfs_destroy_ordered_operations "
` [patch 97/99] btrfs: btrfs_destroy_ordered_extents "
` [patch 98/99] btrfs: btrfs_destroy_pending_snapshots "
` [patch 99/99] btrfs: add_excluded_extent "

btrfs and load (sys)
 2011-11-25  4:40 UTC  (9+ messages)

mount errors
 2011-11-24 23:04 UTC  (10+ messages)

[PATCH] btrfs: reduce btrfs_path size
 2011-11-24 18:03 UTC 

[PATCH] btrfs: polish names of kmem caches
 2011-11-24 16:56 UTC 

[PATCH v2] Btrfs: rewrite btrfs_trim_block_group()
 2011-11-24  9:02 UTC 

jyhds,優惠代開企業稅票,驗證沒有問題後付款!詳情136-6260-7748王<先生>,QQ:9588-11639
 2011-11-24  7:26 UTC 

[PATCH] Btrfs: rewrite btrfs_trim_block_group()
 2011-11-24  2:49 UTC  (3+ messages)

[PATCH 1/2] Removed extraneous whitespace from mkfs man page
 2011-11-23 23:08 UTC  (2+ messages)

[PATCH 2/2] Document --rootdir mkfs switch
 2011-11-23 21:26 UTC 

fsck with "err is 1"
 2011-11-23 18:32 UTC  (6+ messages)

stripe alignment consideration for btrfs on RAID5
 2011-11-23 17:55 UTC  (3+ messages)

Announcing btrfs-gui
 2011-11-23 17:39 UTC  (4+ messages)

mounting btrfs FS on zfs zvol hangs
 2011-11-23 16:21 UTC 

Announcing btrfs-gui
 2011-11-23 12:34 UTC  (3+ messages)
` [PATCH 0/3] Show Chunks by position

[PATCH] Btrfs: drop spin lock when memory alloc fails
 2011-11-23  7:21 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).