linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-10 18:21:45 to 2018-03-13 23:59:33 UTC [more...]

[PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list()
 2018-03-13 23:59 UTC  (26+ 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())

mmotm 2018-03-13-15-15 uploaded
 2018-03-13 22:16 UTC 

[PATCH v4 0/6] ipc: Clamp *mni to the real IPCMNI limit
 2018-03-13 21:06 UTC  (30+ 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
` [PATCH v4 5/6] ipc: Clamp semmni "
` [PATCH v4 6/6] test_sysctl: Add range clamping test

[PATCH v3 0/4] unverifiable file signatures
 2018-03-13 20:40 UTC  (18+ 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

[RFC 0/7] first draft of ZUFS - the Kernel part
 2018-03-13 20:32 UTC  (14+ 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

[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 

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-13 10:20 UTC  (16+ messages)
` [PATCH v5 02/11] xfs, dax: introduce xfs_dax_aops
` [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
      ` [RFC][PATCH] sched/wait_bit: Introduce wait_var_event()/wake_up_var()

[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  (11+ messages)

[PATCH v3 00/20] firmware: development for v4.17
 2018-03-13  4:43 UTC  (3+ messages)
` [PATCH v3 20/20] mt7601u: use request_firmware_cache() to address cache on reboot

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

[PATCH v2] xfs: preserve i_rdev when recycling a reclaimable inode
 2018-03-12 20:16 UTC  (10+ messages)

[PATCH] dcache: fix indirectly reclaimable memory accounting for CONFIG_SLOB
 2018-03-12 19:41 UTC 

[vfs:work.dcache 16/23] fs/d_path.c:122:3: error: implicit declaration of function 'prefetch'
 2018-03-12 18:19 UTC 

[vfs:work.dcache 16/23] include/linux/fs.h:2426:22: error: implicit declaration of function 'kmem_cache_alloc'; did you mean 'prom_early_alloc'?
 2018-03-12 18:03 UTC 

[PATCH 1/2] direct-io: Remove unused DIO_ASYNC_EXTEND flag
 2018-03-12 16:20 UTC  (3+ messages)

Kernel WARNING in dio_complete found by syzkaller
 2018-03-12  4:17 UTC  (2+ messages)

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-11 21:45 UTC  (25+ messages)
` [RFC v2 05/83] Add NOVA filesystem definitions and useful helper routines
` [RFC v2 09/83] Add Kconfig and Makefile
` [RFC v2 14/83] Add range node kmem cache
` [RFC v2 16/83] Initialize block map and free lists in nova_init()
` [RFC v2 73/83] Dax: Add iomap operations
` [RFC v2 74/83] File operation: Mmap
` [RFC v2 75/83] File operation: read/write iter
` [RFC v2 76/83] Ioctl support
` [RFC v2 79/83] Normal recovery
` [RFC v2 80/83] Failure recovery: bitmap operations
` [RFC v2 81/83] Failure recovery: Inode pages recovery routines
` [RFC v2 82/83] Failure recovery: Per-CPU recovery
` [RFC v2 83/83] Sysfs support

[PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata
 2018-03-11 20:14 UTC  (4+ 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).