linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-16 16:42:04 to 2017-06-19 19:00:15 UTC [more...]

[PATCHSET v7] Add support for write life time hints
 2017-06-19 19:00 UTC  (25+ 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

[PATCHSET v6] Add support for write life time hints
 2017-06-19 18:53 UTC  (24+ 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

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-19 18:34 UTC  (6+ messages)

[PATCH] fs: buffer: Modify alloc_page_buffers
 2017-06-19 18:20 UTC  (4+ messages)

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

odd sysfs find behavior, was: Re: [PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification
 2017-06-19 17:59 UTC  (7+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-19 17:48 UTC  (26+ 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

ufs build failure (no __udivdi3) on i386 in linux tip (edf9364d3f92)
 2017-06-19 17:34 UTC  (4+ messages)

[PATCH 0/7] lseek SEEK_HOLE / SEEK_DATA via iomap
 2017-06-19 17:32 UTC  (5+ messages)
` [PATCH 4/7] vfs: Add iomap_seek_hole_data helper
` [PATCH 6/7] xfs: Switch to iomap for lseek SEEK_HOLE / SEEK_DATA

[PATCH 0/2 v5] Fixups for l_pid
 2017-06-19 17:32 UTC  (4+ messages)
` [PATCH 1/2] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/2] fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks

[PATCHSET v8] Add support for write life time hints
 2017-06-19 17:05 UTC  (10+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 2/9] block: add support for write hints in a bio
` [PATCH 3/9] blk-mq: expose stream write hints through debugfs
` [PATCH 4/9] fs: add O_DIRECT support for sending down write life time hints
` [PATCH 5/9] fs: add support for buffered writeback to pass down write hints
` [PATCH 6/9] ext4: add support for passing in write hints for buffered writes
` [PATCH 7/9] xfs: "
` [PATCH 8/9] btrfs: "
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH 0/3 v4] Fixups for l_pid
 2017-06-19 12:53 UTC  (5+ messages)
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks

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

persistent overlay inode nlink
 2017-06-19 12:03 UTC  (4+ messages)

[PATCH 30/31] ext4: eliminate xattr entry e_hash recalculation for removes
 2017-06-19  8:10 UTC  (4+ messages)

[PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context [ver #5]
 2017-06-19  7:47 UTC  (10+ messages)
` [RFC][PATCH 00/27] VFS: Introduce "

[PATCH v4] fscrypt: Add support for AES-128-CBC
 2017-06-19  7:27 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 0/8] Isolate time_t data types for clock/timer syscalls
 2017-06-19  7:25 UTC  (10+ messages)
` [PATCH 1/8] time: add get_timespec64 and put_timespec64
` [PATCH 2/8] nanosleep: Move native and compat syscalls
` [PATCH 3/8] kernel: compat: Move clock and timer "
` [PATCH 4/8] nanosleep: Use get_timespec64() and set_timespec64()
` [PATCH 5/8] posix-timers: Use get_timepsec64() and put_timespec64()
` [PATCH 6/8] time: introduce {get,put}_itimerspec64
` [PATCH 7/8] posix_clocks: Use get_itimerspec64() and put_itimerspec64()
` [PATCH 8/8] timerfd: "

Regression test (or generic tests) for Linux filesystems
 2017-06-19  5:41 UTC  (4+ messages)

[PATCH v3 00/14] pmem: stop abusing __copy_user_nocache(), and other reworks
 2017-06-19  2:07 UTC  (13+ messages)
` [PATCH v3 01/14] x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operations
` [PATCH v3 02/14] dm: add ->copy_from_iter() dax operation support
` [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

[git pull] first batch of ufs fixes
 2017-06-18 20:45 UTC  (13+ messages)

[PATCH for v4.9 LTS 75/86] coredump: Ensure proper size of sparse core files
 2017-06-17 22:24 UTC 

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-17 18:24 UTC  (9+ messages)

[PATCH] f2fs: add ioctl to do gc with target block address
 2017-06-17 14:17 UTC 

[PATCH 0/10 v12] No wait AIO
 2017-06-17 11:53 UTC  (4+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT

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

[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 

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)

[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  (14+ messages)
` [PATCH 04/11] fs: add support for allowing applications to pass in "

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

[PATCHSET v5] Add support for write life time hints
 2017-06-16 17:59 UTC  (11+ messages)
` [PATCH 01/12] block: add support for carrying stream information in a bio
` [PATCH 05/12] fs: add fcntl() interface for setting/getting write life time hints
` [PATCH 06/12] block: add helpers for setting/checking write hint validity


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