Ira Weiny ([email protected])

Number of posts: 2733 (0.8 per day)
First post: 2015-02-03 20:46:49
Last post: 2024-06-14 22:40:13

Date List Subject
2019-05-20 18:17:45 linux-ext4 RE: Can ext4_break_layouts() ever fail?
2019-05-17 21:12:32 linux-ext4 Re: Can ext4_break_layouts() ever fail?
2019-05-16 22:05:58 linux-ext4 Can ext4_break_layouts() ever fail?
2019-05-15 17:36:06 linux-kernel Re: [PATCH] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
2019-05-11 00:07:07 linux-kernel Re: [PATCH] mm/gup.c: Make follow_page_mask static
2019-05-10 22:56:41 linux-kernel Re: [PATCH] mm: vmscan: correct nr_reclaimed for THP
2019-04-29 04:57:47 linux-kernel [RFC PATCH 06/10] fs/locks: Add longterm lease traces
2019-04-29 04:57:05 linux-kernel [RFC PATCH 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion
2019-04-29 04:56:53 linux-kernel [RFC PATCH 00/10] RDMA/FS DAX "LONGTERM" lease proposal
2019-04-29 04:56:37 linux-kernel [RFC PATCH 05/10] mm/gup: Take FL_LONGTERM lease if not set by user
2019-04-29 04:56:07 linux-kernel [RFC PATCH 08/10] mm/gup: fs: Send SIGBUS on truncate of active file
2019-04-29 04:55:51 linux-kernel [RFC PATCH 09/10] fs/locks: Add tracepoint for SIGBUS on LONGTERM expiration
2019-04-29 04:55:43 linux-kernel [RFC PATCH 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
2019-04-29 04:55:41 linux-kernel [RFC PATCH 02/10] fs/locks: Introduce FL_LONGTERM file lease
2019-04-29 04:55:33 linux-kernel [RFC PATCH 07/10] fs/dax: Create function dax_mapping_is_dax()
2019-04-29 04:55:27 linux-kernel [RFC PATCH 04/10] WIP: mm/gup: Ensure F_LONGTERM lease is held on GUP pages
2019-04-29 04:55:26 linux-kernel [RFC PATCH 01/10] fs/locks: Add trace_leases_conflict
2019-04-23 17:02:26 linux-kernel Re: linux-next: manual merge of the akpm-current tree with the powerpc-fixes tree
2019-04-12 20:10:38 linux-kernel Re: [PATCH 3/3] mm: introduce ARCH_HAS_PTE_DEVMAP
2019-04-11 21:51:58 linux-kernel Re: [PATCH v6 7/8] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
2019-04-11 15:22:07 linux-kernel RE: [PATCH v6 7/8] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
2019-04-10 23:42:53 linux-kernel Re: [PATCH v6 7/8] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
2019-04-10 19:10:16 linux-kernel Re: [PATCH 1/2] mm/gup.c: fix the wrong comments
2019-04-10 19:08:42 linux-kernel Re: [PATCH 1/2] mm/gup.c: fix the wrong comments
2019-04-09 20:24:44 linux-kernel Re: [PATCH 1/2] mm/gup.c: fix the wrong comments
2019-04-09 14:56:31 linux-kernel RE: [PATCH 1/2] mm/gup.c: fix the wrong comments
2019-04-09 00:16:33 linux-kernel Re: [PATCH V3 0/7] Add FOLL_LONGTERM to GUP fast and use it
2019-04-08 04:04:54 linux-kernel Re: [PATCH 6/6] arm64/mm: Enable ZONE_DEVICE
2019-04-04 16:54:56 linux-kernel RE: [PATCH] mm/gup.c: fix the wrong comments
2019-04-04 16:52:17 linux-kernel Re: [PATCH] mm/gup.c: fix the wrong comments
2019-03-29 17:48:49 linux-kernel Re: [PATCH 6/6] mm/devm_memremap_pages: Fix final page put race
2019-03-29 02:51:06 linux-kernel Re: [PATCH v2 06/11] mm/hmm: improve driver API to work and wait over a range v2
2019-03-29 02:46:09 linux-kernel Re: [PATCH v2 10/11] mm/hmm: add helpers for driver to safely take the mmap_sem v2
2019-03-29 02:25:13 linux-kernel Re: [PATCH v2 02/11] mm/hmm: use reference counting for HMM struct v2
2019-03-29 02:06:31 linux-kernel Re: [PATCH v2 09/11] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem v2
2019-03-29 01:01:44 linux-kernel Re: [PATCH v2 08/11] mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) v2
2019-03-29 00:59:13 linux-kernel Re: [PATCH v2 02/11] mm/hmm: use reference counting for HMM struct v2
2019-03-29 00:44:32 linux-kernel Re: [PATCH v2 07/11] mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays.
2019-03-29 00:16:04 linux-kernel Re: [PATCH v2 06/11] mm/hmm: improve driver API to work and wait over a range v2
2019-03-28 21:53:24 linux-kernel Re: [PATCH v2 05/11] mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() v2
2019-03-28 21:33:41 linux-kernel Re: [PATCH v2 04/11] mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() v2
2019-03-28 21:14:04 linux-kernel Re: [PATCH v2 06/11] mm/hmm: improve driver API to work and wait over a range v2
2019-03-28 19:09:27 linux-kernel Re: [PATCH v2 02/11] mm/hmm: use reference counting for HMM struct v2
2019-03-28 16:48:42 linux-kernel [PATCH V3 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
2019-03-28 16:47:56 linux-kernel [PATCH V3 2/7] mm/gup: Change write parameter to flags in fast walk
2019-03-28 16:47:54 linux-kernel [PATCH V3 0/7] Add FOLL_LONGTERM to GUP fast and use it
2019-03-28 16:47:48 linux-kernel [PATCH V3 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
2019-03-28 16:47:38 linux-kernel [PATCH V3 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
2019-03-28 16:47:26 linux-kernel [PATCH V3 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
2019-03-28 16:46:56 linux-kernel [PATCH V3 6/7] IB/qib: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
2019-03-28 16:46:42 linux-kernel [PATCH V3 7/7] IB/mthca: Use the new FOLL_LONGTERM flag to get_user_pages_fast()