linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-15 08:00:13 to 2017-06-17 11:14:31 UTC [more...]

[PATCH] mm/list_lru.c: use cond_resched_lock() for nlru->lock
 2017-06-17 11:14 UTC  (4+ messages)

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-17 10:03 UTC  (7+ messages)

[PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context [ver #5]
 2017-06-17  9:57 UTC  (21+ messages)
` [RFC][PATCH 00/27] VFS: Introduce "
  ` [PATCH 03/27] VFS: Make get_mnt_ns() return the namespace "
  ` [PATCH 07/27] VFS: Differentiate mount flags (MS_*) from internal superblock flags "
  ` [PATCH 16/27] proc: Add fs_context support to procfs "
  ` [PATCH 24/27] NFS: Add fs_context support. "
  ` [PATCH 25/27] ipc: Convert mqueue fs to fs_context "

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-17  5:22 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: introduce bmap_walk()
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem

[PATCH 0/10 v12] No wait AIO
 2017-06-17  4:09 UTC  (19+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] block: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-17  4:09 UTC  (8+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()
` [PATCH v2 3/3] dax: use common 4k zero page for dax mmap reads

[git pull] vfs fixes
 2017-06-17  2:56 UTC 

[git pull] first batch of ufs fixes
 2017-06-17  2:15 UTC  (13+ messages)

[PATCH 30/31] ext4: eliminate xattr entry e_hash recalculation for removes
 2017-06-17  2:04 UTC  (3+ messages)

[PATCH 01/28] ext4: xattr-in-inode support
 2017-06-17  1:50 UTC  (7+ messages)
` [PATCH 23/28] mbcache: make mbcache more generic
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions

mmotm 2017-06-16-13-59 uploaded
 2017-06-16 20:59 UTC 

[PATCH] fs: don't forget to put old mntns in mntns_install
 2017-06-16 20:41 UTC  (2+ messages)

[PATCHSET v6] Add support for write life time hints
 2017-06-16 19:56 UTC  (15+ messages)
` [PATCH 01/11] fs: add support for an inode to carry write hint related data
` [PATCH 02/11] block: add support for write hints in a bio
` [PATCH 03/11] blk-mq: expose stream write hints through debugfs
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] fs: add fcntl() interface for setting/getting "
` [PATCH 06/11] fs: add O_DIRECT support for sending down "
` [PATCH 07/11] fs: add support for buffered writeback to pass down write hints
` [PATCH 08/11] ext4: add support for passing in write hints for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives

[xfstests PATCH v5 0/5] new tests for writeback error reporting behavior
 2017-06-16 19:36 UTC  (6+ messages)
` [xfstests PATCH v5 1/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v5 2/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v5 3/5] generic: add a writeback error handling test
` [xfstests PATCH v5 4/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v5 5/5] btrfs: make a btrfs version of writeback error reporting test

[PATCHSET v4] Add support for write life time hints
 2017-06-16 19:35 UTC  (27+ messages)
` [PATCH 02/11] blk-mq: expose stream write stats through debugfs
` [PATCH 03/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-16 19:34 UTC  (23+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 02/22] buffer: use mapping_set_error instead of setting the flag
` [PATCH v7 03/22] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 06/22] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v7 07/22] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v7 08/22] mm: clean up error handling in write_one_page
` [PATCH v7 09/22] fs: always sync metadata in __generic_file_fsync
` [PATCH v7 10/22] lib: add errseq_t type and infrastructure for handling it
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 12/22] mm: tracepoints for writeback error events
` [PATCH v7 13/22] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v7 14/22] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v7 15/22] dax: set errors in mapping when writeback fails
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 17/22] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v7 18/22] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v7 19/22] ext4: add more robust reporting of metadata writeback errors
` [PATCH v7 20/22] ext2: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v7 22/22] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-16 18:42 UTC  (7+ messages)
  ` [dm-crypt] "

[PATCHSET v5] Add support for write life time hints
 2017-06-16 17:59 UTC  (22+ messages)
` [PATCH 01/12] block: add support for carrying stream information in a bio
` [PATCH 02/12] blk-mq: expose stream write stats through debugfs
` [PATCH 03/12] fs: add support for an inode to carry write hint related data
` [PATCH 04/12] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/12] fs: add fcntl() interface for setting/getting "
` [PATCH 06/12] block: add helpers for setting/checking write hint validity
` [PATCH 07/12] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 08/12] fs: add support for buffered writeback to pass down write hints
` [PATCH 09/12] ext4: add support for passing in write hints for buffered writes
` [PATCH 10/12] xfs: "
` [PATCH 11/12] btrfs: "
` [PATCH 12/12] nvme: add support for streams and directives

[PATCHSET v2] Add support for write life time hints
 2017-06-16 15:55 UTC  (11+ messages)

[PATCH 0/7] lseek SEEK_HOLE / SEEK_DATA via iomap
 2017-06-16 15:30 UTC  (9+ messages)
` [PATCH 1/7] GFS2: Make height info part of metapath
` [PATCH 2/7] GFS2: Implement iomap for block_map
` [PATCH 3/7] GFS2: Switch fiemap implementation to use iomap
` [PATCH 4/7] vfs: Add iomap_seek_hole_data helper
` [PATCH 5/7] gfs2: Implement lseek SEEK_HOLE / SEEK_DATA via iomap
` [PATCH 6/7] xfs: Switch to iomap for lseek SEEK_HOLE / SEEK_DATA
` [PATCH 7/7] xfs: Switch to iomap for seeking in quota files

[PATCH] fs: pass on flags in compat_writev
 2017-06-16  9:08 UTC  (2+ messages)

[GIT PULL] configfs updates for 4.12
 2017-06-16  9:03 UTC 

[PATCH v3] fscrypt: Add support for AES-128-CBC
 2017-06-16  7:39 UTC  (5+ messages)
` [PATCH v4] "

[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
 2017-06-16  6:44 UTC  (2+ messages)

[PATCH 1/4] ima: use fs method to read integrity data
 2017-06-16  6:18 UTC  (3+ messages)

Re: [PATCH v6] fat: Batched discard support for fat
 2017-06-16  1:50 UTC  (2+ messages)
`  "

[PATCH v2 0/2] mm: force enable thp for dax
 2017-06-15 23:44 UTC  (10+ messages)
` [PATCH v2 1/2] mm: improve readability of transparent_hugepage_enabled()

[PATCH] Track and use TUCK mounts for precise umount semantics
 2017-06-15 21:48 UTC  (3+ messages)

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-15 20:53 UTC  (7+ messages)

INHERITANCE CLAIM
 2017-06-15  9:50 UTC 

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-15 15:03 UTC  (10+ messages)
` [PATCH v6 12/20] fs: add a new fstype flag to indicate how writeback errors are tracked

[PATCH 0/10 v11] No wait AIO
 2017-06-15 14:55 UTC  (7+ messages)

(unknown),
 2017-06-15 13:50 UTC 

udf: allow implicit blocksize specification during mount
 2017-06-15 13:49 UTC  (5+ messages)

[PATCH] fs: initialize resize_wait wait queue of init task
 2017-06-15 11:16 UTC  (2+ messages)

Hang/soft lockup in d_invalidate with simultaneous calls
 2017-06-15 10:50 UTC  (8+ messages)

Default ACLs and SGID bit on directories
 2017-06-15  9:35 UTC  (3+ messages)

[PATCH v4 1/1] f2fs: dax: implement direct access
 2017-06-15  8:56 UTC 

[PATCH v3 00/14] pmem: stop abusing __copy_user_nocache(), and other reworks
 2017-06-15  8:11 UTC  (5+ messages)
` [PATCH v3 08/14] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm

[PATCH v3 13/14] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
 2017-06-15  8:09 UTC  (3+ messages)
` [PATCH v4 13/14] libnvdimm, pmem: gate cache management on QUEUE_FLAG_WC in pmem_dax_flush()


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