jhubbard.send.patches ([email protected])

Number of posts: 7 (7 per day)
First post: 2022-02-27 10:04:23
Last post: 2022-02-27 10:04:23

Date List Subject
2022-02-27 15:48:05 linux-kernel [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN
2022-02-27 13:53:37 linux-kernel [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
2022-02-27 12:34:54 linux-kernel [PATCH 2/6] iov_iter: new iov_iter_pin_pages*(), for FOLL_PIN pages
2022-02-27 12:08:13 linux-kernel [PATCH 3/6] block, fs: assert that key paths use iovecs, and nothing else
2022-02-27 10:54:09 linux-kernel [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
2022-02-27 10:27:38 linux-kernel [PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN
2022-02-27 10:04:23 linux-kernel [PATCH 1/6] mm/gup: introduce pin_user_page()