messages from 2015-12-10 17:30:03 to 2016-01-09 08:04:26 UTC [more...]
[PATCH 00/35 v2] separate operations from flags in the bio/request structs
2016-01-09 8:04 UTC (49+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCH 2/2] dm-snapshot: merge functions commit_callback and pending_complete
2016-01-09 0:08 UTC
[PATCH 1/2] dm-snapshot: fix hung bios when copy error happens
2016-01-09 0:07 UTC
please pull in commit 0fcb04d59351f to stable@ 4.1+
2016-01-08 21:03 UTC
WANTED new maintainer for Linux/md (and mdadm)
2016-01-08 20:28 UTC (9+ messages)
` [dm-devel] "
[RFC] disk doesn't spin down with thin pool + dmeventd
2016-01-08 8:17 UTC (2+ messages)
[PATCH] kpartx: support device names with spaces
2016-01-07 18:31 UTC
[PATCH] dm ioctl: Access user-land memory through safe functions
2016-01-07 2:07 UTC (6+ messages)
` "
can't boot with linux-next-20160104
2016-01-06 22:34 UTC
[RFC] zodcache - auto-start dm-cache devices
2016-01-06 15:49 UTC (16+ messages)
` Never mind (was [RFC] zodcache - auto-start dm-cache devices)
[PATCH v2 0/2] Introduce the bulk IV mode for improving the crypto engine efficiency
2016-01-06 6:49 UTC (10+ messages)
` [PATCH v2 1/2] block: Export the __blk_bios_map_sg() to map one bio
` [PATCH v2 2/2] md: dm-crypt: Introduce the bulk IV mode for bulk crypto
[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
2016-01-04 18:03 UTC (19+ messages)
` [PATCH RESEND v2 01/18] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH RESEND v2 02/18] block_dev: Check permissions towards block device inode when mounting
` [PATCH RESEND v2 03/18] fs: Treat foreign mounts as nosuid
` [PATCH RESEND v2 04/18] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH RESEND v2 05/18] userns: Replace in_userns with current_in_userns
` [PATCH RESEND v2 06/18] Smack: Handle labels consistently in untrusted mounts
` [PATCH RESEND v2 07/18] fs: Check for invalid i_uid in may_follow_link()
` [PATCH RESEND v2 08/18] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH RESEND v2 09/18] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH RESEND v2 12/18] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH RESEND v2 13/18] fs: Allow superblock owner to access do_remount_sb()
` [PATCH RESEND v2 14/18] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH RESEND v2 15/18] fuse: Add support for pid namespaces
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH RESEND v2 17/18] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH RESEND v2 18/18] fuse: Allow user namespace mounts
` [PATCH RESEND v2 10/18] fs: Update posix_acl support to handle "
dm-cache: Can I change policy without suspending the cache?
2016-01-04 15:50 UTC (2+ messages)
corruption causing crash in __queue_work
2015-12-21 21:45 UTC (16+ messages)
[PATCH v2 0/6] Make blkdev_issue_discard() submit aligned discard requests
2015-12-18 12:30 UTC (10+ messages)
` [PATCH 1/6] block: Introduce blk_round_sect_down()
` [PATCH 2/6] block: Introduce bio_add_zero_pages()
` [PATCH 3/6] block: Optimize __blkdev_issue_zeroout()
` [PATCH 4/6] block: Make blkdev_issue_discard() submit aligned discard requests
` [PATCH 5/6] brd: Split bio if needed
` [PATCH 6/6] brd: Accept non-aligned discard requests with size zero
dm-cache selective promotion of block
2015-12-18 9:46 UTC (3+ messages)
[PATCH] dm-thin: Fix race condition when destroying thin pool
2015-12-17 16:03 UTC
[PATCH v3 0/2] Introduce the bulk IV mode for improving the crypto engine efficiency
2015-12-17 7:32 UTC (3+ messages)
` [PATCH v3 1/2] block: Introduce blk_bio_map_sg() to map one bio
` [PATCH v3 2/2] md: dm-crypt: Introduce the bulk IV mode for bulk crypto
[PATCH] md: fix bug due to nested suspend
2015-12-17 4:09 UTC (4+ messages)
[PATCH 0/2] Fix blkdev_issue_discard()
2015-12-16 22:48 UTC (4+ messages)
[PATCH 0/15] copy offload patches
2015-12-16 3:05 UTC (23+ messages)
` [PATCH 1/15] block copy: initial XCOPY offload support
` [PATCH 2/15] block copy: use two bios
` [PATCH 3/15] block copy: report the amount of copied data
` [PATCH 4/15] block copy: use a timer to fix a theoretical deadlock
` [PATCH 5/15] block copy: use asynchronous notification
` [PATCH 6/15] scsi xcopy: suppress error messages
` [PATCH 7/15] scsi xcopy: keep cache of failures
` [PATCH 8/15] block copy: introduce "copy_boundary" limits
` [PATCH 9/15] dm: implement copy
` [PATCH 10/15] dm linear: support copy
` [PATCH 11/15] dm stripe: "
` [PATCH 12/15] dm kcopyd: introduce the function submit_job
` [PATCH 13/15] dm kcopyd: support copy offload
` [PATCH 14/15] dm kcopyd: change mutex to spinlock
` [PATCH 15/15] dm kcopyd: call copy offload with asynchronous callback
` [dm-devel] [PATCH 0/15] copy offload patches
[PATCH 0/2] Optimize the dm-crypt for XTS mode
2015-12-15 11:35 UTC (7+ messages)
` [PATCH 1/2] block: Export the __blk_bios_map_sg() to map one bio
` [PATCH 2/2] md: dm-crypt: Optimize the dm-crypt for XTS mode
4.4-rc4 multipath not working?
2015-12-14 21:39 UTC (9+ messages)
linux-4.4-rc5 bug report ?
2015-12-14 14:36 UTC (2+ messages)
lvremove kernel BUG at drivers/md/dm-bufio.c:1494!
2015-12-12 9:21 UTC (3+ messages)
[git pull] device mapper fixes for 4.4-rc5
2015-12-11 15:20 UTC
: suggestion needed for dm-verity data block corrupted issue
2015-12-11 0:55 UTC
fixing mangled UUIDs
2015-12-10 20:59 UTC (8+ messages)
` [dm-devel] "
` [linux-lvm] "
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