messages from 2017-06-07 18:59:01 to 2017-06-13 15:07:46 UTC [more...]
[PATCH 0/4] define new fs integrity_read method
2017-06-13 15:07 UTC (12+ messages)
` [PATCH 1/4] ima: use fs method to read integrity data
` [PATCH 2/4] tmpfs: define integrity_read file operation method
` [PATCH 3/4] ima: use existing read file operation method to calculate file hash
` [PATCH 4/4] ima: use read_iter (generic_file_read_iter) "
` [PATCH] sample xfstests IMA-appraisal test module
` [PATCH] sample xfstests IMA-appraisal test module (resending)
[PATCH v3 1/2] fs/fcntl: f_setown, allow returning error
2017-06-13 13:01 UTC (5+ messages)
` [PATCH v3 2/2] fs/fcntl: f_setown, avoid undefined behaviour
udf: allow implicit blocksize specification during mount
2017-06-13 12:59 UTC (2+ messages)
[PATCH] Track and use TUCK mounts for precise umount semantics
2017-06-13 11:55 UTC (2+ messages)
[PATCH v2 1/2] fs/fcntl: f_setown, allow returning error
2017-06-13 11:22 UTC (6+ messages)
` [PATCH v2 2/2] fs/fcntl: f_setown, avoid undefined behaviour
[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
2017-06-13 10:36 UTC (11+ messages)
` [xfstests PATCH v4 1/5] generic: add a writeback error handling test
` [xfstests PATCH v4 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v4 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v4 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v4 5/5] btrfs: make a btrfs version of writeback error reporting test
[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
2017-06-13 10:27 UTC (31+ messages)
` [PATCH v6 01/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v6 02/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v6 03/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v6 04/20] buffer: set errors in mapping at the time that the error occurs
` [PATCH v6 05/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v6 06/20] mm: drop "wait" parameter from write_one_page
` [PATCH v6 07/20] mm: clean up error handling in write_one_page
` [PATCH v6 08/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v6 09/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v6 10/13] ext4: add more robust reporting of metadata writeback errors
` [PATCH v6 10/20] mm: tracepoints for writeback error events
` [PATCH v6 11/13] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 11/20] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v6 12/20] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v6 12/13] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 13/13] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
` [PATCH v6 13/20] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 14/20] dax: set errors in mapping when writeback fails
` [PATCH v6 15/20] fs: have call_fsync call filemap_report_wb_err if FS_WB_ERRSEQ is set
` [PATCH v6 16/20] block: convert to errseq_t based writeback error tracking
` [PATCH v6 17/20] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v6 18/20] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v6 19/20] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 20/20] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
[PATCH] fs: fcntl, avoid undefined behaviour
2017-06-13 10:02 UTC (4+ messages)
[PATCH] ubifs: Change gfp flags in page allocation for bulk read
2017-06-13 6:53 UTC (2+ messages)
[PATCH 0/10 v11] No wait AIO
2017-06-13 6:14 UTC (7+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
[git pull] first batch of ufs fixes
2017-06-13 1:43 UTC (10+ messages)
Hang/soft lockup in d_invalidate with simultaneous calls
2017-06-12 23:00 UTC (7+ messages)
[RFC PATCH] fs: ext4: don't trap kswapd and allocating tasks on ext4 inode IO
2017-06-12 21:51 UTC (8+ messages)
(unknown),
2017-06-12 19:12 UTC
I Would love to discuse something with you
2017-06-12 14:51 UTC
[PATCH 0/2] mm: force enable thp for dax
2017-06-12 14:47 UTC (6+ messages)
` [PATCH 1/2] mm: improve readability of transparent_hugepage_enabled()
` [PATCH 2/2] mm: always enable thp for dax mappings
[PATCH] fs: Preventing READ_IMPLIES_EXEC Propagation
2017-06-12 13:41 UTC (3+ messages)
` [PATCH REPOST] "
[PATCH] mm/list_lru.c: use cond_resched_lock() for nlru->lock
2017-06-12 13:11 UTC (2+ messages)
[PATCH] f2fs: fix ref of discard command
2017-06-12 11:17 UTC (2+ messages)
sendfile() > 2GB to pipe fails with EFBIG
2017-06-12 10:14 UTC (2+ messages)
` [PATCH] sendfile: Do not update file offset of non-lseek()able objects
Quick Loans
2017-06-12 4:00 UTC
[PATCH 1/3] mm: add vm_insert_mixed_mkwrite()
2017-06-12 4:02 UTC (7+ messages)
` [PATCH 2/3] dax: relocate dax_load_hole()
` [PATCH 3/3] dax: use common 4k zero page for dax mmap reads
[PATCH v3 00/14] pmem: stop abusing __copy_user_nocache(), and other reworks
2017-06-12 0:29 UTC (18+ 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 03/14] filesystem-dax: convert to dax_copy_from_iter()
` [PATCH v3 04/14] dax, pmem: introduce an optional 'flush' dax_operation
` [PATCH v3 05/14] dm: add ->flush() dax operation support
` [PATCH v3 06/14] filesystem-dax: convert to dax_flush()
` [PATCH v3 07/14] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [PATCH v3 08/14] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
` [PATCH v4 "
` [PATCH v3 09/14] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [PATCH v3 10/14] pmem: remove global pmem api
` [PATCH v3 11/14] libnvdimm, pmem: fix persistence warning
` [PATCH v3 12/14] libnvdimm, nfit: enable support for volatile ranges
` [PATCH v3 13/14] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
` [PATCH v3 14/14] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region
` [PATCH v4 "
(unknown),
2017-06-11 18:16 UTC
(unknown),
2017-06-11 4:42 UTC
(unknown),
2017-06-11 3:28 UTC
[PATCH] VFS: Differentiate mount flags (MS_*) from internal superblock flags
2017-06-10 17:59 UTC (5+ messages)
UFS s_maxbytes bogosity
2017-06-10 0:09 UTC (18+ messages)
[PATCH v2 00/20] Overlayfs inodes index
2017-06-09 22:56 UTC (16+ messages)
` [PATCH v2 08/20] ovl: lookup index entry for non-dir
[PATCH v2] firmware: fix sending -ERESTARTSYS due to signal on fallback
2017-06-09 22:55 UTC (7+ messages)
[PATCH v2] firmware: fix sending -ERESTARTSYS due to signal on fallback
2017-06-09 21:29 UTC (7+ messages)
[PATCH] fuse: Initialize the flock flag in the fuse_file structure upon allocation
2017-06-09 9:20 UTC (2+ messages)
[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
2017-06-09 8:02 UTC (4+ messages)
` Some filesystems set MNT_* flags in superblock->s_flags
[PATCH] configfs: Fix race between create_link and configfs_rmdir
2017-06-09 7:05 UTC (4+ messages)
Mount structures are leaked
2017-06-09 2:13 UTC (4+ messages)
[PATCH] fs: don't forget to put old mntns in mntns_install
2017-06-09 0:32 UTC
[RESEND PATCH v2 0/2] aio: decouple ctx's max_reqs and nr_events
2017-06-09 0:26 UTC (2+ messages)
[PATCH] aio: fix the increment of aio-nr and counting against aio-max-nr
2017-06-09 0:22 UTC
(unknown),
2017-06-08 17:26 UTC
[PATCH v2 00/20] Overlayfs inodes index
2017-06-08 15:00 UTC (4+ messages)
` [PATCH v2 21/23] ovl: use inodes index on readonly mount
` [PATCH v2 22/23] ovl: move copy up helpers to copy_up.c
` [PATCH v2 23/23] ovl: copy up on read operations on indexed lower
[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
2017-06-08 12:48 UTC (4+ messages)
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV
[PATCH v3] f2fs: dax: implement direct access
2017-06-08 10:59 UTC (6+ messages)
` [f2fs-dev] "
[PATCH 2/3] fs/locks: Remove fl_nspid
2017-06-08 6:50 UTC (2+ messages)
Fwd: kernel BUG at lib/radix-tree.c:1008!
2017-06-08 3:21 UTC (3+ messages)
(unknown),
2017-06-07 22:30 UTC
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).