Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2011-11-16 15:57:55 to 2011-11-24 00:36:49 UTC [more...]

[patch 00/99] Error handling patchset v6
 2011-11-24  0:36 UTC  (77+ 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 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 

btrfs encryption problems
 2011-11-23 19:38 UTC  (3+ messages)

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  (10+ messages)
  ` [PATCH 0/3] Show Chunks by position
  ` [PATCH 1/3] Changed volume_df() to return all chunks with their offsets
  ` [PATCH 2/3] Update UsageDisplay to be capable of displaying all chunks by position
  ` [PATCH 3/3] Add radio knob to show space by position or combined

btrfs and load (sys)
 2011-11-23 17:01 UTC  (5+ messages)

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

[PATCH] Btrfs: rewrite btrfs_trim_block_group()
 2011-11-23 15:46 UTC  (2+ messages)

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

Segmentation Faults
 2011-11-23  1:14 UTC  (7+ messages)

BTRFS fsck ?
 2011-11-22 22:31 UTC  (3+ messages)

btrfs-delalloc - threaded?
 2011-11-22 17:01 UTC  (4+ messages)

[RFC] Subvolume Quota on-disk structures and configuration
 2011-11-22 15:07 UTC  (7+ messages)

mount errors
 2011-11-22 14:24 UTC  (10+ messages)

Recovering data from old corrupted file system
 2011-11-22  8:23 UTC  (2+ messages)

[PATCH v2] 254: avoid output mismatch due to space cache
 2011-11-22  5:19 UTC 

[GIT PULL] Btrfs fixes
 2011-11-22  1:30 UTC 

WARNING: at fs/btrfs/inode.c:2408 btrfs_orphan_cleanup
 2011-11-21 23:42 UTC  (3+ messages)

[PATCH] Btrfs: fix num_workers_starting bug and other bugs in async thread
 2011-11-21 20:06 UTC 

[PATCH 3/3]fs:btrfs:free-space-cache.c Remove extra semicolon
 2011-11-21 16:43 UTC 

[PATCH 0/5] fix bugs of sub transid
 2011-11-21 10:10 UTC  (6+ messages)
` [PATCH 1/5] Btrfs: fix btrfs_copy_root warning
` [PATCH 2/5] Btrfs: fix bug with heavy snapshot and heavy fsync
` [PATCH 3/5] Btrfs: fix inconsistent tree
` [PATCH 4/5] Btrfs: filter shared blocks in should_cow_block
` [PATCH 5/5] Btrfs: update disk extent ref generation

[PATCH] 254: disable space cache
 2011-11-21  6:43 UTC  (4+ messages)

BTRFS subvolume quota limits
 2011-11-21  5:18 UTC  (3+ messages)

report relocation failures
 2011-11-19 10:17 UTC 

Revamp cluster allocation logic
 2011-11-19 10:12 UTC  (2+ messages)

Don't prevent removal of devices that break raid reqs
 2011-11-19 10:10 UTC  (3+ messages)

[PATCH] Btrfs: fix num_start_workers count if we fail to make an alloc
 2011-11-19  2:12 UTC  (4+ messages)

WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
 2011-11-18 19:52 UTC  (8+ messages)

[PATCH v2] Btrfs: Don't error on resizing FS to same size
 2011-11-18 18:55 UTC 

[PATCH] Btrfs: wait on caching if we're loading the free space cache V2
 2011-11-18 18:01 UTC 

fallocate vs O_(D)SYNC
 2011-11-18 12:09 UTC  (13+ messages)
` [Cluster-devel] "

[PATCH] Btrfs: fix deadlock on metadata reservation when evicting a inode
 2011-11-18  9:43 UTC 

[PATCH] Btrfs: Don't error on resizing FS to same size
 2011-11-18  8:14 UTC  (3+ messages)

[PATCH] 254: fix to pass subvolid=0 to set default btrfs subvolme
 2011-11-18  3:26 UTC 

status of raid10 reliability
 2011-11-17 22:36 UTC  (2+ messages)

[RFC] improve space utilization on off-sized raid devices
 2011-11-17 18:27 UTC  (6+ messages)

[PATCH] Btrfs: sectorsize align offsets in fiemap
 2011-11-17 16:37 UTC 

[PATCH] btrfs: mirror_num should be int, not u64
 2011-11-17 14:31 UTC 

[PATCH 1/2] Btrfs: fix to search one more bitmap for cluster setup
 2011-11-17  7:04 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 00/21] [RFC] Btrfs: restriper
 2011-11-17  3:13 UTC  (2+ messages)

[PATCH] fs/btrfs/locking.c: Removed some unneeded return statements
 2011-11-17  1:31 UTC 

compressed btrfs "No space left on device"
 2011-11-16 17:59 UTC  (3+ messages)

[PATCH] Btrfs: Prefix resize related printks with btrfs:
 2011-11-16 17:47 UTC 

[patch] btrfs scrub: handle -ENOMEM from init_ipath()
 2011-11-16 16:56 UTC  (2+ messages)

[PATCH] Fix URL of btrfs-progs git repository in docs
 2011-11-16 16:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox