linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-12 17:02:45 to 2016-04-15 18:58:28 UTC [more...]

[PATCH 00/42] v6: separate operations from flags in the bio/request structs
 2016-04-15 18:58 UTC  (45+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

Uncorrectable errors after rebooting with Magic Sysrq Keys
 2016-04-15 17:28 UTC  (6+ messages)

btrfs-image and btrfs send related queries
 2016-04-15 16:21 UTC  (3+ messages)

[PATCH v3] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-15 16:00 UTC  (5+ messages)

BUG at fs/btrfs/inode.c:1828! RIP: btrfs_merge_bio_hook+0x8b/0xa0 [btrfs]
 2016-04-15 15:28 UTC 

[PATCH] btrfs-progs: Check if the FSID was seen by comparing full UUID
 2016-04-15 11:20 UTC  (2+ messages)

RFE: btrfs subvolume list -t, include marker for snapshots, and whether they are ro
 2016-04-15 11:18 UTC  (4+ messages)

[PATCH] btrfs-progs: Restrict e2fsprogs version for new convert
 2016-04-15 11:17 UTC  (2+ messages)

[PATCH] Btrfs: fix loading of orphan roots leading to BUG_ON
 2016-04-15  9:39 UTC  (7+ messages)

Help ! "btrfs check" looping recursive
 2016-04-15  9:13 UTC  (3+ messages)

[PATCH v4] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-15  9:08 UTC 

[PATCH v4 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-14 23:09 UTC  (11+ messages)
` [PATCH 01/13] btrfs: Introduce a new function to check if all chunks a OK for degraded mount

[PATCH V2] btrfs: test snapshot create with invalid parent qgroup
 2016-04-14 21:58 UTC 

Kernel crash if both devices in raid1 are failing
 2016-04-14 20:30 UTC 

[PATCH 11/13] btrfs: introduce device dynamic state transition to offline or failed
 2016-04-14 16:56 UTC  (7+ messages)
` [PATCH] Btrfs: Set superblock s_bdev field properly at device closing
` [PATCH v5 11/13] btrfs: introduce device dynamic state transition to offline or failed

[PATCH V17 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-14 16:04 UTC  (21+ messages)
` [PATCH V17 01/18] Btrfs: subpage-blocksize: Fix whole page read
` [PATCH V17 02/18] Btrfs: subpage-blocksize: Fix whole page write
` [PATCH V17 03/18] Btrfs: subpage-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V17 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head
` [PATCH V17 05/18] Btrfs: subpage-blocksize: Read tree blocks whose size is < PAGE_CACHE_SIZE
` [PATCH V17 06/18] Btrfs: subpage-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V17 07/18] Btrfs: subpage-blocksize: Allow mounting filesystems where sectorsize < PAGE_SIZE
` [PATCH V17 08/18] Btrfs: subpage-blocksize: Deal with partial ordered extent allocations
` [PATCH V17 09/18] Btrfs: subpage-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V17 10/18] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V17 11/18] Btrfs: subpage-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V17 12/18] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V17 13/18] Btrfs: subpage-blocksize: Fix file defragmentation code
` [PATCH V17 14/18] Btrfs: subpage-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once
` [PATCH V17 15/18] Btrfs: subpage-blocksize: Enable dedupe ioctl
` [PATCH V17 16/18] Btrfs: btrfs_clone: Flush dirty blocks of a page that do not map the clone range
` [PATCH V17 17/18] Btrfs: subpage-blocksize: Make file extent relocate code subpage blocksize aware
` [PATCH V17 18/18] Btrfs: subpage-blocksize: __btrfs_lookup_bio_sums: Set offset when moving to a new bio_vec

[PATCH v2] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-14 12:04 UTC  (6+ messages)

[PATCH V16 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-14 11:30 UTC  (22+ messages)
` [PATCH V16 01/18] Btrfs: subpage-blocksize: Fix whole page read
` [PATCH V16 02/18] Btrfs: subpage-blocksize: Fix whole page write
` [PATCH V16 03/18] Btrfs: subpage-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V16 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head
` [PATCH V16 05/18] Btrfs: subpage-blocksize: Read tree blocks whose size is < PAGE_CACHE_SIZE
` [PATCH V16 06/18] Btrfs: subpage-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V16 07/18] Btrfs: subpage-blocksize: Allow mounting filesystems where sectorsize < PAGE_SIZE
` [PATCH V16 08/18] Btrfs: subpage-blocksize: Deal with partial ordered extent allocations
` [PATCH V16 09/18] Btrfs: subpage-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V16 10/18] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V16 11/18] Btrfs: subpage-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V16 12/18] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V16 13/18] Btrfs: subpage-blocksize: Fix file defragmentation code
` [PATCH V16 14/18] Btrfs: subpage-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once
` [PATCH V16 15/18] Btrfs: subpage-blocksize: Enable dedupe ioctl
` [PATCH V16 16/18] Btrfs: btrfs_clone: Flush dirty blocks of a page that do not map the clone range
` [PATCH V16 17/18] Btrfs: subpage-blocksize: Make file extent relocate code subpage blocksize aware
` [PATCH V16 18/18] Btrfs: subpage-blocksize: __btrfs_lookup_bio_sums: Set offset when moving to a new bio_vec

[PATCH] btrfs: s_bdev is not null after missing replace
 2016-04-14 10:24 UTC 

[PATCH 00/42] v5: separate operations from flags in the bio/request structs
 2016-04-14  6:09 UTC  (44+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_op
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH] Btrfs: remove BUG_ON()'s in btrfs_map_block
 2016-04-14  2:16 UTC  (2+ messages)

Broken file system after sudden power off
 2016-04-13 18:48 UTC 

enospace regression in 4.4
 2016-04-13 11:56 UTC  (6+ messages)

Infinite loop/hang in in btrfs_find_space_cluster()
 2016-04-13  6:57 UTC 

[patch] btrfs: send: silence an integer overflow warning
 2016-04-13  6:40 UTC 

KERNEL PANIC + CORRUPTED BTRFS?
 2016-04-12 19:58 UTC  (6+ messages)

loop subsystem corrupted after mounting multiple btrfs sub-volumes
 2016-04-12 18:38 UTC  (8+ messages)

[PATCH] Btrfs: track transid for delayed ref flushing
 2016-04-12 17:55 UTC  (3+ messages)

scrub: Tree block spanning stripes, ignored
 2016-04-12 17:15 UTC  (9+ messages)

[PATCH] Btrfs: do not create empty block group if we have allocated data
 2016-04-12 17:03 UTC  (3+ 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).