linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-01 23:39:49 to 2017-05-12 16:21:15 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-05-12 16:21 UTC  (17+ messages)

[Bug 195733] New: JBD2: Spotted dirty metadata buffer (dev = sda1, blocknr = 1766784).There's a risk of filesystem corruption in case of system crash
 2017-05-12 15:26 UTC  (2+ messages)
` [Bug 195733] JBD2: [Suggested Patch]Spotted "

[Bug 195729] New: JBD2: Spotted dirty metadata buffer (dev = sda1, blocknr = 1766784).There's a risk of filesystem corruption in case of system crash
 2017-05-12 14:59 UTC  (7+ messages)
` [Bug 195729] "

[PATCH 00/36] Convert DocBook documents to ReST
 2017-05-12 14:00 UTC  (3+ messages)
` [PATCH 19/36] fs: jbd2: make jbd2_journal_start() kernel-doc parseable
` [PATCH 24/36] fs: jbd2: escape a string with special chars on a kernel-doc

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

PAX: size overflow detected in function ext4_llseek fs/ext4/file.c:670
 2017-05-12  9:58 UTC  (2+ messages)

[PATCH] generic/285: Add more SEEK_HOLE tests
 2017-05-12  8:12 UTC  (3+ messages)

[Suggested Ex4 Patch] JBD2: Spotted dirty metadata buffer (dev = sda1, blocknr = 1766784). There's a risk of filesystem corruption in case of system crash
 2017-05-11 22:41 UTC 

[PATCH 0/10 v8] No wait AIO
 2017-05-11 19:17 UTC  (11+ 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 0/8 v7] No wait AIO
 2017-05-11 18:16 UTC  (16+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH V2] e2fsck: fix multiply-claimed block quota accounting when deleting files
 2017-05-11 17:27 UTC  (3+ messages)

[PATCH] ext4: Fix SEEK_HOLE
 2017-05-11 16:49 UTC 

[PATCH] e2fsck: fix multiply-claimed block quota accounting when deleting files
 2017-05-11 15:42 UTC  (3+ messages)

[PATCH 0/4 v4] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-11  8:39 UTC  (8+ messages)
  ` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
  ` [PATCH 4/4] dax: Fix data corruption when fault races with write
    ` [PATCH 5/4] dax: Fix PMD "
` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads

[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-11  5:10 UTC  (12+ messages)

53858
 2017-05-11  4:27 UTC 

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-10 16:18 UTC  (43+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

[PATCH 0/4] ext4: Allow writeback IO without io_end
 2017-05-10  7:41 UTC  (5+ messages)
` [PATCH 1/4] ext4: Move error reporting on bio completion to ext4_finish_bio()
` [PATCH 2/4] ext4: Allow IO submission without io_end
` [PATCH 3/4] ext4: Don't allocate io_end for writeback from ext4_writepage()
` [PATCH 4/4] ext4: Remove unnecessary io_end allocation from ext4_writepages()

[PATCH] misc: fix 'zero_hugefiles = false' regression
 2017-05-09 16:36 UTC  (3+ messages)

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-09 16:12 UTC  (4+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "

[Bug 195561] New: Suspicious persistent EXT4-fs error (device sda1): ext4_validate_block_bitmap:395: [Proc] bg 17: block 557056: invalid block bitmap
 2017-05-09 16:10 UTC  (6+ messages)
` [Bug 195561] Suspicious persistent EXT4-fs error: "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ messages)

[PATCH v2] block, dax: move "select DAX" from BLOCK to FS_DAX
 2017-05-09 14:52 UTC  (2+ messages)

[PATCH v2] ext4: Clear lockdep subtype for quota files on quota off
 2017-05-09 12:22 UTC 

[PATCH 0/4 v3] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-09 12:18 UTC  (5+ messages)
  ` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
  ` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
  ` [PATCH 4/4] dax: Fix data corruption when fault races with write

[PATCH 0/4 v2] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-09 12:14 UTC  (8+ messages)
  ` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
  ` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
  ` [PATCH 4/4] dax: Fix data corruption when fault races with write

[PATCH] ext4: Clear lockdep subtype for quota files on quota off
 2017-05-09 12:09 UTC  (4+ messages)

lockdep splat with v4.11 and generic/386
 2017-05-09  8:17 UTC  (5+ messages)

[PATCH v2] Add largedir feature
 2017-05-08 23:17 UTC  (4+ messages)
  ` [PATCH v3] "

[Bug 194511] New: filesystem slow down
 2017-05-07 12:34 UTC  (3+ messages)
` [Bug 194511] "

10048
 2017-05-07 22:10 UTC 

[PATCH] e2freefrag: use GETFSMAP on mounted filesystems
 2017-05-07 16:07 UTC 

[GIT PULL] ext4 updates for 4.12
 2017-05-07 18:09 UTC 

24099 linux-ext4
 2017-05-06 19:10 UTC 

More inline data oddities
 2017-05-06 16:41 UTC  (4+ messages)

13994 linux-ext4
 2017-05-06  0:33 UTC 

41455 linux-ext4
 2017-05-05  1:53 UTC 

[PATCH 0/7] Fix fallout from changes to FUA and PREFLUSH definitions
 2017-05-04 15:00 UTC  (5+ messages)
` [PATCH 1/7] ext4: Mark superblock writes synchronous for nobarrier mounts
` [PATCH 2/7] jbd2: Cleanup write flags handling from jbd2_write_superblock()

[PATCH] fscrypt: correct collision claim for digested names
 2017-05-04 14:55 UTC  (2+ messages)

[PATCH 1/2] ext4: no need to cond_resched() in ext4_trim_all_free()
 2017-05-04 11:19 UTC  (3+ messages)

[GIT PULL] Quota, reiserfs, udf, and ext2 changes for 4.12-rc1
 2017-05-03 13:55 UTC 

kernel BUG at fs/buffer.c:3102! (nbd disc.)
 2017-05-03  9:42 UTC  (2+ messages)

Re:
 2017-05-03  6:23 UTC 

[PATCH 0/6] fscrypt: fixes for presentation of long encrypted filenames
 2017-05-03  4:21 UTC  (5+ messages)
` [PATCH 1/6] f2fs: check entire encrypted bigname when finding a dentry

[PATCH 1/3] ext4: Allow IO submission without io_end
 2017-05-02 14:18 UTC  (4+ messages)
` [PATCH -v2] ext4: avoid unnecessary transaction stalls during writeback

[PATCH] jbd2: Fix dbench4 performance regression for 'nobarrier' mounts
 2017-05-02  9:36 UTC  (3+ messages)

[PATCH] ext4: inherit encryption xattr before other xattrs
 2017-05-02  5:28 UTC  (5+ messages)

[PATCH] Add largedir feature
 2017-05-02  2:44 UTC  (5+ messages)


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