linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-04 22:52:00 to 2017-06-16 19:34:07 UTC [more...]

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

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-16 18:42 UTC  (11+ messages)
` [RFC PATCH 1/4] block: Add bio req flag to disable encryption in block
` [RFC PATCH 2/4] dm-crypt: Skip encryption of file system-encrypted blocks
` [RFC PATCH 3/4] ext4: Set the bio REQ_NOENCRYPT flag
` [RFC PATCH 4/4] f2fs: "
  ` [dm-crypt] [RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt

[PATCH v2] ext4: forbid encrypting root directory
 2017-06-16 18:34 UTC 

[PATCH] ext4: forbid encrypting root directory
 2017-06-16 17:54 UTC  (5+ messages)

[PATCH 01/28] ext4: xattr-in-inode support
 2017-06-15 18:25 UTC  (9+ messages)
` [PATCH 07/28] ext4: call journal revoke when freeing ea_inode blocks
` [PATCH 23/28] mbcache: make mbcache more generic
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions

(unknown),
 2017-06-15 17:35 UTC 

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-15 15:03 UTC  (37+ 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 v2 0/3] DAX common 4k zero page
 2017-06-15 14:58 UTC  (6+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()
  ` [PATCH v2 2/3] dax: relocate dax_load_hole()
  ` [PATCH v2 3/3] dax: use common 4k zero page for dax mmap reads

[PATCH 0/10 v11] No wait AIO
 2017-06-15 14:55 UTC  (18+ 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
` [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] ext4: check return value of kstrtoull correctly in reserved_clusters_store
 2017-06-15  9:57 UTC 

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

[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
 2017-06-15  5:38 UTC  (13+ 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 26/28] ext4: cleanup transaction restarts during inode deletion
 2017-06-15  0:11 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 29/31] ext4: reserve space for xattr entries/names
 2017-06-14 23:39 UTC  (3+ messages)

[PATCH v3 27/28] ext4: xattr inode deduplication
 2017-06-14 23:26 UTC  (3+ messages)
` [PATCH v4 "

(unknown),
 2017-06-14 21:25 UTC 

[PATCH 31/31] ext4: strong binding of xattr inode references
 2017-06-14 17:23 UTC 

CRASH : RCU detected stall
 2017-06-14 12:55 UTC  (2+ messages)

[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: "
` [PATCH 3/3] ubifs: "

(unknown),
 2017-06-14 12:27 UTC 

[PATCH] ext4: remove timebomb in ext4_decode_extra_time()
 2017-06-14 11:22 UTC 

[PATCH v4] ext4: change sequential discard handling on commit complete phase into parallel manner
 2017-06-14  2:34 UTC 

[PATCH v3] ext4: change sequential discard handling on commit complete phase into parallel manner
 2017-06-13 13:14 UTC  (2+ 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 21:36 UTC 

[PATCH] ext4: Avoid unnecessary stalls in ext4_evict_inode()
 2017-06-12 15:20 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

[GIT PULL] ext4 bug fixes for 4.12
 2017-06-11 18:41 UTC 

I Would love to discuse something with you
 2017-06-11 17:22 UTC 

(unknown),
 2017-06-10 20:24 UTC 

Possible regression in e2fsprogs-1.43.4
 2017-06-10 14:00 UTC 

[PATCH] test-appliance: add new test configuration: ext4/lustre_mds
 2017-06-09 21:00 UTC  (3+ messages)

(unknown),
 2017-06-09 18:57 UTC 

e4defrag: Corrupt file after running e4defrag
 2017-06-09 15:27 UTC  (4+ messages)

[PATCH] e4defrag: Add a version number
 2017-06-09 12:58 UTC 

[PATCH v2] ext4: change sequential discard handling on commit complete phase into parallel manner
 2017-06-09  6:42 UTC  (3+ messages)
    `  "

[PATCH] libext2fs: Fix fsync(2) detection
 2017-06-08 16:04 UTC  (2+ messages)

(unknown),
 2017-06-08 12:51 UTC 

[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
 2017-06-08 12:48 UTC  (17+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test
` [xfstests PATCH v3 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v3 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v3 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV

[RFC PATCH 1/2] ext4: add a version of convert_inline_data_nolock() for regular files
 2017-06-07  3:54 UTC  (4+ messages)
` [RFC PATCH 2/2] ext4: fix up ext4_try_to_write_inline_data()

[BUG] Unable to handle kernel paging request for unaligned access at address 0xc0000001c52c53df
 2017-06-07  3:27 UTC  (3+ messages)
` [LTP] "

[PATCH] kvm: async_pf: fix rcu_irq_enter() with irqs enabled
 2017-06-06 13:28 UTC  (3+ messages)

(unknown),
 2017-06-06  7:19 UTC 

[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
 2017-06-06  1:08 UTC  (4+ messages)
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails

generic/346 fails on ext4 DAX mount
 2017-06-05 21:50 UTC  (3+ messages)

[PATCH 0/10 v10] No wait AIO
 2017-06-05 15:35 UTC  (12+ 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
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH] libext2fs: fix build warning on Big Endian systems in closefs.c
 2017-06-04 23:31 UTC 

[PATCH] libext2fs: correctly write up the backup superblocks in big endian systems
 2017-06-04 22:51 UTC 


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