messages from 2017-10-11 21:08:44 to 2017-10-16 17:43:52 UTC [more...]
[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
2017-10-16 17:43 UTC (30+ 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
[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
2017-10-16 15:50 UTC (44+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [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 19/19] xfs: "
[PATCH 1/2] hfsplus: preserve i_mode if __hfsplus_set_posix_acl() fails
2017-10-16 15:50 UTC (7+ messages)
` [PATCH 2/2] hfsplus: add mount option to enable ACL support
[PATCH v2 00/15] make structure field, function arguments and structures const
2017-10-16 15:18 UTC (16+ messages)
` [PATCH v2 01/15] configfs: make ci_type field, some pointers and function arguments const
` [PATCH v2 02/15] usb: gadget: make config_item_type structures const
` [PATCH v2 03/15] target: make config_item_type const
` [PATCH v2 04/15] iio: make function argument and some structures const
` [PATCH v2 05/15] ocfs2/cluster: make config_item_type const
` [PATCH v2 06/15] PCI: endpoint: "
` [PATCH v2 07/15] usb: gadget: configfs: "
` [PATCH v2 08/15] nvmet: "
` [PATCH v2 09/15] ACPI: configfs: "
` [PATCH v2 10/15] nullb: "
` [PATCH v2 11/15] stm class: "
` [PATCH v2 12/15] RDMA/cma: "
` [PATCH v2 13/15] netconsole: "
` [PATCH v2 14/15] dlm: "
` [PATCH v2 15/15] configfs: "
[PATCH] fs: invalidate page cache after end_io() in dio completion
2017-10-16 13:00 UTC (4+ messages)
[PATCH] udf: Avoid overflow when session starts at large offset
2017-10-16 9:57 UTC
Crash in bm_evict_inode() during shutdown
2017-10-16 9:11 UTC (3+ messages)
[v4.14-rc3 bug] scheduling while atomic in generic/451 test on extN
2017-10-16 8:17 UTC (8+ messages)
[PATCH] f2fs: update dirty status for CURSEG as well
2017-10-16 3:43 UTC (7+ messages)
` [f2fs-dev] "
` [PATCH v2] "
` [f2fs-dev] "
[PATCH] f2fs: add bug_on when f2fs_gc even fails to get one victim
2017-10-16 3:25 UTC (11+ messages)
` [f2fs-dev] "
` [PATCH v2] "
` [f2fs-dev] "
[PATCH] f2fs: expose some sectors to user in inline data or dentry case
2017-10-16 3:11 UTC (2+ messages)
[PATCH] f2fs: avoid stale fi->gdirty_list pointer
2017-10-16 1:56 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] f2fs: return error number for quota_write
2017-10-16 1:52 UTC (2+ messages)
[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-15 15:21 UTC (17+ messages)
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
(unknown),
2017-10-15 3:28 UTC
[PATCH] hfs/hfsplus: Clean up unused variables in bnode.c
2017-10-14 10:32 UTC
[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
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] fs, mm: account filp and names caches to kmemcg
2017-10-13 15:24 UTC (15+ messages)
RFC(v2): Audit Kernel Container IDs
2017-10-13 13:43 UTC (5+ messages)
[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 (8+ 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)
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).