Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2011-08-15 14:22:47 to 2011-08-23 21:08:21 UTC [more...]

Suddenly, a dead filesystem
 2011-08-23 21:08 UTC  (5+ messages)

[PATCH] [RFC] Btrfs-progs: restriper interface
 2011-08-23 20:08 UTC  (2+ messages)
` [PATCH] Btrfs-progs: add restriper commands

[PATCH 00/21] [RFC] Btrfs: restriper
 2011-08-23 20:02 UTC  (22+ messages)
` [PATCH 01/21] Btrfs: get rid of *_alloc_profile fields
` [PATCH 02/21] Btrfs: introduce masks for chunk type and profile
` [PATCH 03/21] Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit
` [PATCH 04/21] Btrfs: make avail_*_alloc_bits fields dynamic
` [PATCH 05/21] Btrfs: add basic restriper infrastructure
` [PATCH 06/21] Btrfs: implement online profile changing
` [PATCH 07/21] Btrfs: add basic infrastructure for selective balancing
` [PATCH 08/21] Btrfs: soft profile changing mode (aka soft convert)
` [PATCH 09/21] Btrfs: profiles filter
` [PATCH 10/21] Btrfs: usage filter
` [PATCH 11/21] Btrfs: devid filter
` [PATCH 12/21] Btrfs: devid subset filter
` [PATCH 13/21] Btrfs: virtual address space "
` [PATCH 14/21] Btrfs: save restripe parameters to disk
` [PATCH 15/21] Btrfs: recover restripe on mount
` [PATCH 16/21] Btrfs: allow for cancelling restriper
` [PATCH 17/21] Btrfs: allow for pausing restriper
` [PATCH 18/21] Btrfs: allow for resuming restriper after it was paused
` [PATCH 19/21] Btrfs: add skip_restripe mount option
` [PATCH 20/21] Btrfs: get rid of btrfs_balance() function
` [PATCH 21/21] Btrfs: add restripe progress reporting

[PATCH 1/4] fs: add SEEK_HOLE and SEEK_DATA flags
 2011-08-23 17:44 UTC  (12+ messages)

Swap file on btrfs fails ("swapfile has holes")
 2011-08-23 15:58 UTC  (4+ messages)

BTRFS should increase the hard-link in the same directory limit
 2011-08-23 15:29 UTC  (6+ messages)

btrfs over nfs
 2011-08-23 13:27 UTC  (3+ messages)

[PATCH] Btrfs: fix an oops when deleting snapshots
 2011-08-23  9:01 UTC 

[PATCH] btrfs:make close_ctree() return void
 2011-08-23  1:00 UTC  (2+ messages)

[PATCH] btrfs:make btrfs_init_compress() return void
 2011-08-23  0:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Btrfs: don't increase the block_rsv's size when emergency allocating space
 2011-08-22 19:25 UTC 

BTRFS corruption - the filesystem grows and the new files appears (at least)
 2011-08-22 17:40 UTC  (2+ messages)

[PATCH] Fix -Wunused-but-set-variable warnings from GCC 4.6
 2011-08-22 12:07 UTC 

bonnie triggers and endless numbers of stack traces
 2011-08-22  8:17 UTC  (5+ messages)

Honest timeline for btrfsck
 2011-08-21 13:58 UTC  (8+ messages)

[PATCH] Btrfs: fix 64 bit divide problem
 2011-08-21  7:19 UTC  (2+ messages)

[PATCH v2] Btrfs: use do_div to avoid compile errors on 32bit box
 2011-08-21  1:04 UTC  (3+ messages)

Applications using fsync cause hangs for several seconds every few minutes
 2011-08-20 17:18 UTC  (18+ messages)

[GIT PULL] Btrfs updates
 2011-08-20 14:01 UTC  (3+ messages)

[PATCH] BTRFS: Free inode mutex on lseek error
 2011-08-20 13:43 UTC  (4+ messages)

kernel oops -> no mount (different problem than others)
 2011-08-20  5:53 UTC  (3+ messages)

[PATCH] Btrfs: use do_div to avoid compile errors on 32bit box
 2011-08-20  1:46 UTC  (2+ messages)

[PATCH] Btrfs: use do_div to avoid compile errors on 32bit box
 2011-08-20  1:35 UTC  (3+ messages)

git resources
 2011-08-19 23:26 UTC  (4+ messages)

[PATCH] Btrfs: fix space leak when we fail to make an allocation
 2011-08-19 20:29 UTC 

[PATCH] Btrfs: fix call to btrfs_search_slot in free space cache
 2011-08-19 20:28 UTC 

[PATCH] Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check
 2011-08-19 20:28 UTC 

[PATCH] Btrfs: reduce the amount of space needed for truncates
 2011-08-19 20:28 UTC 

[PATCH] Btrfs: only reserve space in fallocate if we have to do a preallocate
 2011-08-19 20:27 UTC 

processes stuck in llseek
 2011-08-19 16:20 UTC  (10+ messages)

[GIT PULL] Btrfs pull round two
 2011-08-19 15:14 UTC  (5+ messages)
` [build breakage] "

[RFC][PATCH 2/2] Btrfs: snapshot-aware defragmentation
 2011-08-19  8:25 UTC 

[PATCH 1/2] Btrfs: added helper functions to iterate backrefs
 2011-08-19  8:25 UTC 

btrfs and mainline and git
 2011-08-19  6:46 UTC 

[PATCH] Btrfs: check if there is enough space for balancing smarter
 2011-08-19  3:07 UTC  (3+ messages)

[PATCH 0/8] btrfs: Error handling fixes
 2011-08-18 21:57 UTC  (9+ messages)
` [PATCH 1/8] btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()
` [PATCH 2/8] btrfs: Don't BUG_ON() errors in update_ref_for_cow()
` [PATCH 3/8] btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()
` [PATCH 4/8] btrfs: make insert_ptr() void
` [PATCH 5/8] btrfs: Don't BUG_ON errors in __finish_chunk_alloc()
` [PATCH 6/8] btrfs: fix error check of btrfs_lookup_dentry()
` [PATCH 7/8] btrfs: make fixup_low_keys() void
` [PATCH 8/8] btrfs: make del_ptr() and btrfs_del_leaf() void

[PATCH 5/5] btrfs: use fs netlink interface for ENOSPC conditions
 2011-08-18 19:03 UTC  (3+ messages)

Filesystem corrupt after renaming snapshots
 2011-08-18 18:54 UTC  (3+ messages)

[RFC] btrfs auto snapshot
 2011-08-18 10:14 UTC  (14+ messages)
  ` snapshot ctime // "

[PATCH 1/3] Btrfs: fix wrong nbytes information of the inode
 2011-08-18  8:15 UTC  (2+ messages)

[PATCH 3/3] Btrfs: fix unclosed transaction handle in btrfs_cont_expand()
 2011-08-18  8:14 UTC 

[PATCH 2/3] Btrfs: fix the file extent gap when doing direct IO
 2011-08-18  8:13 UTC 

[PATCH] btrfs: fix d_off in the first dirent
 2011-08-18  2:19 UTC  (3+ messages)

[PATCH] btrfs: fix warning in iput for bad-inode
 2011-08-17 18:56 UTC 

cant mount degraded (it worked in kernel 2.6.38.8)
 2011-08-17  2:24 UTC  (4+ messages)

btrfs auto snapshot
 2011-08-17  2:13 UTC 

“bio too big” regression and silent data corruption in 3.0
 2011-08-16 16:56 UTC  (2+ messages)

btrfs: failed to read chunk root
 2011-08-16 16:37 UTC  (2+ messages)

[PATCH] Btrfs: fix an oops of log replay
 2011-08-16 11:53 UTC  (3+ messages)

[PATCH] Btrfs: reserve sufficient space for ioctl clone
 2011-08-16  4:33 UTC  (3+ messages)

[RFC] Passing stream to userspace
 2011-08-16  2:49 UTC  (2+ messages)

[patch v2 0/9] btrfs: More error handling patches
 2011-08-15 19:50 UTC  (10+ messages)
` [patch v2 1/9] btrfs: Add btrfs_panic()
` [patch v2 2/9] btrfs: Catch locking failures in {set,clear}_extent_bit
` [patch v2 3/9] btrfs: Push up set_extent_bit errors to callers
` [patch v2 4/9] btrfs: Push up lock_extent "
` [patch v2 5/9] btrfs: Push up clear_extent_bit "
` [patch v2 6/9] btrfs: Push up unlock_extent "
` [patch v2 7/9] btrfs: Make pin_down_extent return void
` [patch v2 8/9] btrfs: Push up btrfs_pin_extent failures
` [patch v2 9/9] btrfs: Push up non-looped btrfs_start_transaction failures

Database Maintenance Update ! !
 2011-08-15 19:14 UTC 

licenses (for apple OSX and others)?
 2011-08-15 17:39 UTC  (3+ messages)

[PATCH] btrfs: btrfs_permission's RO check shouldn't apply to device nodes
 2011-08-15 17:27 UTC 

Device files on read-only file systems?
 2011-08-15 17:19 UTC  (3+ messages)

unlink directory with files (rm -d)
 2011-08-15 15:58 UTC  (2+ messages)


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