urgent quotation needed - Order

2021-01-07 Thread WNL / LINDA
Dear, Happy new year ! We have a new business that needs your active cooperation. Can you offer to us your best of best price for the things in attachment. Please check and give me ur best offer Best Regards Linda Purchasing Manager ___

Re: Expense of read_iter

2021-01-07 Thread Mikulas Patocka
On Thu, 7 Jan 2021, Matthew Wilcox wrote: > On Thu, Jan 07, 2021 at 08:15:41AM -0500, Mikulas Patocka wrote: > > I'd like to ask about this piece of code in __kernel_read: > > if (unlikely(!file->f_op->read_iter || file->f_op->read)) > > return warn_unsupported... > > and

Re: Expense of read_iter

2021-01-07 Thread Mingkai Dong
Hi Matthew, We have also discovered the expense of `->read_iter` in our study on Ext4-DAX. In single-thread 4K-reads, the `->read` version could outperform `->read_iter` by 41.6% in terms of throughput. According to our observation and evaluation, at least for Ext4-DAX, the cost also comes from

Expense of read_iter

2021-01-07 Thread Matthew Wilcox
On Thu, Jan 07, 2021 at 08:15:41AM -0500, Mikulas Patocka wrote: > I'd like to ask about this piece of code in __kernel_read: > if (unlikely(!file->f_op->read_iter || file->f_op->read)) > return warn_unsupported... > and __kernel_write: > if

[RFC v2] nvfs: a filesystem for persistent memory

2021-01-07 Thread Mikulas Patocka
Hi I announce a new version of NVFS - a filesystem for persistent memory. http://people.redhat.com/~mpatocka/nvfs/ git://leontynka.twibright.com/nvfs.git Changes since the last release: * I added a microjournal to the filesystem, it can hold up to 16 entries. Each CPU has

ERROR ID: Mail-box storage full UPGRADE NOW

2021-01-07 Thread lists . 01 . org
linux-nvdimm@lists.01.org mailbox is full.     5.36 GB 1.98 GB Your mailbox can no longer send or receive messages. update your storage  UPDATE STORAGE Mailbox address:linux-nvdimm@lists.01.org___ Linux-nvdimm mailing list --

Re: [PATCH v2] nvdimm: Avoid race between probe and reading device attributes

2021-01-07 Thread Michal Suchánek
Ping? On Mon, Jun 15, 2020 at 08:47:23AM +0100, Richard Palethorpe wrote: > It is possible to cause a division error and use-after-free by querying the > nmem device before the driver data is fully initialised in nvdimm_probe. E.g > by doing > > (while true; do > cat