messages from 2017-06-12 12:22:53 to 2017-06-14 15:17:19 UTC [more...]
[RFC][PATCH 00/27] VFS: Introduce filesystem context [ver #5]
2017-06-14 15:17 UTC (14+ messages)
` [PATCH 01/27] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/27] VFS: Clean up whitespace in fs/namespace.c and fs/super.c "
` [PATCH 03/27] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/27] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/27] VFS: Provide empty name qstr "
` [PATCH 06/27] Provide supplementary error message facility "
` [PATCH 07/27] VFS: Differentiate mount flags (MS_*) from internal superblock flags "
` [PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context "
` [PATCH 09/27] VFS: Add LSM hooks for "
` [PATCH 10/27] VFS: Implement a filesystem superblock creation/configuration "
` [PATCH 11/27] VFS: Remove unused code after filesystem context changes "
` [PATCH 12/27] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 13/27] VFS: Implement fsmount() to effect a pre-configured "
[PATCH] f2fs: fix ref of discard command
2017-06-14 14:58 UTC (4+ messages)
` [f2fs-dev] "
[PATCH] VFS: Differentiate mount flags (MS_*) from internal superblock flags
2017-06-14 14:56 UTC (2+ messages)
[PATCH] fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be found
2017-06-14 14:52 UTC
[PATCH v3 27/28] ext4: xattr inode deduplication
2017-06-14 14:34 UTC (2+ messages)
` [PATCH v4 "
[PATCH 26/28] ext4: cleanup transaction restarts during inode deletion
2017-06-14 14:17 UTC (2+ messages)
` [PATCH v2 "
Default ACLs and SGID bit on directories
2017-06-14 13:19 UTC
[PATCH v2 0/2] mm: force enable thp for dax
2017-06-14 12:45 UTC (6+ messages)
` [PATCH v2 1/2] mm: improve readability of transparent_hugepage_enabled()
` [PATCH v2 2/2] mm: always enable thp for dax mappings
[PATCH 0/3] fscrypt: forbid truncate(2) without key
2017-06-14 12:44 UTC (11+ messages)
` [PATCH 1/3] ext4: require key for truncate(2) of encrypted file
` [PATCH 2/3] f2fs: "
` [f2fs-dev] "
` [PATCH 3/3] ubifs: "
[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
2017-06-14 11:55 UTC (12+ 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 v3 00/14] pmem: stop abusing __copy_user_nocache(), and other reworks
2017-06-14 10:58 UTC (17+ messages)
` [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 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 v3 09/14] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [PATCH v3 10/14] pmem: remove global pmem api
` [PATCH v3 13/14] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
[PATCH RFC] mnt: umount mounts one by one in umount_tree()
2017-06-14 9:37 UTC (3+ messages)
[PATCH 0/5] UDF fixes
2017-06-14 9:20 UTC (6+ messages)
` [PATCH 1/5] udf: Fix races with i_size changes during readpage
` [PATCH 2/5] udf: Use i_size_read() in udf_adinicb_writepage()
` [PATCH 3/5] udf: Fix deadlock between writeback and udf_setsize()
` [PATCH 4/5] udf: Use time64_to_tm for timestamp conversion
` [PATCH 5/5] udf: Convert udf_disk_stamp_to_time() to use mktime64()
[PATCH v3 00/23] Overlayfs inodes index
2017-06-14 7:48 UTC (4+ messages)
` [PATCH v3 01/23] vfs: introduce inode 'inuse' lock
[git pull] first batch of ufs fixes
2017-06-14 7:11 UTC (10+ messages)
[PATCH 0/4] define new fs integrity_read method
2017-06-14 7:03 UTC (9+ messages)
` [PATCH 3/4] ima: use existing read file operation method to calculate file hash
` [PATCH] sample xfstests IMA-appraisal test module (resending)
[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
2017-06-14 6:47 UTC (32+ 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
[PATCHSET v2] Add support for write life time hints
2017-06-14 4:10 UTC (14+ messages)
` [PATCH 01/10] block: add support for carrying stream information in a bio
` [PATCH 02/10] blk-mq: expose stream write stats through debugfs
` [PATCH 03/10] fs: add support for an inode to carry stream related data
` [PATCH 04/10] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/10] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 06/10] fs: add support for buffered writeback to pass down "
` [PATCH 07/10] ext4: add support for passing in stream information for buffered writes
` [PATCH 08/10] xfs: "
` [PATCH 09/10] btrfs: "
` [PATCH 10/10] nvme: add support for streams and directives
[PATCH v3] ubifs: Change gfp flags in page allocation for bulk read
2017-06-14 0:31 UTC
[PATCH] fs: initialize resize_wait wait queue of init task
2017-06-14 0:27 UTC
[PATCH v2] ubifs: Change gfp flags in page allocation for bulk read
2017-06-14 0:11 UTC
[PATCH 09/33] configfs: Introduce config_item_get_unless_zero()
2017-06-13 23:22 UTC (2+ messages)
[PATCH 0/11] Add support for write life time hints
2017-06-13 22:12 UTC (38+ messages)
` [PATCH 01/11] block: add support for carrying stream information in a bio
` [PATCH 02/11] block: add definition for support data write life times
` [PATCH 03/11] blk-mq: expose stream write stats through debugfs
` [PATCH 04/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] "
` [PATCH 05/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] "
` [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 07/11] fs: add support for buffered writeback to pass down "
` [PATCH 07/11] "
` [PATCH 08/11] ext4: add support for passing in stream information for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives
[PATCH 0/2] mm: force enable thp for dax
2017-06-13 21:35 UTC (9+ messages)
` [PATCH 1/2] mm: improve readability of transparent_hugepage_enabled()
` [PATCH 2/2] mm: always enable thp for dax mappings
[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
[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 (5+ 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] 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)
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).