linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-21 22:33:40 to 2017-08-25 17:59:45 UTC [more...]

[PATCH] nfs: track writeback errors with errseq_t
 2017-08-25 17:59 UTC  (2+ messages)

[PATCH v6 0/5] MAP_DIRECT and block-map-atomic files
 2017-08-25 16:56 UTC  (25+ messages)
` [PATCH v6 1/5] vfs: add flags parameter to ->mmap() in 'struct file_operations'
` [PATCH v6 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v6 3/5] mm: introduce mmap3 for safely defining new mmap flags
` [PATCH v6 4/5] fs, xfs: introduce MAP_DIRECT for creating block-map-atomic file ranges
` [PATCH v6 5/5] fs, fcntl: add F_MAP_DIRECT

[PATCH] fs/dcache: dentries should free after files unlinked or directories removed
 2017-08-25 16:43 UTC  (5+ messages)

[RFC 0/2] Add Virtual Box vboxguest and vboxsf guest drivers to the mainline kernel
 2017-08-25 11:53 UTC  (7+ messages)

[PATCH 00/15] v4 kernel core pieces refcount conversions
 2017-08-25  9:41 UTC  (16+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t
` [PATCH 02/15] sched: convert signal_struct.sigcnt "
` [PATCH 03/15] sched: convert user_struct.__count "
` [PATCH 04/15] sched: convert numa_group.refcount "
` [PATCH 05/15] sched/task_struct: convert task_struct.usage "
` [PATCH 06/15] sched/task_struct: convert task_struct.stack_refcount "
` [PATCH 07/15] perf: convert perf_event_context.refcount "
` [PATCH 08/15] perf/ring_buffer: convert ring_buffer.refcount "
` [PATCH 09/15] perf/ring_buffer: convert ring_buffer.aux_refcount "
` [PATCH 10/15] uprobes: convert uprobe.ref "
` [PATCH 11/15] nsproxy: convert nsproxy.count "
` [PATCH 12/15] groups: convert group_info.usage "
` [PATCH 13/15] creds: convert cred.usage "
` [PATCH 14/15] futex: convert futex_pi_state.refcount "
` [PATCH 15/15] kcov: convert kcov.refcount "

non-blocking buffered reads V4
 2017-08-25  7:36 UTC  (10+ messages)
` [PATCH 1/4] fs: pass iocb to do_generic_file_read
` [PATCH 2/4] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/4] fs: support RWF_NOWAIT for buffered reads
` [PATCH 4/4] block_dev: support RFW_NOWAIT on block device nodes

synchronous page faults for XFS
 2017-08-25  7:15 UTC  (11+ messages)
` [PATCH 1/3] iomap: return VM_FAULT_* codes from iomap_page_mkwrite
` [PATCH 2/3] xfs: consolidate the various page fault handlers
` [PATCH 3/3] xfs: support for synchronous DAX faults

[PATCH 0/2] fs: cache dax_device lookup result
 2017-08-25  7:02 UTC  (7+ messages)
` [PATCH 1/2] xfs: "
` [PATCH 2/2] ext2, ext4: "

Do we really need d_weak_revalidate???
 2017-08-25  5:32 UTC  (27+ messages)
                              ` [PATCH manpages] stat.2: correct AT_NO_AUTOMOUNT text and general revisions

Filesystem configuration parsers - (was: Re: [RESEND][PATCH] xfs: add online uevent for mount operation)
 2017-08-25  5:29 UTC  (12+ messages)

[PATCH] f2fs: wake up discard_thread iff there is a candidate
 2017-08-24 19:03 UTC 

[RFC PATCH 0/13 v2] dax, ext4: Synchronous page faults
 2017-08-24 16:45 UTC  (41+ messages)
` [PATCH 03/13] dax: Factor out getting of pfn out of iomap
` [PATCH 04/13] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 05/13] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 06/13] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 07/13] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 08/13] dax: Fix comment describing dax_iomap_fault()
` [PATCH 09/13] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 10/13] mm: Wire up MAP_SYNC
` [PATCH 11/13] dax, iomap: Add support for synchronous faults
` [PATCH 13/13] ext4: Support for synchronous DAX faults

Kernels v4.9+ cause short reads of block devices
 2017-08-24 15:22 UTC  (7+ messages)

fs_dax_get_by_host in the hot path
 2017-08-24 15:19 UTC  (3+ messages)

Intermittent memory corruption with v4.13-rc6+ and earlier
 2017-08-24 12:59 UTC  (4+ messages)

[PATCH RFC v2] Add /proc/pid/smaps_rollup
 2017-08-24  8:55 UTC  (8+ messages)

mmotm 2017-08-23-16-26 uploaded
 2017-08-23 23:46 UTC  (2+ messages)

[RFC v3 0/2] vfs / btrfs: add support for ustat()
 2017-08-23 22:31 UTC  (3+ messages)

[PATCH v2] fs/select: Fix memory corruption in compat_get_fd_set()
 2017-08-23 20:37 UTC 

[RFC][PATCH 0/8] Crash consistency xfstest using dm-log-writes
 2017-08-23 16:51 UTC  (11+ messages)
` [RFC][PATCH 1/8] common/rc: convert some egrep to grep
` [RFC][PATCH 2/8] common/rc: fix _require_xfs_io_command params check
` [RFC][PATCH 3/8] fsx: fixes to random seed
` [RFC][PATCH 4/8] fsx: fix path of .fsx* files
` [RFC][PATCH 5/8] fsx: add support for integrity check with dm-log-writes target
` [RFC][PATCH 6/8] log-writes: add replay-log program to replay "
` [RFC][PATCH 7/8] fstests: add support for working with "
` [RFC][PATCH 8/8] fstests: add crash consistency fsx test using dm-log-writes

[PATCH 1/2] dax: fallback on misaligned PMD faults
 2017-08-23 15:28 UTC  (7+ messages)
` [PATCH 2/2] dax: use PG_PMD_COLOUR instead of open coding
` [PATCH v2 1/2] dax: fix deadlock due to misaligned PMD faults
  ` [PATCH v2 2/2] dax: use PG_PMD_COLOUR instead of open coding

[PATCH] RFC: hung task: Check specific tasks for long uninterruptible sleep state
 2017-08-23 12:25 UTC  (6+ messages)

Kernel panic in fs compat layer
 2017-08-22 19:01 UTC  (2+ messages)
    ` [PATCH] fs/select: Fix kernel panic due to memory corruption in compat_get_fd_set()

[PATCH] fscrypt: add a documentation file for filesystem-level encryption
 2017-08-22 17:36 UTC  (15+ messages)

Crash Consistency xfstests
 2017-08-22 14:52 UTC  (5+ messages)

[PATCH v6 0/6] define new fs integrity_read method
 2017-08-22 13:41 UTC  (16+ messages)
` [PATCH v6 1/6] libfs: define simple_read_iter_from_buffer
` [PATCH v6 3/6] ima: always measure and audit files in policy
` [PATCH v6 4/6] ima: use fs method to read integrity data
` [PATCH v6 5/6] ima: define "dont_failsafe" policy action rule
` [PATCH v6 6/6] ima: define "fs_unsafe" builtin policy

[PATCH v4 0/5] define new fs integrity_read method
 2017-08-22  9:59 UTC  (12+ messages)
` [PATCH v4 1/5] ima: always measure and audit files in policy
  ` [Linux-ima-devel] "
` [PATCH v4 2/5] ima: use fs method to read integrity data
` [PATCH v4 3/5] ima: define "dont_failsafe" policy action rule
  ` [Linux-ima-devel] "
` [PATCH v4 4/5] ima: define "fs_unsafe" builtin policy
  ` [Linux-ima-devel] "
` [PATCH v4 5/5] ima: remove permit_directio policy option
  ` [Linux-ima-devel] "

[PATCH v3 0/5] fs/dcache: Limit # of negative dentries
 2017-08-22  2:59 UTC  (11+ 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).