linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-12 20:33:49 to 2018-03-15 08:47:50 UTC [more...]

[RFC 0/7] first draft of ZUFS - the Kernel part
 2018-03-15  8:47 UTC  (30+ messages)
` [RFC 1/7] mm: Add new vma flag VM_LOCAL_CPU
` [RFC 2/7] fs: Add the ZUF filesystem to the build + License
` [RFC 3/7] zuf: Preliminary Documentation
` [RFC 4/7] zuf: zuf-rootfs && zuf-core
` [RFC 5/7] zus: Devices && mounting
` [RFC 6/7] zuf: Filesystem operations
` [RFC 7/7] zuf: Write/Read && mmap implementation

generic/127 failure on xfs with hacked fsx
 2018-03-15  7:58 UTC  (4+ messages)

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-15  6:16 UTC  (10+ messages)
` [RFC v2 03/83] Add super.h
` [RFC v2 04/83] NOVA inode definition
` [RFC v2 83/83] Sysfs support

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-15  5:46 UTC  (7+ messages)
` [PATCH v5 08/11] wait_bit: introduce {wait_on,wake_up}_atomic_one
      ` [RFC][PATCH] sched/wait_bit: Introduce wait_var_event()/wake_up_var()

[PATCH v4 0/6] ipc: Clamp *mni to the real IPCMNI limit
 2018-03-15  0:49 UTC  (31+ messages)
` [PATCH v4 1/6] sysctl: Add flags to support min/max range clamping
` [PATCH v4 2/6] proc/sysctl: Check for invalid flags bits
` [PATCH v4 3/6] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH v4 4/6] ipc: Clamp msgmni and shmmni to the real IPCMNI limit
          ` [RFC][PATCH] ipc: Remove IPCMNI
` [PATCH v4 5/6] ipc: Clamp semmni to the real IPCMNI limit
` [PATCH v4 6/6] test_sysctl: Add range clamping test

mmotm 2018-03-14-16-24 uploaded
 2018-03-14 23:24 UTC 

[PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list()
 2018-03-14 23:20 UTC  (29+ messages)
        ` [BUG] lock_parent() breakage when used from shrink_dentry_list() (was Re: [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list())
                ` dcache: remove trylock loops (was Re: [BUG] lock_parent() breakage when used from shrink_dentry_list())
                                ` [PATCH] fs: Teach path_connected to handle nfs filesystems with multiple roots

[PATCH v3 0/4] unverifiable file signatures
 2018-03-14 22:53 UTC  (24+ messages)
` [PATCH v3 1/4] ima: fail file signature verification on non-init mounted filesystems
` [PATCH v3 2/4] ima: re-evaluate files on privileged "
` [PATCH v3 3/4] ima: fail signature verification based on policy
` [PATCH v3 4/4] fuse: define the filesystem as untrusted

[PATCH v3 00/20] firmware: development for v4.17
 2018-03-14 22:36 UTC  (16+ messages)
` [PATCH v3 05/20] firmware: simplify CONFIG_FW_LOADER_USER_HELPER_FALLBACK further
` [PATCH v3 06/20] firmware: use helpers for setting up a temporary cache timeout
` [PATCH v3 07/20] firmware: move loading timeout under struct firmware_fallback_config
` [PATCH v3 11/20] firmware: enable to force disable the fallback mechanism at run time
` [PATCH v3 20/20] mt7601u: use request_firmware_cache() to address cache on reboot

[bug report] [PATCH] sys_sync_file_range()
 2018-03-14 19:56 UTC  (2+ messages)

[PATCH 00/16] remove eight obsolete architectures
 2018-03-14 14:43 UTC  (2+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs

mmotm 2018-03-13-15-15 uploaded
 2018-03-14 13:03 UTC  (2+ messages)

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-03-13 18:52 UTC  (7+ messages)

[PATCH v3 0/2] Directed kmem charging
 2018-03-13 17:55 UTC  (4+ messages)
` [PATCH v3 1/2] mm: memcg: remote memcg charging for kmem allocations

[PATCH v9 00/61] XArray v9
 2018-03-13 13:26 UTC  (62+ messages)
` [PATCH v9 01/61] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v9 02/61] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v9 03/61] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v9 04/61] unicore32: "
` [PATCH v9 05/61] Export __set_page_dirty
` [PATCH v9 06/61] fscache: Use appropriate radix tree accessors
` [PATCH v9 07/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v9 08/61] page cache: Use xa_lock
` [PATCH v9 09/61] xarray: Replace exceptional entries
` [PATCH v9 10/61] xarray: Change definition of sibling entries
` [PATCH v9 11/61] xarray: Add definition of struct xarray
` [PATCH v9 12/61] xarray: Define struct xa_node
` [PATCH v9 13/61] xarray: Add documentation
` [PATCH v9 14/61] xarray: Add xa_load
` [PATCH v9 15/61] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v9 16/61] xarray: Add xa_store
` [PATCH v9 17/61] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v9 18/61] xarray: Add xa_for_each
` [PATCH v9 19/61] xarray: Add xa_extract
` [PATCH v9 20/61] xarray: Add xa_destroy
` [PATCH v9 21/61] xarray: Add xas_next and xas_prev
` [PATCH v9 22/61] xarray: Add xas_create_range
` [PATCH v9 23/61] xarray: Add MAINTAINERS entry
` [PATCH v9 24/61] page cache: Rearrange address_space
` [PATCH v9 25/61] page cache: Convert hole search to XArray
` [PATCH v9 26/61] page cache: Add and replace pages using the XArray
` [PATCH v9 27/61] page cache: Convert page deletion to XArray
` [PATCH v9 28/61] page cache: Convert page cache lookups "
` [PATCH v9 29/61] page cache: Convert delete_batch "
` [PATCH v9 30/61] page cache: Remove stray radix comment
` [PATCH v9 31/61] page cache: Convert filemap_range_has_page to XArray
` [PATCH v9 32/61] mm: Convert page-writeback "
` [PATCH v9 33/61] mm: Convert workingset "
` [PATCH v9 34/61] mm: Convert truncate "
` [PATCH v9 35/61] mm: Convert add_to_swap_cache "
` [PATCH v9 36/61] mm: Convert delete_from_swap_cache "
` [PATCH v9 37/61] mm: Convert __do_page_cache_readahead "
` [PATCH v9 38/61] mm: Convert page migration "
` [PATCH v9 39/61] mm: Convert huge_memory "
` [PATCH v9 40/61] mm: Convert collapse_shmem "
` [PATCH v9 41/61] mm: Convert khugepaged_scan_shmem "
` [PATCH v9 42/61] pagevec: Use xa_tag_t
` [PATCH v9 43/61] shmem: Convert replace to XArray
` [PATCH v9 44/61] shmem: Convert shmem_confirm_swap "
` [PATCH v9 45/61] shmem: Convert find_swap_entry "
` [PATCH v9 46/61] shmem: Convert shmem_add_to_page_cache "
` [PATCH v9 47/61] shmem: Convert shmem_alloc_hugepage "
` [PATCH v9 48/61] shmem: Convert shmem_free_swap "
` [PATCH v9 49/61] shmem: Convert shmem_partial_swap_usage "
` [PATCH v9 50/61] memfd: Convert shmem_tag_pins "
` [PATCH v9 51/61] memfd: Convert shmem_wait_for_pins "
` [PATCH v9 52/61] shmem: Comment fixups
` [PATCH v9 53/61] btrfs: Convert page cache to XArray
` [PATCH v9 54/61] fs: Convert buffer "
` [PATCH v9 55/61] fs: Convert writeback "
` [PATCH v9 56/61] nilfs2: Convert "
` [PATCH v9 57/61] f2fs: "
` [PATCH v9 58/61] lustre: "
` [PATCH v9 59/61] dax: "
` [PATCH v9 60/61] page cache: Finish XArray conversion
` [PATCH v9 61/61] radix tree: Remove unused functions

[PATCH] dcache: fix indirectly reclaimable memory accounting
 2018-03-13 12:57 UTC 

[PATCH 1/1] f2fs: release locks before return in f2fs_ioc_gc_range()
 2018-03-13 11:42 UTC 

[vfs:work.dcache 15/23] fs/dcache.c:3188:3: error: implicit declaration of function 'prefetch'
 2018-03-13 10:21 UTC 

[vfs:work.dcache 15/23] fs/dcache.c:3188:3: error: implicit declaration of function 'prefetch'; did you mean 'prepend'?
 2018-03-13 10:17 UTC 

gfs2 IOMAP_ZERO confusion
 2018-03-13  8:22 UTC 

aio poll, io_pgetevents and a new in-kernel poll API V5
 2018-03-13  7:46 UTC  (2+ messages)

fallocate on XFS for swap
 2018-03-13  7:14 UTC  (10+ messages)

[PATCH 0/3] indirectly reclaimable memory
 2018-03-13  0:45 UTC  (5+ messages)
` [PATCH 3/3] dcache: account external names as "


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