messages from 2017-10-11 08:54:19 to 2017-10-14 15:58:02 UTC [more...]
[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
2017-10-14 15:57 UTC (48+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/19] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/19] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/19] dax: Factor out getting of pfn out of iomap
` [PATCH 05/19] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/19] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/19] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/19] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/19] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/19] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/19] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/19] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/19] dax, iomap: Add support for synchronous faults
` [PATCH 14/19] dax: Implement dax_finish_sync_fault()
` [PATCH 15/19] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/19] ext4: Support for synchronous DAX faults
` [PATCH 17/19] ext4: Add support for MAP_SYNC flag
` [PATCH 18/19] xfs: support for synchronous DAX faults
` [PATCH 19/19] xfs: Add support for MAP_SYNC flag
[PATCH] f2fs: update dirty status for CURSEG as well
2017-10-14 12:53 UTC (6+ messages)
` [f2fs-dev] "
` [PATCH v2] "
` [f2fs-dev] "
[PATCH] f2fs: add bug_on when f2fs_gc even fails to get one victim
2017-10-14 12:34 UTC (10+ messages)
` [f2fs-dev] "
` [PATCH v2] "
` [f2fs-dev] "
[PATCH] hfs/hfsplus: Clean up unused variables in bnode.c
2017-10-14 10:32 UTC
[PATCH 1/2] hfsplus: preserve i_mode if __hfsplus_set_posix_acl() fails
2017-10-14 2:43 UTC (5+ messages)
` [PATCH 2/2] hfsplus: add mount option to enable ACL support
[PATCH v6 0/4] cramfs refresh for embedded usage
2017-10-14 2:37 UTC (17+ messages)
` [PATCH v6 1/4] cramfs: direct memory access support
` [PATCH v6 2/4] cramfs: implement uncompressed and arbitrary data block positioning
` [PATCH v6 3/4] cramfs: add mmap support
` [PATCH v6 4/4] cramfs: rehabilitate it
[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
2017-10-14 1:57 UTC (22+ messages)
` [PATCH v9 1/6] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v9 2/6] fs, mm: pass fd to ->mmap_validate()
` [PATCH v9 3/6] fs: MAP_DIRECT core
` [PATCH v9 4/6] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v9 5/6] fs, xfs, iomap: introduce break_layout_nowait()
` [PATCH v9 6/6] xfs: wire up MAP_DIRECT
mmotm 2017-10-13-15-52 uploaded
2017-10-13 22:53 UTC
[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
2017-10-13 21:10 UTC (5+ messages)
` [PATCH v7 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v7 7/6] fs/epoll: scale nested callbacks
[PATCH] epoll: avoid calling ep_call_nested() from ep_poll_safewake()
2017-10-13 18:48 UTC
[RFC PATCH] vfs: shutdown lease notifications on file close
2017-10-13 18:30 UTC (5+ messages)
[PATCH] f2fs: expose some sectors to user in inline data or dentry case
2017-10-13 17:31 UTC
[PATCH] fs, mm: account filp and names caches to kmemcg
2017-10-13 15:24 UTC (20+ messages)
[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-13 15:03 UTC (15+ messages)
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
Crash in bm_evict_inode() during shutdown
2017-10-13 14:47 UTC (2+ messages)
RFC(v2): Audit Kernel Container IDs
2017-10-13 13:43 UTC (5+ messages)
[v4.14-rc3 bug] scheduling while atomic in generic/451 test on extN
2017-10-13 13:22 UTC (7+ messages)
[PATCH] f2fs: avoid stale fi->gdirty_list pointer
2017-10-13 2:14 UTC
[PATCH] f2fs: return error number for quota_write
2017-10-12 23:15 UTC
[PATCH 7/8] Documentation: fix selftests related file refs
2017-10-12 20:24 UTC
[PATCH 0/8] Follow-up for speed up page cache truncation
2017-10-12 19:45 UTC (15+ messages)
` [PATCH 1/8] mm, page_alloc: Enable/disable IRQs once when freeing a list of pages
` [PATCH 2/8] mm, truncate: Do not check mapping for every page being truncated
` [PATCH 3/8] mm, truncate: Remove all exceptional entries from pagevec under one lock
` [PATCH 4/8] mm: Only drain per-cpu pagevecs once per pagevec usage
` [PATCH 5/8] mm, pagevec: Remove cold parameter for pagevecs
` [PATCH 6/8] mm: Remove cold parameter for release_pages
` [PATCH 7/8] mm, Remove cold parameter from free_hot_cold_page*
` [PATCH 8/8] mm: Remove __GFP_COLD
[PATCH] fs/block_dev: remove vfs_msg() interface
2017-10-12 18:31 UTC (3+ messages)
[lkp-robot] 71fa367c22: xfstests.generic.299.fail
2017-10-12 15:46 UTC
[PATCH] elf_fdpic: fix unused variable warning
2017-10-12 15:34 UTC (2+ messages)
[PATCH] elf_fdpic: fix unused variable warning
2017-10-12 15:27 UTC (3+ messages)
[GIT PULL] Quota updates for 4.14-rc5
2017-10-12 14:43 UTC
(unknown),
2017-10-12 14:09 UTC
[PATCH 0/7 v1] Speed up page cache truncation
2017-10-12 14:07 UTC (11+ messages)
[PATCH v2] fs, mm: account filp cache to kmemcg
2017-10-12 7:54 UTC (2+ messages)
[PATCH] proc/locks: getattr dev and ino
2017-10-12 6:54 UTC (2+ messages)
` [lkp-robot] [proc/locks] 1dc17d8d81: dmesg.BUG:sleeping_function_called_from_invalid_context_at_security/selinux/hooks.c
[vfs:work.iov_iter 18/25] drivers/xen/pvcalls-back.c:140:49: error: passing argument 3 of 'iov_iter_init' from incompatible pointer type
2017-10-12 2:24 UTC
[vfs:work.iov_iter 24/25] drivers/staging/lustre//lnet/klnds/socklnd/socklnd_lib.c:164:12: error: conflicting types for 'do_csum'
2017-10-11 21:57 UTC
[PATCH v4 0/6] fs/dcache: Limit # of negative dentries
2017-10-11 21:08 UTC (5+ messages)
[PATCH] fs/block_dev: remove vfs_msg() interface
2017-10-11 19:41 UTC (2+ messages)
[git pull] vfs.git fixes
2017-10-11 17:47 UTC (2+ messages)
[PATCH v8 00/14] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-11 16:01 UTC (7+ messages)
` [PATCH v8 01/14] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v8 13/14] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
[PATCH] Fix mpage_writepage() for pages with buffers
2017-10-11 15:40 UTC (4+ messages)
[PATCH v2] binfmt_misc: Node could be NULL when evicting inode
2017-10-11 15:10 UTC
[PATCH v3 01/28] regset: Add support for dynamically sized regsets
2017-10-11 14:45 UTC (2+ messages)
[PATCH] fs/afs/flock and fs/locks: Fix possible sleep-in-atomic bugs in posix_lock_file
2017-10-11 13:45 UTC (5+ messages)
[PATCH] vfs: fix mounting a filesystem with i_version
2017-10-11 12:28 UTC (3+ messages)
[PATCH v6] fs: Fix page cache inconsistency when mixing buffered and AIO DIO
2017-10-11 9:21 UTC (4+ messages)
` [PATCH v7] "
[PATCH 00/14] VFS: Introduce filesystem context [ver #6]
2017-10-11 8:54 UTC (6+ messages)
` [PATCH 06/14] VFS: Implement fsmount() to effect a pre-configured mount "
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;
as well as URLs for NNTP newsgroup(s).