linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-18 22:10:32 to 2017-08-31 04:01:46 UTC [more...]

[PATCH] Fix ext4 fault handling when mounted with -o dax,ro
 2017-08-31  4:01 UTC  (18+ messages)
` [PATCH v2] "
        ` [PATCH v3] "
                    ` [fstests PATCH] generic: add test for executables on read-only DAX mounts

[RFC][PATCH] fstest: regression test for ext4 crash consistency bug
 2017-08-31  1:28 UTC 

[PATCH v3 0/4] fs, dax: lookup dax_device at mount time
 2017-08-30 21:42 UTC  (7+ messages)
  ` [PATCH v3 1/4] dax: introduce a fs_dax_get_by_bdev() helper
  ` [PATCH v3 2/4] xfs: perform dax_device lookup at mount
` [PATCH v3 3/4] ext2: "
` [PATCH v3 4/4] ext4: "

[PATCH] ext4: avoid Y2038 overflow in recently_deleted()
 2017-08-30 21:03 UTC  (2+ messages)

[PATCH] ext4: introduce per-inode DAX flag
 2017-08-30 16:05 UTC  (24+ messages)

[PATCH] e2fsck: set dir_nlink feature if large dir exists
 2017-08-30 15:13 UTC  (4+ messages)
`  "

[PATCH 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-08-30 15:03 UTC  (11+ messages)
` [PATCH 1/4] iomap: Switch from blkno to disk offset
` [PATCH 2/4] iomap: Add IOMAP_F_DATA_INLINE flag
` [PATCH 3/4] ext4: Add iomap support for inline data
` [PATCH 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

[PATCH] vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
 2017-08-30 14:13 UTC 

[PATCH v2 07/30] ext4: Define usercopy region in ext4_inode_cache slab cache
 2017-08-30 11:22 UTC  (3+ messages)
` [PATCH v2 08/30] ext2: Define usercopy region in ext2_inode_cache "

[PATCH 1/2] e2fsck: set dir_nlink feature if large dir exists
 2017-08-30  7:47 UTC  (2+ messages)
` [PATCH 2/2] ext2fs: improve expand_dir performance

[PATCH] tests: report if a test is taking a long time
 2017-08-30  6:07 UTC  (2+ messages)
`  "

[PATCH] misc: quiet llvm build warnings
 2017-08-30  5:57 UTC  (2+ messages)
`  "

[PATCH v2 0/2] fs, dax: lookup dax_device at mount time
 2017-08-29 21:36 UTC  (10+ messages)
  ` [PATCH v2 1/2] fs, xfs: perform dax_device lookup at mount
  ` [PATCH v2 2/2] ext2, ext4: use the super_block dax_device

[PATCH] Documentation: fix little inconsistencies
 2017-08-29 20:34 UTC  (6+ messages)

lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3.2-hch
 2017-08-29 13:46 UTC  (4+ messages)
` [PATCH 5/5] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

[PATCH] fscrypt: add a documentation file for filesystem-level encryption
 2017-08-29  3:54 UTC  (20+ messages)

(unknown),
 2017-08-28 17:29 UTC 

[Bug 187051] New: "orphan list check failed" error in ext4
 2017-08-28 11:57 UTC  (2+ messages)
` [Bug 187051] "

[RFC][PATCH] fstest: regression test for ext4 crash consistency bug
 2017-08-27 10:44 UTC 

[RFC][PATCH] fstests: regression test for ext4 crash consistency bug
 2017-08-27 10:41 UTC  (2+ messages)

[PATCH] e2fsck: improve performance of region_allocate()
 2017-08-26 15:33 UTC  (9+ messages)
      ` *** SPAM *** "
        ` [PATCH] e2fsck: add optimization for heavily hard-linked file systems

[PATCH 1/2] ext4: fix incorrect quotaoff if the quota feature is enabled
 2017-08-24 19:20 UTC  (5+ messages)
` [PATCH 2/2] ext4: fix quota inconsistency during orphan cleanup for read-only mounts

[PATCH 0/2] fs-ext4: Adjustments for two function implementations
 2017-08-24 19:16 UTC  (9+ messages)
` [PATCH 1/2] ext4: Delete an error message for a failed memory allocation in ext4_multi_mount_protect()
    `  "
` [PATCH 2/2] ext4: Improve a size determination in two functions

[PATCH] ext4/hash.c: remove useless test and assignment in strtohash
 2017-08-24 19:13 UTC  (2+ messages)
`  "

[PATCH, resend] ext4: remove timebomb in ext4_decode_extra_time()
 2017-08-24 18:10 UTC  (2+ messages)

[PATCH] ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
 2017-08-24 17:27 UTC  (2+ messages)

[PATCH 3/3 v5] ext4: reduce lock contention in __ext4_new_inode
 2017-08-24 17:07 UTC  (3+ messages)

[RFC PATCH 0/13 v2] dax, ext4: Synchronous page faults
 2017-08-24 16:45 UTC  (47+ messages)
` [PATCH 03/13] dax: Factor out getting of pfn out of iomap
` [PATCH 04/13] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 05/13] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 06/13] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 07/13] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 08/13] dax: Fix comment describing dax_iomap_fault()
` [PATCH 09/13] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 10/13] mm: Wire up MAP_SYNC
` [PATCH 11/13] dax, iomap: Add support for synchronous faults
` [PATCH 12/13] dax: Implement dax_insert_pfn_mkwrite()
` [PATCH 13/13] ext4: Support for synchronous DAX faults

[PATCH 2/3] ext4: cleanup goto next group
 2017-08-24 15:59 UTC  (3+ messages)

[PATCH 1/3] ext4: Do not unnecessarily allocate buffer in recently_deleted()
 2017-08-24 15:57 UTC  (2+ messages)

[PATCH 1/2] libext2fs: Prevent allocating inode table from already used blocks
 2017-08-24 13:35 UTC  (2+ messages)
` [PATCH 2/2] libext2fs: Skip start_blk adjustment when stride and flex_bg is set

★gz-sales--“JEC world 2018 世界复合材料展览及会议”将于“3月06-08日”在“法国巴黎”举行 (地右P1-L-Me)
 2017-08-23 17:39 UTC 

[PATCH 1/5] mke2fs.conf: remove legacy entry for ext4dev
 2017-08-23 17:17 UTC  (6+ messages)
` [PATCH 2/5] mke2fs: automatically use 256 byte inodes if project feature enabled
` [PATCH 3/5] tune2fs: do not enable project feature or quota if inode size is 128 bytes
` [PATCH 4/5] tune2fs: explain why an fsck is needed
` [PATCH 5/5] tune2fs, mke2fs: clarify proceed delay question

ext4 bug fixes for 4.13
 2017-08-23  4:51 UTC  (2+ messages)

[PATCH v4] ext4: reduce lock contention in __ext4_new_inode
 2017-08-22 19:35 UTC  (13+ messages)
        ` Y2038 bug in ext4 recently_deleted() function

ext4_mb_generate_buddy block bitmap and bg descriptor inconsistent
 2017-08-22 13:25 UTC 

[PATCH 1/2] ext4: fix warning about stack corruption
 2017-08-22 12:23 UTC  (4+ messages)

[PATCH] ext4: fix incorrect quotaoff if the quota feature is enabled
 2017-08-22  9:38 UTC  (3+ messages)

[RFC PATCH 0/7] dax, ext4: Synchronous page faults
 2017-08-21 19:57 UTC  (11+ 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).