linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-11 21:05:52 to 2010-03-26 21:11:24 UTC [more...]

btrfs subvol find-new
 2010-03-26 21:11 UTC  (8+ messages)
  ` btrfs subvol find-modified

Oops while attempting to mount degraded multi-device raid1 data/metadata btrfs filesystem
 2010-03-26 18:06 UTC  (3+ messages)

Oops on btrfs filesystem balance
 2010-03-26  4:01 UTC  (3+ messages)

[PATCH V3 17/18] Btrfs: Full direct I/O and AIO read implementation
 2010-03-25 22:38 UTC  (9+ messages)

[PATCH 15/16] BTRFS ioctl.c: duplicated include
 2010-03-25 17:22 UTC 

[PATCH 01/18] btrfs: Remove u64 conversion for PAGE_CACHE_SIZE
 2010-03-25 13:02 UTC  (2+ messages)

[PATCH 3/3] btrfs-progs: fix wrong return value
 2010-03-25 12:40 UTC 

[PATCH 2/3] btrfs-progs: Avoid uninitialized variant compile warning
 2010-03-25 12:39 UTC 

[PATCH 1/3] btrfs-progs: Fix a compile fail by strndup in RHEL5 env
 2010-03-25 12:38 UTC 

[PATCH 18/18] btrfs: fix extent buffer pages release
 2010-03-25 12:38 UTC 

[PATCH 17/18] btrfs: add NULL check for build_backref_tree()
 2010-03-25 12:37 UTC 

[PATCH 16/18] btrfs: add NULL check for do_walk_down()
 2010-03-25 12:37 UTC 

[PATCH 15/18] btrfs: cleanup redundant code in btrfs_search_forward()
 2010-03-25 12:36 UTC 

[PATCH 14/18] btrfs: Simplify write_ctree_super()
 2010-03-25 12:36 UTC 

[PATCH 13/18] btrfs: Remove unnecessary finish_wait() in wait_current_trans()
 2010-03-25 12:35 UTC 

[PATCH 12/18] btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()
 2010-03-25 12:34 UTC 

[PATCH 11/18] btrfs: Simplify btrfs_search_slot() for performance
 2010-03-25 12:34 UTC 

[PATCH 10/18] btrfs: Remove unnecessary variant processing in submit_one_bio()
 2010-03-25 12:33 UTC 

[PATCH 09/18] btrfs: Fix return value of read_extent_buffer_pages() when lock page failed
 2010-03-25 12:33 UTC 

[PATCH 08/18] btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()
 2010-03-25 12:32 UTC 

[PATCH 07/18] btrfs: Fix a BUG_ON boundary typo
 2010-03-25 12:32 UTC 

[PATCH 06/18] Btrfs: Remove unnecessary variant in __tree_search
 2010-03-25 12:30 UTC 

[PATCH 05/18] btrfs: Take num_copies out of loop for btree_read_extent_buffer_pages()
 2010-03-25 12:30 UTC 

[PATCH 04/18] btrfs: Simplify btrfs_item_ptr macro
 2010-03-25 12:29 UTC 

[PATCH 03/18] btrfs: Calculate member variant's address directly for btrfs_set_##name
 2010-03-25 12:28 UTC 

[PATCH 02/18] btrfs: Calculate member variant's address directly for btrfs_##name
 2010-03-25 12:28 UTC 

[RFC PATCH 0/2] more raid456 thread pool experimentation
 2010-03-24 19:31 UTC  (6+ messages)
` [RFC PATCH 1/2] btrq: uplevel the btrfs thread pool for md/raid456 usage
` [RFC PATCH 2/2] md/raid456: switch to btrq for multicore operation

How to set UUID for btrfs?
 2010-03-24 16:57 UTC 

Possible race in btrfs
 2010-03-24 13:47 UTC  (2+ messages)

[PATCH] Btrfs: fix unaligned access at btrfs_csum_final()
 2010-03-24  0:51 UTC  (3+ messages)

[PATCH 4/4] btrfs-convert: split into convert/
 2010-03-23 20:09 UTC  (3+ messages)

[PATCH] Btrfs: fix how we freeze
 2010-03-23 15:39 UTC  (7+ messages)

error during umuont after set-default with 2.6.34-rc2
 2010-03-23 15:10 UTC  (5+ messages)

[PATCH 0/5] asynchronous commit, snapshot ponies
 2010-03-22 19:13 UTC  (6+ messages)
` [PATCH 1/5] Btrfs: async transaction commit
  ` [PATCH 2/5] Btrfs: add START_SYNC, WAIT_SYNC ioctls
    ` [PATCH 3/5] Btrfs: add SNAP_CREATE_ASYNC ioctl
      ` [PATCH 4/5] Btrfs: return transid to userspace from "
        ` [PATCH 5/5] btrfs: add SNAP_DESTROY_ASYNC ioctl

locking problems: Btrfs: be more selective in the defrag ioctl
 2010-03-22 14:09 UTC  (4+ messages)

[PATCH] Btrfs: kill max_extent mount option
 2010-03-22 13:25 UTC  (3+ messages)

[PATCH 2/4] btrfs-convert: Add extent iteration functions
 2010-03-22  4:55 UTC  (2+ messages)

[PATCH V3 18/18] Btrfs: enable direct I/O read support
 2010-03-22  3:36 UTC 

[PATCH V3 16/18] Btrfs: change ordered data tree search to use start and length
 2010-03-22  3:34 UTC 

[PATCH V3 15/18] Btrfs: change btrfs_get_extent for direct I/O merges
 2010-03-22  3:32 UTC 

[PATCH V3 14/18] Btrfs: add multi-device minimum logical block size for direct I/O
 2010-03-22  3:31 UTC 

[PATCH V3 13/18] Btrfs: add decompression code for direct I/O
 2010-03-22  3:30 UTC 

[PATCH V3 12/18] Btrfs: add direct I/O helper to return mirror count from extent_map
 2010-03-22  3:29 UTC 

[PATCH V3 11/18] Btrfs: add direct I/O checksum option to btrfs_lookup_csums_range
 2010-03-22  3:28 UTC 

[PATCH V3 10/18] Btrfs: add direct I/O helper to process inline compressed extents
 2010-03-22  3:27 UTC 

[PATCH V3 09/18] Btrfs: add direct I/O helper routines to decode em map_lookup
 2010-03-22  3:26 UTC 

[PATCH V3 08/18] Btrfs: split btrfs_map_block into two parts for direct I/O
 2010-03-22  3:25 UTC 

[PATCH V3 07/18] Btrfs: reduce memory use in compress/decompress workspace
 2010-03-22  3:24 UTC 

[PATCH V3 06/18] Btrfs: remove dead code for unplugging pages
 2010-03-22  3:23 UTC 

[PATCH V3 05/18] Btrfs: btrfs_discard_extent must use WRITE with btrfs_map_block
 2010-03-22  3:22 UTC 

[PATCH V3 04/18] Btrfs: Reorder __btrfs_map_block to make code more efficient
 2010-03-22  3:21 UTC 

[PATCH V3 03/18] Btrfs: __btrfs_map_block should not set length more than input
 2010-03-22  3:20 UTC 

[PATCH V3 02/18] Btrfs: Do not limit RAID1 and DUP transfer length to one stripe
 2010-03-22  3:20 UTC 

[PATCH V3 01/18] mm: export use_mm and unuse_mm for filesystem modules
 2010-03-22  3:18 UTC 

[PATCH V3 00/18] Btrfs: Direct I/O read rebased
 2010-03-22  3:17 UTC 

[PATCH] Btrfs: change direct I/O read to not use i_mutex
 2010-03-22  2:32 UTC 

[PATCH] Btrfs: fix direct I/O handling of extent map errors
 2010-03-22  2:31 UTC 

[PATCH] Btrfs: change ordered data tree search to use start and length
 2010-03-21 23:38 UTC 

[PATCH] Btrfs: change btrfs_get_extent for direct I/O merges
 2010-03-21 23:36 UTC 

Help in understanding a memory barrier used in btrfs
 2010-03-21  7:13 UTC 

Content based storage
 2010-03-21  6:55 UTC  (16+ messages)
  ` create debian package of btrfs kernel from git tree

[patch 3/3] btrfs cleanup: unneeded null check
 2010-03-20 11:37 UTC 

[patch 2/3] btrfs cleanup: remove more dead code
 2010-03-20 11:37 UTC 

[patch 1/3] btrfs cleanup: remove dead code
 2010-03-20 11:26 UTC 

[patch 3/3] btrfs: dereferencing freed memory
 2010-03-20 11:24 UTC 

[patch 2/3] btrfs: handle kmalloc() failure
 2010-03-20 11:24 UTC 

[patch 1/3] btrfs: checking for NULL instead of IS_ERR()
 2010-03-20 11:22 UTC 

[PATCH 3/4] btrfs-convert: permit support for non-ext2 FSs
 2010-03-20  4:27 UTC 

[PATCH 1/4] btrfs-convert: make more use of cache_free_extents
 2010-03-20  4:24 UTC 

[PATCH] Btrfs: fix ENOSPC accounting when max_extent is not maxed out V2
 2010-03-20  2:40 UTC  (4+ messages)

[PATCH] Btrfs: fail to mount if we have problems reading the block groups
 2010-03-19 20:49 UTC 

[PATCH 1/2] Btrfs: remove duplicated #include
 2010-03-19 15:13 UTC 

[PATCH] Btrfs: fix data enospc check overflow
 2010-03-19 14:38 UTC 

btrfs: why default 4M readahead size?
 2010-03-19 12:57 UTC  (7+ messages)

Another hardlink bug case (CUDA dev kit)
 2010-03-19  8:18 UTC 

Balance taking a lot longer than before
 2010-03-19  3:28 UTC  (3+ messages)

Saving and restoring btrfs snapshots
 2010-03-18 19:24 UTC  (5+ messages)

[GIT PULL] Btrfs updates
 2010-03-18 16:59 UTC  (3+ messages)

[PATCH] Btrfs: fix chunk allocate size calculation
 2010-03-17 20:45 UTC 

extent map merge bad block_len
 2010-03-17 19:27 UTC 

[patch] btrfs: use add_to_page_cache_lru, use __page_cache_alloc
 2010-03-17 13:31 UTC  (2+ messages)

(unknown)
 2010-03-17  9:36 UTC 

[BUG] scheduling while atomic: init/1/0x00000002
 2010-03-16  0:39 UTC  (4+ messages)

[PATCH 1/2] Btrfs: fix search_ioctl key advance
 2010-03-16  0:02 UTC  (2+ messages)
` [PATCH 2/2] Btrfs: use __u64 types in ioctl.h

consistent oops after power fail during btrfs-vol -r
 2010-03-15 20:56 UTC  (2+ messages)

[PATCH] Btrfs: create snapshot references in same commit as snapshot
 2010-03-15 17:27 UTC 

[PATCH 1/2] Btrfs: remove bad fsync transaction check
 2010-03-15 17:26 UTC  (2+ messages)
` [PATCH 2/2] Btrfs: warn when partial user transactions commit

[patch] btrfs: fix gfp flags masking
 2010-03-15 15:29 UTC  (2+ messages)

Creation time
 2010-03-15 14:38 UTC  (2+ messages)

SSD Optimizations
 2010-03-14  3:19 UTC  (20+ messages)

resize
 2010-03-13 20:23 UTC  (2+ messages)

[PATCH] Btrfs: force delalloc flushing when things get desperate
 2010-03-12 21:23 UTC 

[PATCH] Btrfs: fix ENOSPC accounting when max_extent is not maxed out
 2010-03-12 19:29 UTC 

[PATCH] Btrfs: fix small race with delalloc flushing waitqueue's
 2010-03-12 19:28 UTC 

New btrfs command pushed into the btrfs-progs subvol branch - commands
 2010-03-12 17:06 UTC  (6+ messages)
    ` [PATCH 1/2] "
    ` [PATCH 2/2] Re: New btrfs command pushed into the btrfs-progs subvol branch - man pages

[PATCH] Add .gitignore
 2010-03-11 21:05 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).