messages from 2017-04-17 19:14:34 to 2017-04-24 13:22:52 UTC [more...]
[PATCH v3 00/20] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-04-24 13:22 UTC (14+ messages)
` [PATCH v3 01/20] mm: drop "wait" parameter from write_one_page
` [PATCH v3 02/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v3 03/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v3 05/20] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v3 06/20] dax: set errors in mapping when writeback fails
` [PATCH v3 07/20] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v3 08/20] mm: ensure that we set mapping error if writeout() fails
` [PATCH v3 09/20] 9p: set mapping error when writeback fails in launder_page
` [PATCH v3 10/20] fuse: set mapping error in writepage_locked when it fails
` [PATCH v3 11/20] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v3 12/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v3 13/20] fs: new infrastructure for writeback error handling and reporting
[PATCH v2 00/11] overlayfs constant inode numbers
2017-04-24 13:10 UTC (14+ messages)
` [PATCH v2 01/11] ovl: store path type in dentry
` [PATCH v2 02/11] ovl: cram opaque boolean into type flags
` [PATCH v2 03/11] ovl: check if all layers are on the same fs
` [PATCH v2 04/11] ovl: store file handle of lower inode on copy up
` [PATCH v2 05/11] ovl: lookup redirect by file handle
` [PATCH v2 06/11] ovl: lookup non-dir inode copy up origin
` [PATCH v2 07/11] ovl: set the COPYUP type flag for non-dirs
` [PATCH v2 08/11] ovl: redirect non-dir by path on rename
` [PATCH v2 09/11] ovl: constant st_ino/st_dev across copy up
` [PATCH v2 10/11] ovl: persistent and constant inode number for directories
` [PATCH v2 11/11] ovl: fix du --one-file-system on overlay mount
[PATCH v2 00/17] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-04-24 11:50 UTC (13+ messages)
` [PATCH v2 07/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v2 08/17] fs: retrofit old error reporting API onto new infrastructure
fanotify read returns with errno == EOPENSTALE
2017-04-24 7:40 UTC (19+ messages)
qemu-kvm hangs with DAX
2017-04-24 6:16 UTC
Darlehen
2017-04-23 23:31 UTC
[PATCH 2/2 linux-next] udf: use kmap_atomic for memcpy copying
2017-04-23 18:58 UTC
[PATCH 1/2 linux-next] udf: use octal for permissions
2017-04-23 18:58 UTC
[RFC][PATCH] proc: invalidate the deleting or deleted proc dentry
2017-04-23 9:50 UTC (2+ messages)
[resend PATCH v2 00/33] dax: introduce dax_operations
2017-04-22 15:25 UTC (37+ messages)
` [resend PATCH v2 01/33] device-dax: rename 'dax_dev' to 'dev_dax'
` [resend PATCH v2 02/33] dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
` [resend PATCH v2 04/33] dax: introduce dax_operations
` [resend PATCH v2 05/33] pmem: add dax_operations support
` [resend PATCH v2 06/33] axon_ram: "
` [resend PATCH v2 07/33] brd: "
` [resend PATCH v2 08/33] dcssblk: "
` [resend PATCH v2 09/33] block: kill bdev_dax_capable()
` [resend PATCH v2 10/33] dax: introduce dax_direct_access()
` [resend PATCH v2 11/33] dm: add dax_device and dax_operations support
` [resend PATCH v2 12/33] dm: teach dm-targets to use a dax_device + dax_operations
` [resend PATCH v2 13/33] ext2, ext4, xfs: retrieve dax_device for iomap operations
` [resend PATCH v2 14/33] Revert "block: use DAX for partition table reads"
` [resend PATCH v2 15/33] filesystem-dax: convert to dax_direct_access()
` [resend PATCH v2 16/33] block, dax: convert bdev_dax_supported() "
` [resend PATCH v2 17/33] block: remove block_device_operations ->direct_access()
` [resend PATCH v2 19/33] dax, pmem: introduce 'copy_from_iter' dax operation
` [resend PATCH v2 20/33] dm: add ->copy_from_iter() dax operation support
` [resend PATCH v2 21/33] filesystem-dax: convert to dax_copy_from_iter()
` [resend PATCH v2 22/33] dax, pmem: introduce an optional 'flush' dax_operation
` [resend PATCH v2 23/33] dm: add ->flush() dax operation support
` [resend PATCH v2 24/33] filesystem-dax: convert to dax_flush()
` [resend PATCH v2 25/33] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [resend PATCH v2 26/33] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
` [resend PATCH v2 27/33] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [resend PATCH v2 28/33] x86, libnvdimm, dax: stop abusing __copy_user_nocache
` [resend PATCH v2 29/33] uio, libnvdimm, pmem: implement cache bypass for all copy_from_iter() operations
` [resend PATCH v2 30/33] libnvdimm, pmem: fix persistence warning
` [resend PATCH v2 31/33] libnvdimm, nfit: enable support for volatile ranges
` [resend PATCH v2 32/33] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
` [resend PATCH v2 33/33] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region
MAIL
2017-04-22 9:48 UTC
[PATCH 1/3] f2fs: add ioctl to flush data from faster device to cold area
2017-04-22 1:11 UTC (4+ messages)
` [PATCH 2/3] f2fs: fix _IOW usage
` [PATCH 3/3] f2fs: assign allocation hint for warm/cold data
[PATCH 1/2] f2fs: add braces for macro variables more
2017-04-22 0:30 UTC (3+ messages)
` [PATCH 2/2] f2fs: fix out-of free segments
(unknown),
2017-04-21 17:40 UTC
Unchecked flags in statx(2) [Should be fixed before 4.11-final?]
2017-04-21 19:19 UTC (8+ messages)
[Qemu-devel] [RFC PATCH 0/4] nvdimm: enable flush hint address structure
2017-04-21 19:14 UTC
[RFC][PATCH 00/13] overlayfs stable inodes
2017-04-21 15:29 UTC (30+ messages)
` [RFC][PATCH 02/13] ovl: redirect dir by file handle on copy up
` [RFC][PATCH 03/13] ovl: lookup redirect by file handle
statx.2 manpage
2017-04-21 14:23 UTC (2+ messages)
[PATCH 1/1] fs: Allows for xattr support to be compiled out
2017-04-21 14:18 UTC (2+ messages)
[PATCH v2 1/1] fs/inode.c: spelling in inode_owner_or_capable doc
2017-04-21 13:44 UTC
[PATCH 1/1] fs/inode.c: spelling in inode_owner_or_capable doc
2017-04-21 13:36 UTC (3+ messages)
[PATCH v6 0/6] Skipped unlocks
2017-04-21 12:32 UTC (7+ messages)
` [PATCH 4/6] NFS: Add an iocounter wait function for async RPC tasks
` [PATCH 5/6] lockd: Introduce nlmclnt_operations
` [PATCH 6/6] NFS: Always wait for I/O completion before unlock
[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2017-04-21 9:58 UTC (3+ messages)
` [PATCH v16 10/10] KVM: x86: virtualize cpuid faulting
[PATCH 0/4] Properly invalidate data in the cleancache
2017-04-21 3:44 UTC (16+ messages)
` [PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
` [PATCH 2/2] dax: fix data corruption due to stale mmap reads
` [PATCH 2/4] fs/block_dev: always invalidate cleancache in invalidate_bdev()
[PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL
2017-04-20 19:56 UTC (6+ messages)
[PATCH] ufs: small comment fix
2017-04-20 19:50 UTC
[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
2017-04-20 18:11 UTC (4+ messages)
` [PATCH 21/25] nfs: Convert to separately allocated bdi
[PATCH v3] dcssblk: add dax_operations support
2017-04-20 17:05 UTC (3+ messages)
[PATCH 0/8 v6] No wait AIO
2017-04-20 13:43 UTC (18+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs
[fuse-devel] trying to steal weird page?
2017-04-20 13:29 UTC
[PATCH] fs: don't set *REFERENCED on single use objects
2017-04-20 11:56 UTC (4+ messages)
` [PATCH] "
[PATCH v3] axon_ram: add dax_operations support
2017-04-20 5:46 UTC (4+ messages)
[PATCH] fs: Preventing READ_IMPLIES_EXEC Propagation
2017-04-20 3:50 UTC (6+ messages)
[Patch resend] nsfs: mark dentry with DCACHE_RCUACCESS
2017-04-19 22:57 UTC (2+ messages)
[PATCH v3] dax: add a facility to lookup a dax device by 'host' device name
2017-04-19 22:31 UTC
[PATCH 0/2] nsfs: Introduce ioctl to set vector of ns_last_pid's on pid ns hierarhy
2017-04-19 20:27 UTC (3+ messages)
` [PATCH 2/2] pid_ns: Introduce ioctl to set vector of ns_last_pid's on "
[PATCH 1/2] vfs: implement fchmodat2() syscall
2017-04-19 12:45 UTC (7+ messages)
[PATCH 0/11] quota: Stop setting IMMUTABLE and NOATIME flags directly
2017-04-19 10:34 UTC (4+ messages)
` Can the patch set [1] be put up on openSUSE Build Service as well please ?
[PATCH] mm: Make truncate_inode_pages_range() killable
2017-04-18 22:09 UTC (4+ messages)
[PATCH] fs: fix to properly return error code for utimensat
2017-04-18 19:02 UTC
[PATCH 00/19] Kernel subsystem refcounter conversions
2017-04-18 6:33 UTC (7+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).