linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-12 15:09:08 to 2018-04-16 09:11:57 UTC [more...]

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 

[PATCH] fs/dcache.c: re-add cond_resched() in shrink_dcache_parent()
 2018-04-15 22:34 UTC  (15+ messages)

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-15 17:36 UTC  (7+ messages)

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 v10 00/62] Convert page cache to XArray
 2018-04-14 19:58 UTC  (4+ messages)

[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 

[PATCH v11 00/63] Convert page cache to XArray
 2018-04-14 14:13 UTC  (64+ 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

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  (39+ 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] [RFC][WIP] namespace.c: Allow some unprivileged proc mounts when not fully visible
 2018-04-13 22:41 UTC  (3+ messages)

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

WARNING in up_write
 2018-04-13 18:25 UTC  (9+ messages)

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-04-13 15:55 UTC  (21+ messages)
` [RFC PATCH 01/35] vfs: clean up dedup
` [RFC PATCH 02/35] vfs: add path_open()
` [RFC PATCH 04/35] ovl: copy up times
` [RFC PATCH 11/35] ovl: readd read_iter
` [RFC PATCH 16/35] ovl: readd lsattr/chattr support
` [RFC PATCH 24/35] Revert "ovl: fix relatime for directories"
` [RFC PATCH 31/35] Revert "vfs: add d_real_inode() helper"
` [RFC PATCH 33/35] Revert "fsnotify: support overlayfs"
` [RFC PATCH 34/35] vfs: simplify d_op->d_real()
` [RFC PATCH 35/35] ovl: fix documentation of non-standard behavior

[PATCH 0/3] indirectly reclaimable memory
 2018-04-13 14:37 UTC  (14+ messages)
` [PATCH 1/3] mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
` [PATCH 3/3] dcache: account external names as indirectly reclaimable memory

[PATCH v2 00/20] fanotify: super block mark
 2018-04-13 13:56 UTC  (9+ messages)
` [PATCH v2 01/20] fanotify: fix logic of events on child
` [PATCH v2 02/20] fsnotify: fix ignore mask logic in send_to_group()
` [PATCH v2 03/20] fsnotify: fix typo in a comment about mark->g_list
` [PATCH v2 04/20] MAINTAINERS: add an entry for FSNOTIFY infrastructure

Filesystem crashes due to pages without buffers
 2018-04-13 12:58 UTC  (5+ messages)

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2018-04-13 11:17 UTC  (6+ messages)
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH] autofs - mount point create should honour passed in mode
 2018-04-13 10:38 UTC 

[GIT PULL] overlayfs update for 4.17
 2018-04-13  8:47 UTC 

[vfs:misc.ppc 1/6] arch/powerpc/mm/subpage-prot.c:189:30: error: expected ')' before 'unsigned'
 2018-04-13  8:31 UTC 

[BUG] UTF-16 names in multiple fs's are handled as UCS-2
 2018-04-13  3:43 UTC 

[PATCH v9 00/61] XArray v9
 2018-04-12 21:27 UTC  (7+ messages)
` [PATCH v9 07/61] xarray: Add the xa_lock to the radix_tree_root

[PATCH] radix tree test suite: fix mapshift build target
 2018-04-12 21:19 UTC  (3+ messages)

INFO: rcu detected stall in d_walk
 2018-04-12 21:02 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).