linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-28 05:12:04 to 2011-06-09 06:42:33 UTC [more...]

[PATCH v3] btrfs: scrub: errors in tree enumeration
 2011-06-09  6:42 UTC 

[PATCH] Btrfs: don't map extent buffer if path->skip_locking is set
 2011-06-08 18:45 UTC 

kernel BUG at fs/btrfs/inode.c:4676!
 2011-06-08 18:43 UTC  (2+ messages)

[GIT PULL] scrub fixes for -rc3
 2011-06-08 17:54 UTC  (3+ messages)

[PATCH 1/4] Btrfs: map the node block when looking for readahead targets
 2011-06-08 14:24 UTC  (4+ messages)

[PATCH] Btrfs: use join_transaction in btrfs_evict_inode()
 2011-06-08 13:52 UTC  (2+ messages)

[PATCH v2] Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()
 2011-06-08 13:50 UTC  (2+ messages)

[PATCH v2] btrfs: scrub: errors in tree enumeration
 2011-06-08 13:48 UTC  (2+ messages)

[PATCH] Btrfs: check root_key's offset instead
 2011-06-08 10:24 UTC  (2+ messages)

[PATCH] Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()
 2011-06-08  7:23 UTC  (3+ messages)

kernel BUG at fs/btrfs/extent-tree.c:6164!
 2011-06-08  5:12 UTC  (8+ messages)

Delayed inode operations not doing the right thing with enospc
 2011-06-07 21:04 UTC  (4+ messages)

[PATCH 0/2] Fix ENOSPC regression
 2011-06-07 20:44 UTC  (3+ messages)
` [PATCH 1/2] Btrfs: do transaction space reservation before joining the transaction
` [PATCH 2/2] Btrfs: serialize flushers in reserve_metadata_bytes

[PATCH] Btrfs: fix btrfs_update_reserved_bytes usage
 2011-06-07 17:38 UTC 

[PATCH] Btrfs: account for space reservations properly
 2011-06-07 17:37 UTC  (2+ messages)
` [PATCH] Btrfs: account for space reservations properly V2

New btrfsck status
 2011-06-07 16:52 UTC  (2+ messages)

btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cacheline
 2011-06-07 10:46 UTC 

btrfs hang on brd
 2011-06-07  5:35 UTC  (6+ messages)

Applications using fsync cause hangs for several seconds every few minutes
 2011-06-06 22:58 UTC 

Announcing btrfs-gui
 2011-06-06 15:40 UTC  (5+ messages)

[3.0-rc1] kernel BUG at fs/btrfs/relocation.c:4285!
 2011-06-06  1:20 UTC  (10+ messages)

convert raid-10 to raid-0?
 2011-06-05 22:26 UTC  (3+ messages)

kernel BUG at fs/btrfs/tree-log.c:820!
 2011-06-05 21:33 UTC  (3+ messages)

Fix to btrfs-progs to avoid "underlinking"
 2011-06-05 16:41 UTC 

Safe fsck / consistent backup while mounted
 2011-06-05  7:58 UTC  (4+ messages)

[GIT PULL] Btrfs updates
 2011-06-04 14:37 UTC 

Safe fsck / consistent backup while mounted
 2011-06-04 13:46 UTC 

kernel BUG at fs/btrfs/extent-tree.c:1418!
 2011-06-04 13:21 UTC 

[PATCH v2 0/9] btrfs-progs: some fixes for bugs spotted by valgrind
 2011-06-04  8:19 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs progs: fix extra metadata chunk allocation in --mixed case
` [PATCH v2 2/9] btrfs-convert: fix typo: 'all inode' -> 'all inodes'
` [PATCH v2 3/9] mkfs.btrfs: fail on scandir error (-r mode)
` [PATCH v2 4/9] mkfs.btrfs: return some defined value instead of garbage when lookup checksum
` [PATCH v2 5/9] mkfs.btrfs: fix symlink names writing
` [PATCH v2 6/9] mkfs.btrfs: write zeroes instead on uninitialized data
` [PATCH v2 7/9] mkfs.btrfs: free buffers allocated by pretty_sizes
` [PATCH v2 8/9] mkfs.btrfs: fix memory leak caused by 'scandir()' calls
` [PATCH v2 9/9] mkfs.btrfs: fix error text in '-r' mode

Quota Implementation
 2011-06-04  8:04 UTC  (7+ messages)

Fwd: btrfs causing reboots and kernel oops on SL 6 (RHEL 6)
 2011-06-04  4:33 UTC 

[PATCH] btrfs: Null terminate string in scan device ioctl
 2011-06-03 17:34 UTC 

[PATCH] btrfs-progs: Avoid buffer overflow for device name
 2011-06-03 17:33 UTC 

[PATCH][RESEND] btrfs: separate superblock items out of fs_info
 2011-06-03 16:36 UTC  (3+ messages)

[PATCH] btrfs: fix uninitialized variable warning
 2011-06-03 14:56 UTC  (2+ messages)

[PATCH] btrfs: add CONFIG_BTRFS_DEBUG option
 2011-06-03 13:59 UTC  (3+ messages)
` [PATCH] btrfs: move extra checks under debug option in btrfs_search_slot

linux-next: build warninga in Linus' tree
 2011-06-03 13:16 UTC  (8+ messages)

[PATCH] btrfs: scrub: errors in tree enumeration
 2011-06-03  9:28 UTC 

[PATCH 0/9] some fixes for bugs spotted by valgrind
 2011-06-02 23:26 UTC  (14+ messages)
` [PATCH 1/9] btrfs progs: fix extra metadata chunk allocation in --mixed case
` [PATCH 2/9] btrfs-convert: fix typo: 'all inode' -> 'all inodes'
` [PATCH 3/9] mkfs.btrfs: fail on scandir error (-r mode)
` [PATCH 4/9] mkfs.btrfs: return some defined value instead of garbage when lookup checksum
` [PATCH 5/9] mkfs.btrfs: fix symlink names writing
` [PATCH 6/9] mkfs.btrfs: write zeroes instead on uninitialized data
` [PATCH 7/9] mkfs.btrfs: free buffers allocated by pretty_sizes
` [PATCH 8/9] mkfs.btrfs: fix memory leak caused by 'scandir()' calls
` [PATCH 9/9] mkfs.btrfs: fix error text in '-r' mode

[BUG 3.0-rc1] oops during file removal, severe lock contention
 2011-06-02 22:21 UTC  (3+ messages)

btrfs w/ckd
 2011-06-02 20:43 UTC  (3+ messages)

Having parent transid verify failed
 2011-06-02 16:36 UTC  (4+ messages)

filesystem seeding ... BUGs on .38, .39, loopback, real devices, tmp branch ... everything
 2011-06-02 16:19 UTC  (3+ messages)

[PATCH v6 11/20] evm: add evm_inode_post_init call in btrfs
 2011-06-02 12:23 UTC 

strange btrfs sub list output
 2011-06-02  6:23 UTC  (14+ messages)

[PATCH] make "btrfs filesystem label" command actually work
 2011-06-02  2:54 UTC 

[RFC PATCH] Btrfs-progs: Backref walking utilities
 2011-06-02  2:11 UTC 

btrfs error after using kernel 3.0-rc1
 2011-06-02  1:14 UTC  (5+ messages)

different st_dev's in one subvolume
 2011-06-02  0:59 UTC  (2+ messages)

btrfs-progs-unstable tmp branch build error
 2011-06-02  0:35 UTC 

btrfs kernel module crash
 2011-06-01 17:21 UTC 

[PATCH] Btrfs: don't save the inode cache if we are deleting this root
 2011-06-01 14:56 UTC  (2+ messages)

[GIT PULL] scrub fix for -rc2
 2011-06-01 14:36 UTC 

[PATCH v1 0/3] btrfs: cleanup: pass fs_info instead of root where possible
 2011-06-01  0:02 UTC  (5+ messages)
` [PATCH v1 1/3] btrfs: remove struct btrfs_root parameter where unused
` [PATCH v1 2/3] btrfs: pass fs_info to btrfs_test_opt instead of root

[PATCH v2 0/7] Btrfs: New inode number allocator
 2011-05-31 21:01 UTC  (2+ messages)

Problem with latest for-linus branch
 2011-05-31 18:15 UTC  (10+ messages)

[PATCH] btrfs: use btrfs_ino to access inode number
 2011-05-31 17:49 UTC  (2+ messages)

[PATCH] btrfs: add helper for fs_info->closing
 2011-05-31 16:30 UTC 

[2.6.29-rc2] insert_dir_item hitting assertion during log replay
 2011-05-31 15:37 UTC  (2+ messages)
` [3.0-rc1] "

kernel BUG at fs/btrfs/inode.c:149!
 2011-05-31 13:56 UTC  (4+ messages)

Damaged super block / fs root
 2011-05-31  8:50 UTC  (6+ messages)

WARNING: at fs/btrfs/extent-tree.c:5695 btrfs_alloc_free_block+0x22c/0x370 [btrfs]()
 2011-05-31  8:30 UTC  (3+ messages)

[3.0-rc1] delayed insertion allocation failing
 2011-05-30 19:11 UTC  (2+ messages)

kernel BUG at fs/btrfs/inode.c:2260!
 2011-05-30 17:33 UTC 

[PATCH] btrfs: false BUG_ON when degraded
 2011-05-30  8:36 UTC 

[BUG] btrfs 2.6.39(vanilla): files created with a particular pattern result in error 400
 2011-05-29 15:54 UTC 

Reboot during rebalance, now unmountable
 2011-05-29  1:30 UTC 

[PATCH] btrfs: scrub: add explicit plugging
 2011-05-28 20:58 UTC 

[PATCH] btrfs: scrub: don't reuse bios and pages
 2011-05-28 19:57 UTC 

[PATCH] Btrfs: make lzo the default compression scheme
 2011-05-28 11:24 UTC  (5+ 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).