Omar Sandoval ([email protected])

Number of posts: 439 (0.36 per day)
First post: 2014-07-18 22:52:15
Last post: 2017-11-30 00:58:59

Date List Subject
2018-11-16 02:00:30 linux-kernel Re: [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
2018-11-16 01:57:28 linux-kernel Re: [PATCH V10 14/19] block: enable multipage bvecs
2018-11-16 01:49:11 linux-kernel Re: [PATCH V10 13/19] iomap & xfs: only account for new added page
2018-11-16 01:24:57 linux-kernel Re: [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
2018-11-16 00:45:18 linux-kernel Re: [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
2018-11-16 00:41:23 linux-kernel Re: [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
2018-11-16 00:28:30 linux-kernel Re: [PATCH V10 09/19] block: introduce bio_bvecs()
2018-11-16 00:24:55 linux-kernel Re: [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
2018-11-16 00:24:13 linux-kernel Re: [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
2018-11-16 00:23:15 linux-kernel Re: [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
2018-11-15 23:26:25 linux-kernel Re: [PATCH V10 05/19] block: introduce bvec_last_segment()
2018-11-15 22:35:12 linux-kernel Re: [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
2018-11-15 22:20:58 linux-kernel Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
2018-11-15 20:21:27 linux-kernel Re: [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
2018-11-15 18:30:28 linux-kernel Re: [PATCH V10 02/19] block: introduce bio_for_each_bvec()
2018-11-15 18:27:02 linux-kernel Re: [PATCH V10 01/19] block: introduce multi-page page bvec helpers
2018-11-01 22:00:37 linux-kernel Re: [PATCH 06/16] blk-mq: add 'type' attribute to the sysfs hctx directory
2018-10-05 18:30:27 linux-kernel Re: linux-next: manual merge of the akpm-current tree with the btrfs-kdave tree
2018-09-28 06:45:09 linux-kernel Re: linux-next: build warning after merge of the block tree
2018-09-27 18:48:02 linux-kernel Re: [PATCH] btrfs: list usage cleanup
2018-09-04 22:43:16 linux-kernel Re: [PATCH v3] proc/kcore: fix invalid memory access in multi-page read optimization
2018-09-04 18:05:26 linux-kernel Re: [PATCH] proc/kcore: fix invalid memory access in multi-page read optimization
2018-07-26 00:02:54 linux-kernel [PATCH v4 2/9] proc/kcore: don't grab lock for memory hotplug notifier
2018-07-26 00:02:36 linux-kernel [PATCH v4 0/9] /proc/kcore improvements
2018-07-26 00:02:28 linux-kernel [PATCH v4 1/9] proc/kcore: don't grab lock for kclist_add()
2018-07-26 00:02:28 linux-kernel [PATCH v4 3/9] proc/kcore: replace kclist_lock rwlock with rwsem
2018-07-26 00:01:49 linux-kernel [PATCH v4 4/9] proc/kcore: fix memory hotplug vs multiple opens race
2018-07-26 00:01:48 linux-kernel [PATCH v4 9/9] proc/kcore: add vmcoreinfo note to /proc/kcore
2018-07-26 00:01:47 linux-kernel [PATCH v4 8/9] crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir
2018-07-26 00:01:41 linux-kernel [PATCH v4 5/9] proc/kcore: hold lock during read
2018-07-26 00:01:40 linux-kernel [PATCH v4 7/9] proc/kcore: optimize multiple page reads
2018-07-26 00:01:40 linux-kernel [PATCH v4 6/9] proc/kcore: clean up ELF header generation
2018-07-25 23:43:09 linux-kernel Re: linux-next: build failure after merge of the akpm-current tree
2018-07-25 23:36:08 linux-kernel Re: [PATCH v3 5/8] proc/kcore: hold lock during read
2018-07-18 23:02:26 linux-kernel [PATCH v3 0/8] /proc/kcore improvements
2018-07-18 23:02:08 linux-kernel [PATCH v3 1/8] proc/kcore: don't grab lock for kclist_add()
2018-07-18 23:01:05 linux-kernel [PATCH v3 5/8] proc/kcore: hold lock during read
2018-07-18 23:01:00 linux-kernel [PATCH v3 2/8] proc/kcore: don't grab lock for memory hotplug notifier
2018-07-18 23:00:42 linux-kernel [PATCH v3 7/8] proc/kcore: optimize multiple page reads
2018-07-18 23:00:35 linux-kernel [PATCH v3 6/8] proc/kcore: clean up ELF header generation
2018-07-18 23:00:33 linux-kernel [PATCH v3 4/8] proc/kcore: fix memory hotplug vs multiple opens race
2018-07-18 23:00:28 linux-kernel [PATCH v3 3/8] proc/kcore: replace kclist_lock rwlock with rwsem
2018-07-18 23:00:16 linux-kernel [PATCH v3 8/8] proc/kcore: add vmcoreinfo note to /proc/kcore
2018-07-18 03:37:40 linux-kernel Re: [PATCH v2 2/7] proc/kcore: replace kclist_lock rwlock with rwsem
2018-07-18 03:28:33 linux-kernel Re: [PATCH v2 7/7] proc/kcore: add vmcoreinfo note to /proc/kcore
2018-07-18 03:25:30 linux-kernel Re: [PATCH v2 2/7] proc/kcore: replace kclist_lock rwlock with rwsem
2018-07-18 03:20:11 linux-kernel Re: [PATCH v2 1/7] proc/kcore: don't grab lock for kclist_add()
2018-07-13 00:12:22 linux-kernel [PATCH v2 2/7] proc/kcore: replace kclist_lock rwlock with rwsem
2018-07-13 00:11:54 linux-kernel [PATCH v2 1/7] proc/kcore: don't grab lock for kclist_add()
2018-07-13 00:11:53 linux-kernel [PATCH v2 0/7] /proc/kcore improvements
2018-07-13 00:11:21 linux-kernel [PATCH v2 3/7] proc/kcore: fix memory hotplug vs multiple opens race