messages from 2017-10-09 16:22:22 to 2017-10-12 06:16:09 UTC [more...]
[PATCH v6 0/4] cramfs refresh for embedded usage
2017-10-12 6:16 UTC
[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
2017-10-12 3:44 UTC (11+ 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
[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
[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
2017-10-12 1:18 UTC (27+ 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
[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 0/7 v1] Speed up page cache truncation
2017-10-11 21:24 UTC (17+ messages)
` [PATCH 1/7] mm: Speedup cancel_dirty_page() for clean pages
` [PATCH 2/7] mm: Refactor truncate_complete_page()
` [PATCH 3/7] mm: Factor out page cache page freeing into a separate function
` [PATCH 4/7] mm: Move accounting updates before page_cache_tree_delete()
` [PATCH 5/7] mm: Move clearing of page->mapping to page_cache_tree_delete()
` [PATCH 6/7] mm: Factor out checks and accounting from __delete_from_page_cache()
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages
[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)
[PATCH v2] fs, mm: account filp cache to kmemcg
2017-10-11 19:03 UTC
[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 (23+ messages)
` [PATCH v8 01/14] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v8 02/14] fs, mm: pass fd to ->mmap_validate()
` [PATCH v8 03/14] fs: MAP_DIRECT core
` [PATCH v8 04/14] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v8 05/14] fs, xfs, iomap: introduce iomap_can_allocate()
` [PATCH v8 06/14] xfs: wire up MAP_DIRECT
` [PATCH v8 07/14] iommu, dma-mapping: introduce dma_get_iommu_domain()
` [PATCH v8 08/14] fs, mapdirect: introduce ->lease_direct()
` [PATCH v8 09/14] xfs: wire up ->lease_direct()
` [PATCH v8 10/14] device-dax: "
` [PATCH v8 11/14] iommu: up-level sg_num_pages() from amd-iommu
` [PATCH v8 12/14] iommu/vt-d: use iommu_num_sg_pages
` [PATCH v8 13/14] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v8 14/14] tools/testing/nvdimm: enable rdma unit tests
[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] f2fs: add bug_on when f2fs_gc even fails to get one victim
2017-10-11 13:51 UTC
[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] f2fs: update dirty status for CURSEG as well
2017-10-11 13:25 UTC
[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] fs, mm: account filp and names caches to kmemcg
2017-10-11 9:09 UTC (15+ messages)
[PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration context [ver #6]
2017-10-11 8:54 UTC (10+ messages)
` [PATCH 00/14] VFS: Introduce filesystem "
` [PATCH 06/14] VFS: Implement fsmount() to effect a pre-configured mount "
[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2017-10-11 6:25 UTC (5+ messages)
` [PATCH v16 09/10] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
[PATCH v3] mm, sysctl: make NUMA stats configurable
2017-10-11 6:16 UTC (15+ messages)
[PATCH] VFS: Handle lazytime in do_mount()
2017-10-11 5:01 UTC
[PATCH] hfsplus: fix segfault when deleting all attrs of a file
2017-10-11 4:43 UTC (8+ messages)
[PATCH] f2fs/crypto: drop crypto key at evict_inode only
2017-10-11 3:44 UTC (2+ messages)
[PATCH] tty fix oops when rmmod 8250
2017-10-11 2:03 UTC (3+ messages)
mmotm 2016-08-02-15-53 uploaded
2017-10-11 2:01 UTC (5+ messages)
[PATCH] f2fs: don't commit quota files
2017-10-10 22:53 UTC
[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-10 20:17 UTC (21+ messages)
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
` [PATCH v8] dma-mapping: introduce dma_get_iommu_domain()
` [PATCH v7 09/12] xfs: wire up ->lease_direct()
[PATCH 0/16 v3] Ranged pagevec tagged lookup
2017-10-10 17:48 UTC (3+ messages)
` [PATCH 16/16] cifs: Use find_get_pages_range_tag()
[GIT PULL] f2fs fix for v4.14-rc5
2017-10-10 17:31 UTC
[PATCH] binfmt_misc: Node could be NULL when evicting inode
2017-10-10 16:25 UTC (3+ messages)
[PATCH] quota: Generate warnings for DQUOT_SPACE_NOFAIL allocations
2017-10-10 14:20 UTC (2+ messages)
[PATCH V2] writeback: merge try_to_writeback_inodes_sb_nr() into caller
2017-10-10 14:15 UTC (4+ messages)
[PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
2017-10-10 13:20 UTC (4+ messages)
[v4.14-rc1 regression] ext4 failed fstests generic/233 quota test
2017-10-10 12:49 UTC (3+ messages)
[PATCH v7 1/1] audit: Record fanotify access control decisions
2017-10-10 11:16 UTC (2+ messages)
false positive lockdep splat with loop device
2017-10-10 9:43 UTC (6+ messages)
[ANNOUNCE] fsperf: a simple fs/block performance testing framework
2017-10-10 9:00 UTC (8+ messages)
[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
2017-10-10 5:35 UTC (3+ messages)
` [PATCH v7 1/6] lib/dlock-list: Distributed and lock-protected lists
[PATCH RFC tip/core/rcu 04/15] fs/dcache: Use release-acquire for name/length update
2017-10-10 0:22 UTC
Read-only `slaves` with shared subtrees?
2017-10-09 21:39 UTC (9+ messages)
mmotm 2017-10-03-17-08 uploaded
2017-10-09 20:37 UTC (2+ messages)
[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
2017-10-09 20:33 UTC (2+ messages)
[PATCH v2 00/11] fscrypt: add some higher-level helper functions
2017-10-09 19:15 UTC (12+ messages)
` [PATCH v2 01/11] fscrypt: clean up include file mess
` [PATCH v2 02/11] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH v2 03/11] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH v2 04/11] fscrypt: remove ->is_encrypted()
` [PATCH v2 05/11] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH v2 06/11] fscrypt: new helper function - fscrypt_require_key()
` [PATCH v2 07/11] fscrypt: new helper function - fscrypt_file_open()
` [PATCH v2 08/11] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH v2 09/11] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH v2 10/11] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_prepare_setattr()
[PATCH] direct-io: Prevent NULL pointer access in submit_page_section
2017-10-09 18:24 UTC (3+ 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).