messages from 2014-09-18 15:00:22 to 2014-09-23 17:00:10 UTC [more...]
[PATCH 1/5] btrfs-progs: scan /proc/partitions not all of /dev with "-d"
2014-09-23 17:00 UTC (2+ messages)
[PATCH RFC] btrfs-progs: Add simple python front end to the search ioctl
2014-09-23 16:51 UTC (3+ messages)
fixes for btrfs check --repair
2014-09-23 15:54 UTC (2+ messages)
general thoughts and questions + general and RAID5/6 stability?
2014-09-23 15:25 UTC (10+ messages)
[PATCH] Btrfs: fix crash of btrfs_release_extent_buffer_page
2014-09-23 14:36 UTC (2+ messages)
[PATCH 1/2] Btrfs: add missing end_page_writeback on submit_extent_page failure
2014-09-23 14:27 UTC (7+ messages)
` [PATCH 2/2] Btrfs: be aware of btree inode write errors to avoid fs corruption
Sparse Warnings about locks in extent-tree.c
2014-09-23 14:07 UTC (4+ messages)
btrfs send does not work from readonly device
2014-09-23 12:58 UTC
[PATCH] xfstests: btrfs: add test regarding clearing compression flag/property
2014-09-23 13:03 UTC (2+ messages)
[PATCH] btrfs: Make btrfs handle security mount options internally to avoid losing security label
2014-09-23 12:49 UTC (2+ messages)
mount problem
2014-09-23 12:06 UTC
[PATCH v4 00/12] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
2014-09-23 8:55 UTC (14+ messages)
` [PATCH v4 01/12] crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto code
` [PATCH v4 02/12] btrfs: LLVMLinux: Remove VLAIS
` [PATCH v4 03/12] crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c
` [PATCH v4 04/12] crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c
` [PATCH v4 05/12] crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c
` [PATCH v4 06/12] crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c
` [PATCH v4 07/12] crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c
` [PATCH v4 08/12] crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
` [PATCH v4 09/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c
` [PATCH v4 10/12] crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c
` [PATCH v4 11/12] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c
` [PATCH v4 12/12] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c
[PATCH v3] btrfs-progs: fix page align issue for lzo compress in restore
2014-09-23 8:34 UTC (6+ messages)
` [PATCH v4] "
Corrupted metadata. 'btrfs check' fails repair due to an assertion failure: '!(root->ref_cows && trans->transid != root->last_trans)'
2014-09-23 7:59 UTC (2+ messages)
(no subject)
2014-09-22 23:16 UTC
"btrfs rescue super-recover" memory corruption
2014-09-22 20:39 UTC (3+ messages)
` [PATCH] Btrfs-progs: super-recover: fix double free fs_devices memory
device delete progress
2014-09-22 19:23 UTC (6+ messages)
Btrfs-progs release 3.16.1
2014-09-22 15:27 UTC (2+ messages)
fs corruption report
2014-09-22 15:05 UTC (11+ messages)
Performance Issues
2014-09-22 13:25 UTC (22+ messages)
[PATCH 1/4] Properly cast to avoid compiler warnings, fixes FTBFS on alpha and ia64
2014-09-22 13:13 UTC (9+ messages)
` [PATCH 2/4] Fixes FTBFS with --no-add-needed
` [PATCH 3/4] Fixing unaligned memory accesses
` [PATCH 4/4] Default to acting like fsck
Unable to mount multiple subvolumes of a single disk
2014-09-22 12:04 UTC (7+ messages)
[PATCH 1/4] btrfs: correct empty compression property behavior
2014-09-22 12:01 UTC (5+ messages)
` [PATCH 2/4] btrfs: introduce new compression property to disable compression at all
` [PATCH 3/4] btrfs: export __btrfs_set_prop
` [PATCH 4/4] btrfs: Fix compression related ioctl to run atomic operations in one transaction
XFS Tests for Btrfs
2014-09-22 10:07 UTC (8+ messages)
[PATCH] btrfs-progs: fix page align issue for lzo compress in restore
2014-09-22 8:47 UTC (4+ messages)
` [PATCH v2] "
[PATCH] btrfs: Fix the wrong condition judgment about subset extent map
2014-09-22 3:01 UTC (2+ messages)
[RFC PATCH V7 00/16] Btrfs: Subpagesize-blocksize: Get rid of whole page I/O
2014-09-21 18:55 UTC (17+ messages)
` [RFC PATCH V7 01/16] Btrfs: subpagesize-blocksize: Get rid of whole page reads
` [RFC PATCH V7 02/16] Btrfs: subpagesize-blocksize: Get rid of whole page writes
` [RFC PATCH V7 03/16] Btrfs: subpagesize-blocksize: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [RFC PATCH V7 04/16] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [RFC PATCH V7 05/16] Btrfs: subpagesize-blocksize: Read tree blocks whose size is <PAGE_CACHE_SIZE
` [RFC PATCH V7 06/16] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [RFC PATCH V7 07/16] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [RFC PATCH V7 08/16] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks
` [RFC PATCH V7 09/16] Btrfs: subpagesize-blocksize: __extent_writepage: Write only dirty blocks of a page
` [RFC PATCH V7 10/16] Btrfs: subpagesize-blocksize: fallocate: Work with sectorsized units
` [RFC PATCH V7 11/16] Btrfs: subpagesize-blocksize: btrfs_page_mkwrite: Reserve space in "
` [RFC PATCH V7 12/16] Btrfs: subpagesize-blocksize: Search for all ordered extents that could span across a page
` [RFC PATCH V7 13/16] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [RFC PATCH V7 14/16] Btrfs: subpagesize-blocksize: Explicitly Track I/O status of blocks of an ordered extent
` [RFC PATCH V7 15/16] Btrfs: subpagesize-blocksize: Revert commit fc4adbff823f76577ece26dcb88bf6f8392dbd43
` [RFC PATCH V7 16/16] Btrfs: subpagesize-blocksize: Track blocks of ordered extent submitted for write I/O
Help for creating a useful bugreport
2014-09-21 17:56 UTC (4+ messages)
deleting a dead device
2014-09-21 17:05 UTC (4+ messages)
[PATCH v2 0/2] Move BTRFS RCU string to common library
2014-09-21 15:53 UTC (12+ messages)
` [PATCH v2 1/2] Return a value from printk_ratelimited
` [PATCH v2 2/2] Move BTRFS RCU string to common library
[PATCH] btrfs: fix ABBA deadlock in btrfs_dev_replace_finishing()
2014-09-21 8:55 UTC (2+ messages)
Bug on Kernel Bugzilla I Found Today
2014-09-21 2:35 UTC
Using two mirrored drives separately
2014-09-20 20:20 UTC (2+ messages)
Help Out with the Btrfs Code base and User Space Tools
2014-09-20 3:09 UTC
Single disk parrallelization
2014-09-19 21:29 UTC (3+ messages)
[GIT PULL] Btrfs fixes
2014-09-19 19:47 UTC
[PATCH] Btrfs: fix build_backref_tree issue with multiple shared blocks
2014-09-19 19:43 UTC
Problem with unmountable filesystem
2014-09-19 18:44 UTC (13+ messages)
[PATCH] xfstests: remove check_scratch_fs in btrfs/012
2014-09-19 15:02 UTC (3+ messages)
[PATCH] Btrfs: cleanup error handling in build_backref_tree
2014-09-19 14:40 UTC
[PATCH] Revert "Btrfs: device_list_add() should not update list when
2014-09-19 13:59 UTC (4+ messages)
kernel integration branch updated
2014-09-19 13:07 UTC (4+ messages)
[PATCH v2] btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map
2014-09-19 7:33 UTC (2+ messages)
[PATCH 1/5] btrfs: nodatasum drop compress
2014-09-19 7:01 UTC (5+ messages)
` [PATCH 2/5] btrfs: correct a message on setting nodatacow
[PATCH] btrfs-progs: fix many typos in documents
2014-09-19 1:49 UTC
[PATCH] btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map
2014-09-19 0:31 UTC (3+ messages)
Btrfs-progs releases
2014-09-18 21:38 UTC (2+ messages)
btrfs receive: could not find parent subvolume
2014-09-18 16:07 UTC (3+ messages)
[PATCH] Btrfs: try not to ENOSPC on log replay V2
2014-09-18 15:30 UTC
[PATCH] Btrfs: don't do async reclaim during log replay V2
2014-09-18 15:27 UTC
[PATCH] Btrfs: remove empty block groups automatically V3
2014-09-18 15:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).