linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-13 16:47:48 to 2018-04-17 21:49:30 UTC [more...]

[PATCH v10 00/62] Convert page cache to XArray
 2018-04-17 21:49 UTC  (5+ messages)

[RFC PATCH] fs: introduce ST_HUGE flag and set it to tmpfs and hugetlbfs
 2018-04-17 21:31 UTC  (2+ messages)

[PATCH] fs: dax: Adding new return type vm_fault_t
 2018-04-17 21:00 UTC  (3+ messages)

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-04-17 20:31 UTC  (5+ messages)
` [RFC PATCH 16/35] ovl: readd lsattr/chattr support
` [RFC PATCH 19/35] ovl: readd reflink/copyfile/dedup support

[PATCH v2 00/20] fanotify: super block mark
 2018-04-17 19:11 UTC  (13+ messages)
` [PATCH v2 05/20] fsnotify: use type id to identify connector object type
` [PATCH v2 06/20] fsnotify: remove redundant arguments to handle_event()
` [PATCH v2 07/20] fsnotify: introduce marks iteration helpers
` [PATCH v2 08/20] fsnotify: generalize iteration of marks by object type

ioctl FIBMAP for dax gone in v4.17-rc1
 2018-04-17 17:50 UTC  (8+ messages)

kernel panics with 4.14.X versions
 2018-04-17 17:42 UTC  (11+ messages)

[PATCH] fs: track per-sb writeback errors and report them to syncfs
 2018-04-17 14:55 UTC 

[PATCH] fasync: Fix deadlock between task-context and interrupt-context kill_fasync()
 2018-04-17 14:15 UTC  (8+ messages)

[PATCH 0/7] udf: UTF handling fix and cleanups
 2018-04-17 12:55 UTC  (8+ messages)
` [PATCH 1/7] udf: Fix leak of UTF-16 surrogates into encoded strings
` [PATCH 2/7] udf: Always require NLS support
` [PATCH 3/7] udf: Use UTF-32 <-> UTF-8 conversion functions from NLS
` [PATCH 4/7] udf: Convert ident strings to proper charset
` [PATCH 5/7] udf: Push sb argument to udf_name_[to|from]_CS0()
` [PATCH 6/7] udf: Add support for encoding UTF-16 characters
` [PATCH 7/7] udf: Add support for decoding "

[PATCH 0/3] indirectly reclaimable memory
 2018-04-17 11:24 UTC  (14+ messages)
` [PATCH 3/3] dcache: account external names as "

[LSF/MM TOPIC] improving writeback error handling
 2018-04-17 11:08 UTC 

[PATCH net-next v4 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-04-17  7:44 UTC  (4+ messages)
` [PATCH net-next v4 1/3] vmcore: add API to collect hardware dump in second kernel
` [PATCH net-next v4 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v4 3/3] cxgb4: collect hardware dump in second kernel

[PATCH 1/2] hfs: fix potential refcnt problem of nls module
 2018-04-17  7:05 UTC  (2+ messages)
` [PATCH 2/2] hfsplus: "

[PATCH] fs: gfs2: Adding new return type vm_fault_t
 2018-04-17  2:08 UTC  (3+ messages)

[PATCH v5 0/2] Directed kmem charging
 2018-04-16 20:51 UTC  (3+ messages)
` [PATCH v5 1/2] mm: memcg: remote memcg charging for kmem allocations
` [PATCH v5 2/2] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-16 20:35 UTC  (8+ messages)

[PATCH] fs/dcache.c: re-add cond_resched() in shrink_dcache_parent()
 2018-04-16 18:28 UTC  (16+ messages)

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

[PATCH] [RFC][WIP] namespace.c: Allow some unprivileged proc mounts when not fully visible
 2018-04-16 14:16 UTC  (4+ messages)

[GIT PULL] fuse update for 4.17
 2018-04-16  9:49 UTC 

Filesystem crashes due to pages without buffers
 2018-04-16  9:20 UTC  (6+ messages)

INFO: rcu detected stall in select_collect
 2018-04-16  9:11 UTC  (2+ messages)

[vfs:misc.ppc 3/6] include/linux/syscalls.h:206:18: error: conflicting types for 'sys_rt_sigreturn'
 2018-04-16  5:52 UTC 

[RFC] Speed up tag_pages_for_writeback
 2018-04-16  2:42 UTC 

[PATCH] VFS: simplify seq_file iteration code and interface
 2018-04-15 22:42 UTC 

io_pgetevents & aio fsync V3
 2018-04-15 15:01 UTC  (8+ messages)
` [PATCH 1/7] aio: don't print the page size at boot time
` [PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete
` [PATCH 3/7] aio: sanitize ki_list handling
` [PATCH 4/7] aio: remove the extra get_file/fput pair in io_submit_one
` [PATCH 5/7] aio: refactor read/write iocb setup
` [PATCH 6/7] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
` [PATCH 7/7] aio: implement io_pgetevents

[PATCH] fs: iomap: Change return type to vm_fault_t
 2018-04-14 20:02 UTC 

[PATCH] fs: proc: Adding new typedef vm_fault_t
 2018-04-14 19:59 UTC 

[PATCH] fs: fuse: Adding new return type vm_fault_t
 2018-04-14 19:38 UTC 

INFO: rcu detected stall in shrink_dentry_list
 2018-04-14  9:45 UTC  (2+ messages)

[PATCH] fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()
 2018-04-14  7:55 UTC  (2+ messages)

INFO: rcu detected stall in _raw_spin_unlock
 2018-04-14  7:02 UTC  (2+ messages)

INFO: rcu detected stall in shrink_dcache_parent
 2018-04-14  7:02 UTC  (3+ messages)

INFO: rcu detected stall in vfs_rmdir
 2018-04-14  7:02 UTC  (2+ messages)

INFO: rcu detected stall in do_raw_spin_unlock
 2018-04-14  7:02 UTC  (2+ messages)

fsync() errors is unsafe and risks data loss
 2018-04-14  2:38 UTC  (13+ messages)

mmotm 2018-04-13-17-28 uploaded
 2018-04-14  0:29 UTC 

[PATCH v8 00/18] dax: fix dma vs truncate/hole-punch
 2018-04-13 22:48 UTC  (8+ messages)
` [PATCH v8 15/18] mm, fs, dax: handle layout changes to pinned dax mappings

[PATCH 0/6] statfs: handle mount propagation
 2018-04-13 20:19 UTC  (9+ messages)
` [PATCH 1/6] fs: use << for MS_* flags
` [PATCH 2/6] statfs: use << to align with fs header

WARNING in up_write
 2018-04-13 18:25 UTC  (9+ 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).