linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-04 20:47:52 to 2017-10-09 15:13:46 UTC [more...]

[PATCH 0/16 v3] Ranged pagevec tagged lookup
 2017-10-09 15:13 UTC  (4+ messages)
` [PATCH 01/16] mm: Implement find_get_pages_range_tag()
` [PATCH 02/16] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 03/16] ceph: "

[ANNOUNCE] fsperf: a simple fs/block performance testing framework
 2017-10-09 14:40 UTC  (10+ messages)

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-09 14:16 UTC  (9+ messages)
` [PATCH v7 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v7 2/6] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v7 3/6] vfs: Use dlock list for superblock's inode list
` [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 v7 6/6] lib/dlock-list: Add an IRQ-safe mode to be used in interrupt handler

[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 v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-09 10:37 UTC  (29+ 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

[PATCH] writeback: make try_to_writeback_inodes_sb_nr() static
 2017-10-09  9:34 UTC  (2+ messages)

[PATCH] direct-io: Prevent NULL pointer access in submit_page_section
 2017-10-09  9:13 UTC 

(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 v3] mm, sysctl: make NUMA stats configurable
 2017-10-09  7:55 UTC  (6+ messages)

[PATCH v6 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-09  7:26 UTC  (18+ messages)
` [PATCH v6 1/6] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v6 2/6] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v6 3/6] vfs: Use dlock list for superblock's inode list
` [PATCH v6 4/6] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH v6 5/6] lib/dlock-list: Enable faster lookup with hashing
` [PATCH v6 6/6] lib/dlock-list: Provide IRQ-safe APIs

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-09  6:24 UTC  (4+ messages)

[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 

Read-only `slaves` with shared subtrees?
 2017-10-09  0:15 UTC  (8+ messages)

(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  (15+ 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 19:46 UTC  (3+ messages)

[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)

[PATCH 00/14] VFS: Introduce filesystem context [ver #6]
 2017-10-07  0:08 UTC  (19+ 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() "

user namespaces
 2017-10-06 17:50 UTC 

[PATCH v5 0/5] cramfs refresh for embedded usage
 2017-10-06 17:41 UTC  (11+ messages)
` [PATCH v5 1/5] cramfs: direct memory access support
` [PATCH v5 2/5] cramfs: make cramfs_physmem usable as root fs
` [PATCH v5 3/5] cramfs: implement uncompressed and arbitrary data block positioning
` [PATCH v5 4/5] cramfs: add mmap support
` [PATCH v5 5/5] cramfs: rehabilitate it

[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  (13+ messages)
` [RFC 4/5] ext4: add fs freezing support on suspend/hibernation
` [RFC 5/5] pm: remove kernel thread freezing

[GIT PULL] overlayfs fixes for 4.14-rc4
 2017-10-06 12:14 UTC 

[PATCH] epoll: account epitem and eppoll_entry to kmemcg
 2017-10-06  7:48 UTC  (5+ messages)

[PATCH 0/3] binfmt_elf: Clean up codes related to total_size passed into elf_map()
 2017-10-06  3:37 UTC  (4+ messages)
` [PATCH 1/3] binfmt_elf: Clean up the variable name of map flags
` [PATCH 2/3] binfmt_elf: Get the total_size only for dynamic loader in load_elf_binary()
` [PATCH 3/3] binfmt_elf: Search an unmapped area with total_size but not map the whole image

[PATCH] vfs: fix statfs64() returning impossible EOVERFLOW for 64-bit f_files
 2017-10-06  1:31 UTC  (5+ messages)

[PATCH v4 0/5] cramfs refresh for embedded usage
 2017-10-05 23:49 UTC  (17+ messages)
` [PATCH v4 4/5] cramfs: add mmap support

false positive lockdep splat with loop device
 2017-10-05 16:33 UTC  (4+ messages)

[PATCH v4 0/6] fs/dcache: Limit # of negative dentries
 2017-10-05 15:41 UTC  (2+ messages)

[PATCH] mm: readahead: Increase maximum readahead window
 2017-10-05  8:39 UTC  (3+ messages)

[v4.14-rc3 bug] scheduling while atomic in generic/451 test on extN
 2017-10-05  6:07 UTC 


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).