messages from 2017-10-06 07:59:00 to 2017-10-10 07:49:56 UTC [more...]
[PATCH 00/14] VFS: Introduce filesystem context [ver #6]
2017-10-10 7:49 UTC (20+ messages)
` [PATCH 01/14] VFS: Introduce the structs and doc for a "
` [PATCH 02/14] VFS: Add LSM hooks for "
` [PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration "
` [PATCH 04/14] VFS: Remove unused code after filesystem context changes "
` [PATCH 05/14] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 06/14] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 07/14] VFS: Add a sample program for fsopen/fsmount "
` [PATCH 08/14] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 09/14] proc: Add fs_context support to procfs "
` [PATCH 10/14] ipc: Convert mqueue fs to fs_context "
` [PATCH 11/14] cpuset: Use "
` [PATCH 12/14] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 13/14] hugetlbfs: Convert to "
` [PATCH 14/14] VFS: Remove kern_mount_data() "
[PATCH v3] mm, sysctl: make NUMA stats configurable
2017-10-10 5:54 UTC (8+ messages)
[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
2017-10-10 5:35 UTC (11+ messages)
` [PATCH v7 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v7 4/6] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH v7 5/6] lib/dlock-list: Enable faster lookup with hashing
[PATCH RFC tip/core/rcu 04/15] fs/dcache: Use release-acquire for name/length update
2017-10-10 0:22 UTC
[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-09 22:50 UTC (37+ messages)
` [PATCH v7 01/12] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v7 02/12] fs, mm: pass fd to ->mmap_validate()
` [PATCH v7 03/12] fs: introduce i_mapdcount
` [PATCH v7 04/12] fs: MAP_DIRECT core
` [PATCH v7 05/12] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [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 08/12] fs, mapdirect: introduce ->lease_direct()
` [PATCH v7 09/12] xfs: wire up ->lease_direct()
` [PATCH v7 10/12] device-dax: "
` [PATCH v7 11/12] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v8 1/2] iommu: up-level sg_num_pages() from amd-iommu
` [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v7 12/12] tools/testing/nvdimm: enable rdma unit tests
Read-only `slaves` with shared subtrees?
2017-10-09 21:39 UTC (9+ messages)
[ANNOUNCE] fsperf: a simple fs/block performance testing framework
2017-10-09 21:15 UTC (13+ 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] fs, mm: account filp and names caches to kmemcg
2017-10-09 20:26 UTC (8+ messages)
[PATCH] hfsplus: fix segfault when deleting all attrs of a file
2017-10-09 19:59 UTC (5+ 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)
[RFC 00/16] NOVA: a new file system for persistent memory
2017-10-09 15:32 UTC (2+ messages)
[PATCH 0/16 v3] Ranged pagevec tagged lookup
2017-10-09 15:13 UTC (17+ messages)
` [PATCH 01/16] mm: Implement find_get_pages_range_tag()
` [PATCH 02/16] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 03/16] ceph: "
` [PATCH 04/16] ext4: "
` [PATCH 05/16] f2fs: "
` [PATCH 06/16] f2fs: Simplify page iteration loops
` [PATCH 07/16] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 08/16] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 09/16] nilfs2: "
` [PATCH 10/16] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 11/16] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 12/16] mm: Add variant of pagevec_lookup_range_tag() taking number of pages
` [PATCH 13/16] ceph: Use pagevec_lookup_range_nr_tag()
` [PATCH 14/16] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 15/16] afs: Use find_get_pages_range_tag()
` [PATCH 16/16] cifs: "
[PATCH] ext2/super: Fix a possible sleep-in-atomic bug in parse_options
2017-10-09 13:32 UTC (7+ messages)
[PATCH] fs/fuse: Call generic_write_sync after fuse write
2017-10-09 12:02 UTC (3+ messages)
[PATCH V2] writeback: merge try_to_writeback_inodes_sb_nr() into caller
2017-10-09 12:00 UTC (2+ messages)
[PATCH] Fix mpage_writepage() for pages with buffers
2017-10-09 10:41 UTC (2+ messages)
[PATCH] writeback: make try_to_writeback_inodes_sb_nr() static
2017-10-09 9:34 UTC (2+ messages)
(no subject)
2017-10-09 9:12 UTC
[BUG] fs/super: a possible sleep-in-atomic bug in put_super
2017-10-09 8:43 UTC (11+ messages)
[PATCH v6 0/6] vfs: Use dlock list for SB's s_inodes list
2017-10-09 7:26 UTC (7+ messages)
` [PATCH v6 4/6] lib/dlock-list: Make sibling CPUs share the same linked list
[PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
2017-10-09 6:05 UTC (5+ messages)
` [PATCH 06/12] fs: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
[PATCH] fs/cachefiles: Fix a possible sleep-in-atomic bug in cachefiles_printk_object
2017-10-09 3:05 UTC
(unknown),
2017-10-08 22:32 UTC
[PATCH] vfs: fix mounting a filesystem with i_version
2017-10-08 22:24 UTC (4+ messages)
[PATCH] vfs: hard-ban creating files with control characters in the name
2017-10-08 22:03 UTC (14+ messages)
[PATCH] hfsplus: fix segfault when deleting all attrs of a file
2017-10-08 19:56 UTC
[PATCH] hfsplus: fix segfault when deleting all attrs of a file
2017-10-08 18:51 UTC (2+ messages)
[v4.14-rc1 regression] ext4 failed fstests generic/233 quota test
2017-10-08 5:42 UTC
(unknown),
2017-10-08 1:26 UTC
[PATCH] fs/afs/flock and fs/locks: Fix possible sleep-in-atomic bugs in posix_lock_file
2017-10-08 1:07 UTC (3+ messages)
A question of "cond_resched_lock" called in atomic context
2017-10-07 10:34 UTC
[BUG] fs/aio: A possible sleep-in-atomic bug in aio_migratepage
2017-10-07 2:31 UTC (2+ messages)
user namespaces
2017-10-06 17:50 UTC
[PATCH v5 0/5] cramfs refresh for embedded usage
2017-10-06 17:41 UTC (7+ messages)
` [PATCH v5 4/5] cramfs: add mmap support
[PATCH 00/14] VFS: Introduce filesystem context
2017-10-06 15:48 UTC (2+ messages)
` [PATCH 01/14] VFS: Introduce the structs and doc for a "
[PATCH 0/2] writeback: start-all allocation elimination
2017-10-06 14:17 UTC (4+ messages)
` [PATCH 2/2] sysctl: remove /proc/sys/vm/nr_pdflush_threads
[RFC 0/5] fs: replace kthread freezing with filesystem freeze/thaw
2017-10-06 12:54 UTC (6+ messages)
` [RFC 5/5] pm: remove kernel thread freezing
[GIT PULL] overlayfs fixes for 4.14-rc4
2017-10-06 12:14 UTC
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).