linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-11 20:17:08 to 2011-11-24 00:35:53 UTC [more...]

[patch 00/99] Error handling patchset v6
 2011-11-24  0:35 UTC  (21+ 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 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  (6+ 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  (15+ 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  (3+ messages)
` [PATCH 2/2] Btrfs: avoid unnecessary bitmap search "
` [PATCH v2 1/2] Btrfs: fix to search one more bitmap "

[PATCH 00/21] [RFC] Btrfs: restriper
 2011-11-17  3:13 UTC  (6+ 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 

[PATCH] btrfs: fix stat blocks accounting
 2011-11-16 15:35 UTC 

BUG at fs/btrfs/inode.c:1587
 2011-11-16 15:26 UTC  (3+ messages)

Introduce option to rebalance only metadata
 2011-11-16  3:17 UTC  (5+ messages)

[PATCH 0/3] xfstests: Add a group of reservation space test
 2011-11-16  1:30 UTC  (5+ messages)
` [PATCH 2/3] xfstests 265: add a prealloc and reserve test

[GIT PULL] various updates for -rc3
 2011-11-15 20:07 UTC 

[PATCH] Btrfs: wait on caching if we're loading the free space cache
 2011-11-15 19:55 UTC 

Btrfs progs git repo on kernel.org
 2011-11-15 15:12 UTC  (2+ messages)

[PATCH] Btrfs: clear pages dirty for io and set them extent mapped
 2011-11-15 14:32 UTC 

Reliability questions / "me too" for bugs
 2011-11-15 14:17 UTC  (2+ messages)

Reliability questions / "me too" for bugs
 2011-11-15  4:15 UTC  (2+ messages)

[PATCH] btrfs: Fix up 32/64-bit compatibility for new ioctls
 2011-11-15  3:21 UTC 

Bird's eye view of relocation trees
 2011-11-14 19:45 UTC 

kernel BUG at fs/btrfs/inode.c:3037
 2011-11-14 16:09 UTC 

[PATCH] Btrfs-progs: Relocate -lpthread in makefile
 2011-11-14 15:57 UTC  (2+ messages)

[PATCH] Btrfs-progs: satisfy compiler and change printf modifier
 2011-11-14 15:51 UTC  (2+ messages)

can't access diagrams on wiki
 2011-11-14  7:56 UTC  (2+ messages)

BUG at fs/btrfs/file.c:1656 [for-linus]
 2011-11-14  3:16 UTC  (2+ messages)

Stupid newb tricks: making a subvolume of root
 2011-11-11 21:58 UTC  (6+ messages)

[GIT PULL] Btrfs fixes
 2011-11-11 21:40 UTC 

[PATCH] Btrfs: add allocator tracepoints
 2011-11-11 20:17 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).