linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-06 19:23:18 to 2018-03-10 18:18:58 UTC [more...]

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-10 18:18 UTC  (13+ messages)
` [RFC v2 09/83] Add Kconfig and Makefile
` [RFC v2 10/83] Add superblock integrity check
` [RFC v2 11/83] Add timing and I/O statistics for performance analysis and profiling
` [RFC v2 19/83] Add pmem block free routines
` [RFC v2 27/83] Save the inode inuse list to pmem upon umount
` [RFC v2 44/83] Log operation: invalidate log entries
` [RFC v2 53/83] Namei: lookup
` [RFC v2 61/83] Super: Add nova_export_ops
` [RFC v2 69/83] Super: Add module param inplace_data_updates
` [RFC v2 70/83] File operation: Inplace write
` [RFC v2 72/83] File operation: fallocate
` [RFC v2 77/83] GC: Fast garbage collection

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-10 17:40 UTC  (16+ messages)
` [PATCH v5 01/11] dax: store pfns in the radix
` [PATCH v5 02/11] xfs, dax: introduce xfs_dax_aops
` [PATCH v5 03/11] ext4, dax: introduce ext4_dax_aops
` [PATCH v5 04/11] ext2, dax: introduce ext2_dax_aops
` [PATCH v5 05/11] fs, dax: use page->mapping to warn if truncate collides with a busy page
` [PATCH v5 06/11] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v5 07/11] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v5 08/11] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v5 09/11] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v5 10/11] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v5 11/11] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v3 00/20] firmware: development for v4.17
 2018-03-10 17:16 UTC  (22+ messages)
` [PATCH v3 01/20] test_firmware: add simple firmware firmware test library
` [PATCH v3 02/20] test_firmware: enable custom fallback testing on limited kernel configs
` [PATCH v3 03/20] test_firmware: replace syfs fallback check with kconfig_has helper
` [PATCH v3 04/20] firmware: enable to split firmware_class into separate target files
` [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 08/20] firmware: split firmware fallback functionality into its own file
` [PATCH v3 09/20] firmware: move firmware loader into its own directory
` [PATCH v3 10/20] firmware: enable run time change of forcing fallback loader
` [PATCH v3 11/20] firmware: enable to force disable the fallback mechanism at run time
` [PATCH v3 12/20] test_firmware: expand on library with shared helpers
` [PATCH v3 13/20] test_firmware: test three firmware kernel configs using a proc knob
` [PATCH v3 14/20] rename: _request_firmware_load() fw_load_sysfs_fallback()
` [PATCH v3 15/20] firmware: fix checking for return values for fw_add_devm_name()
` [PATCH v3 16/20] firmware: add helper to check to see if fw cache is setup
` [PATCH v3 17/20] test_firmware: modify custom fallback tests to use unique files
` [PATCH v3 18/20] firmware: ensure the firmware cache is not used on incompatible calls
` [PATCH v3 19/20] firmware: add request_firmware_cache() to help with cache on reboot
` [PATCH v3 20/20] mt7601u: use request_firmware_cache() to address "

fallocate on XFS for swap
 2018-03-10  9:38 UTC  (6+ messages)

xfstests 344 deadlock on NOVA
 2018-03-10  5:27 UTC  (3+ messages)

Removing GFP_NOFS
 2018-03-10  2:44 UTC  (7+ messages)

mmotm 2018-03-09-16-34 uploaded
 2018-03-10  0:35 UTC 

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-03-09 17:26 UTC  (9+ messages)
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions

[GIT PULL] overlayfs fixes for 4.16-rc5
 2018-03-09 11:33 UTC 

[PATCH] orangefs: bug fix for a race condition when getting a slot
 2018-03-08 23:54 UTC 

[PATCH v3 0/6] ipc: Clamp *mni to the real IPCMNI limit
 2018-03-08 22:06 UTC  (30+ messages)
` [PATCH v3 1/6] proc/sysctl: Fix typo in sysctl_check_table_array()
` [PATCH v3 2/6] sysctl: Add kdoc comments to do_proc_do{u}intvec_minmax_conv_param
` [PATCH v3 3/6] sysctl: Add flags to support min/max range clamping
` [PATCH v3 4/6] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH v3 5/6] ipc: Clamp msgmni and shmmni to the real IPCMNI limit
` [PATCH v3 6/6] ipc: Clamp semmni "

[PATCH v6 0/6] fuse: mounts from non-init user namespaces
 2018-03-08 21:24 UTC  (8+ messages)
  ` [PATCH v7 0/7] "
    ` [PATCH v8 0/6] "
      ` [PATCH v9 0/4] "
        ` [PATCH v9 1/4] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
        ` [PATCH v9 2/4] fuse: Fail all requests with invalid uids or gids
        ` [PATCH v9 3/4] fuse: Support fuse filesystems outside of init_user_ns
        ` [PATCH v9 4/4] fuse: Restrict allow_other to the superblock's namespace or a descendant

[PATCH v3 0/4] unverifiable file signatures
 2018-03-08 20:24 UTC  (5+ 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 0/5] sysctl: Enable easy addition of range showing sysctl parameters
 2018-03-08 19:21 UTC  (10+ messages)
` [PATCH 1/5] sysctl: Clarify how the ctl_table.flags should be set
` [PATCH 2/5] sysctl: Add a new handler proc_show_minmax()
` [PATCH 3/5] sysctl: Add a new ctl_table flag to show min/max range
` [PATCH 4/5] proc/sysctl: Handle CTL_FLAGS_SHOW_RANGE ctl_table flag
` [PATCH 5/5] ipc: Show ranges of msgmni and shmmni with CTL_FLAGS_SHOW_RANGE

[PATCH v7 1/2] xfs: remove assert to check bytes returned
 2018-03-08 17:29 UTC  (5+ messages)
` [PATCH v7 2/2] Return bytes transferred for partial direct I/O

Any known soft lockup issue with vfs_write()->fsnotify()?
 2018-03-08 15:07 UTC  (3+ messages)

resize2fs hang at read function
 2018-03-08 10:18 UTC  (9+ messages)

mmotm 2018-03-07-16-19 uploaded
 2018-03-08  5:06 UTC  (7+ messages)
` mmotm 2018-03-07-16-19 uploaded (UML & memcg)

[PATCH v2 00/11] firmware: cleanup for v4.17
 2018-03-08  3:44 UTC  (7+ messages)
` [PATCH v2 07/11] firmware: split firmware fallback functionality into its own file

[PATCH] locks: change POSIX lock ownership on execve when file_struct is displaced
 2018-03-07 18:43 UTC 

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

ext4 confusion
 2018-03-07  5:35 UTC  (14+ messages)

[PATCH] inode: don't memset the inode address space twice
 2018-03-07  1:32 UTC  (2+ messages)


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