linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-31 13:23:11 to 2012-11-07 07:36:58 UTC [more...]

[RFC v4+ hot_track 00/19] vfs: hot data tracking
 2012-11-07  7:36 UTC  (29+ messages)
` [RFC v4+ hot_track 02/19] vfs: initialize and free data structures
` [RFC v4+ hot_track 03/19] vfs: add I/O frequency update function
` [RFC v4+ hot_track 05/19] vfs: add hooks to enable hot tracking
` [RFC v4+ hot_track 09/19] vfs: add one work queue
` [RFC v4+ hot_track 10/19] vfs: introduce hot func register framework
` [RFC v4+ hot_track 12/19] vfs: add one ioctl interface
` [RFC v4+ hot_track 14/19] vfs: add debugfs support
` [RFC v4+ hot_track 16/19] btrfs: add hot tracking support

[PATCH 00/26] Btrfs: Add device replace code
 2012-11-07  2:14 UTC  (32+ messages)
` [PATCH 01/26] Btrfs: rename the scrub context structure
` [PATCH 02/26] Btrfs: remove the block device pointer from the scrub context struct
` [PATCH 03/26] Btrfs: make the scrub page array dynamically allocated
` [PATCH 04/26] Btrfs: in scrub repair code, optimize the reading of mirrors
` [PATCH 05/26] Btrfs: in scrub repair code, simplify alloc error handling
` [PATCH 06/26] Btrfs: cleanup scrub bio and worker wait code
` [PATCH 07/26] Btrfs: add two more find_device() methods
` [PATCH 08/26] Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree
` [PATCH 09/26] Btrfs: pass fs_info to btrfs_map_block() "
` [PATCH 10/26] Btrfs: add btrfs_scratch_superblock() function
` [PATCH 11/26] Btrfs: pass fs_info instead of root
` [PATCH 12/26] Btrfs: avoid risk of a deadlock in btrfs_handle_error
` [PATCH 13/26] Btrfs: enhance btrfs structures for device replace support
` [PATCH 14/26] Btrfs: introduce a btrfs_dev_replace_item type
` [PATCH 15/26] Btrfs: add a new source file with device replace code
` [PATCH 16/26] Btrfs: disallow mutually exclusiv admin operations from user mode
` [PATCH 17/26] Btrfs: disallow some operations on the device replace target device
` [PATCH 18/26] Btrfs: handle errors from btrfs_map_bio() everywhere
` [PATCH 19/26] Btrfs: add code to scrub to copy read data to another disk
` [PATCH 20/26] Btrfs: change core code of btrfs to support the device replace operations
` [PATCH 21/26] Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()
` [PATCH 22/26] Btrfs: changes to live filesystem are also written to replacement disk
` [PATCH 23/26] Btrfs: optionally avoid reads from device replace source drive
` [PATCH 24/26] Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replace
` [PATCH 25/26] Btrfs: allow repair code to include target disk when searching mirrors
` [PATCH 26/26] Btrfs: add support for device replace ioctls

[ablock84-btrfs:btrfs-far 20/20] fs/btrfs/send.c:1683:51: sparse: incorrect type in argument 5 (different base types)
 2012-11-07  0:22 UTC  (3+ messages)

[PATCH v2 0/2] Btrfs-progs: urgent fixes for btrfs send
 2012-11-06 20:47 UTC  (3+ messages)
` [PATCH v2 1/2] Btrfs-progs: correcting misnamed parameter options "
` [PATCH v2 2/2] Btrfs-progs: bugfix for subvolume parent determination in "

[ablock84-btrfs:btrfs-far 19/20] fs/far/far-path.c:42:2: error: implicit declaration of function 'IS_ERR'
 2012-11-06 20:15 UTC 

[PATCH] Btrfs-progs: add support for device replace procedure
 2012-11-06 16:40 UTC 

What's the minimum size I can shrink my FS to?
 2012-11-06 15:34 UTC  (5+ messages)

How does btrfs handle sudden shutdowns?
 2012-11-06 13:54 UTC  (5+ messages)

btrfs defrag problem
 2012-11-06 13:49 UTC  (6+ messages)

no space left on device
 2012-11-06 13:23 UTC  (4+ messages)

Production use with vanilla 3.6.6
 2012-11-06  4:25 UTC  (2+ messages)

slow after btrfs balance
 2012-11-06  4:06 UTC 

How to find (out if) files sharing content?
 2012-11-06  3:53 UTC  (7+ messages)

[Request for review] [RFC] Add label support for snapshots and subvols
 2012-11-05 23:22 UTC  (12+ messages)
` [PATCH 1/2] Btrfs-progs: move open_file_or_dir() to utils.c
` [PATCH 2/2] Btrfs-progs: add feature to label subvol and snapshot
` [PATCH] Btrfs: add label to snapshot and subvol

(late) REQUEST: Default mkfs.btrfs block size
 2012-11-05 16:25 UTC  (3+ messages)

merging printk and WARN
 2012-11-05 15:42 UTC  (2+ messages)

[PATCH 1/8] fs/btrfs: drop if around WARN_ON
 2012-11-05 15:39 UTC  (2+ messages)

[PATCH 13/16] fs/btrfs: use WARN
 2012-11-05 15:38 UTC  (2+ messages)

[PATCH] Btrfs: Don't trust the superblock label and simply printk("%s") it
 2012-11-05 15:28 UTC  (2+ messages)

[PATCH 1/2] Btrfs: fix a deadlock in aborting transaction due to ENOSPC
 2012-11-05 12:42 UTC  (2+ messages)
` [PATCH 2/2] Btrfs: fix a double free on pending snapshots in error handling

Corruption at start of files
 2012-11-05 11:56 UTC 

bytes_may_use is incremented with NOCOW [was: btrfs seems to do COW while inode has NODATACOW set]
 2012-11-04 19:57 UTC 

[PATCH][BTRFS-PROGS] Enhance btrfs fi df
 2012-11-03 22:04 UTC  (24+ messages)
` [PATCH 1/8] Enhance the command btrfs filesystem df
` [PATCH 2/8] Create the man page entry for the command btrfs fi df
` [PATCH 3/8] Move open_file_or_dir() in utils.c
` [PATCH 4/8] Move scrub_fs_info() and scrub_dev_info() "
` [PATCH 5/8] Add command btrfs filesystem disk-usage
` [PATCH 6/8] Create entry in man page for "
` [PATCH 7/8] Add btrfs device disk-usage command
` [PATCH 8/8] Create a new entry in btrfs man page for btrfs device disk-usage

[PATCH][BTRFS-PROGS][V2] btrfs-show-super: a tool to dump superblock
 2012-11-03 21:37 UTC  (4+ messages)
` [PATCH] Add btrfs-show-super

btrfs kernel threads producing high load and slow system down
 2012-11-03 10:00 UTC 

[PATCH][BTRFS-PROGS][V1] btrfs-show-super: a tool to dump superblock
 2012-11-02 20:44 UTC  (3+ messages)
` [PATCH] Add btrfs-show-super

[PATCH 5/5] Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is set
 2012-11-02  4:00 UTC  (3+ messages)

[PATCH] Btrfs: use radix tree tagging to keep track of dirty ebs
 2012-11-01 19:30 UTC 

[PATCH 0/2] Btrfs-progs: urgent fixes for btrfs send
 2012-11-01 18:46 UTC  (6+ messages)
` [PATCH 1/2] Btrfs-progs: correcting misnamed parameter options "
` [PATCH 2/2] Btrfs-progs: bugfix for subvolume parent determination in "

Crashes in extent_io.c after "btrfs bad mapping eb" notice
 2012-11-01 18:13 UTC  (7+ messages)

find-new possibility of showing modified and deleted files/directories
 2012-11-01 16:27 UTC  (7+ messages)

Need help mounting laptop corrupted root btrfs. Kernel BUG at fs/btrfs/volumes.c:3707
 2012-11-01 16:16 UTC  (7+ messages)
      ` Need help mounting laptop corrupted root btrfs. Kernel BUG at fs/btrfs/volumes.c:3707 - FIXED

[PATCH 1/2 v4] Btrfs: snapshot-aware defrag
 2012-11-01 16:01 UTC  (14+ messages)
` [PATCH 2/2] Btrfs: make snapshot-aware defrag as a mount option

[PATCH] Btrfs-progs: detect if the disk we are formatting is a ssd V2
 2012-11-01 13:51 UTC 

[PATCH] Btrfs-progs: check block group used count and fix if specified
 2012-11-01 13:37 UTC  (2+ messages)

[PATCH 2/5] Btrfs: fix missing flush when committing a transaction
 2012-11-01 10:18 UTC  (5+ messages)

[PATCH] shared compression workspaces limits doesnot match
 2012-11-01  9:30 UTC 

[PATCH 4/5] Btrfs: fix unprotected extent map operation when logging file extents
 2012-11-01  8:14 UTC  (2+ messages)

[PATCH 3/5] Btrfs: fix wrong file extent length
 2012-11-01  8:11 UTC  (2+ messages)

[PATCH 0/3] flush delalloc by multi-task
 2012-11-01  7:43 UTC  (2+ messages)

[PATCH 1/5] Btrfs: fix joining the same transaction handler more than 2 times
 2012-11-01  7:32 UTC 

kernel BUG at fs/btrfs/ctree.c:2950
 2012-11-01  7:29 UTC  (2+ messages)

[PATCH 1/3] Btrfs: do not log extents when we only log new names
 2012-11-01  6:38 UTC  (3+ messages)
` [PATCH 2/3] Btrfs: get right arguments for btrfs_wait_ordered_range
` [PATCH 3/3] Btrfs: cleanup for btrfs_wait_order_range

Why btrfs inline small file by default?
 2012-10-31 21:07 UTC  (18+ messages)

Can't replace a faulty disk of raid1
 2012-10-31 18:50 UTC  (2+ messages)

[PATCH] [trivial] Btrfs: Fix typo in fs/btrfs
 2012-10-31 15:16 UTC 

[patch 05/10] vfs: pass data to alloc_inode super operation
 2012-10-31 13:22 UTC  (4+ messages)


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).