linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-22 02:22:17 to 2017-06-29 13:19:54 UTC [more...]

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-29 13:19 UTC  (19+ messages)
` [PATCH v8 01/18] fs: remove call_fsync helper function
` [PATCH v8 02/18] buffer: use mapping_set_error instead of setting the flag
` [PATCH v8 03/18] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v8 04/18] buffer: set errors in mapping at the time that the error occurs
` [PATCH v8 05/18] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v8 06/18] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v8 07/18] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v8 08/18] mm: clean up error handling in write_one_page
` [PATCH v8 09/18] lib: add errseq_t type and infrastructure for handling it
` [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting
` [PATCH v8 11/18] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v8 13/18] dax: set errors in mapping when writeback fails
` [PATCH v8 14/18] block: convert to errseq_t based writeback error tracking
` [PATCH v8 15/18] fs: convert __generic_file_fsync to use errseq_t based reporting
` [PATCH v8 16/18] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v8 18/18] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

Question about ext4 project feature
 2017-06-29 10:46 UTC 

[PATCH] fs: ext4: inode->i_generation not assigned 0
 2017-06-29  4:59 UTC  (6+ messages)

[PATCH] ext4: have ext4_xattr_set_handle() allocate journal credits
 2017-06-29  3:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ext4: fix __ext4_xattr_set_credits()
 2017-06-28 22:26 UTC  (2+ messages)

[PATCH v3 0/5] DAX common 4k zero page
 2017-06-28 22:01 UTC  (6+ messages)
  ` [PATCH v3 1/5] mm: add vm_insert_mixed_mkwrite()
  ` [PATCH v3 2/5] dax: relocate some dax functions
  ` [PATCH v3 3/5] dax: use common 4k zero page for dax mmap reads
  ` [PATCH v3 4/5] dax: remove DAX code from page_cache_tree_insert()
  ` [PATCH v3 5/5] dax: move all DAX radix tree defs to fs/dax.c

[PATCH 1/2] filefrag: fix GCC7.x compiler warning
 2017-06-28 17:28 UTC  (2+ messages)

[PATCH 2/2] e4defrag: fix GCC7.x compiler warning
 2017-06-28 17:29 UTC  (2+ messages)

[PATCH] ext4: fast symlink test should not rely on i_blocks
 2017-06-28 16:53 UTC  (2+ messages)

[PATCH] e2fsck: remove #ifdef EXT2_NO_64_TYPE blocks
 2017-06-28 16:38 UTC  (2+ messages)

[v4.12-rc1 regression] nfs server crashed in fstests run
 2017-06-28  3:04 UTC  (8+ messages)

[PATCH 01/12] e2fsck: add support for large xattrs in external inodes
 2017-06-28  1:47 UTC  (23+ messages)
` [PATCH 02/12] tune2fs: do not allow disabling ea_inode feature
` [PATCH 03/12] e2fsck: ea_inode hash validation
    ` [PATCH v2 "
` [PATCH 04/12] e2fsck: do not early terminate extra space check
` [PATCH 05/12] e2fsck: generalize ea_refcount
` [PATCH 06/12] e2fsck: update i_blocks accounting for ea_inode feature
` [PATCH 07/12] e2fsck: track ea_inode references
` [PATCH 08/12] e2fsck: add test for ea_inode feature
` [PATCH 09/12] tune2fs: update ea_inode hashes when fs uuid changes
` [PATCH 10/12] fuse2fs: refuse to mount fs with ea_inode feature
` [PATCH 11/12] mke2fs: ea_inode is not supported for hurd
` [PATCH 12/12] resize2fs: moving xattr inodes is not supported

lseek SEEK_HOLE / SEEK_DATA fixes and switch to iomap V3-hch
 2017-06-27 22:49 UTC  (10+ messages)
` [PATCH 1/6] xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
` [PATCH 2/6] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
` [PATCH 3/6] vfs: Add page_cache_seek_hole_data helper
` [PATCH 4/6] vfs: Add iomap_seek_hole and iomap_seek_data helpers
` [PATCH 5/6] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
` [PATCH 6/6] ext4: "

[PATCH] ext4: Return EIO on read error in ext4_find_entry
 2017-06-27 21:58 UTC  (12+ messages)

[PATCH] ext4: remove timebomb in ext4_decode_extra_time()
 2017-06-27 18:35 UTC  (3+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (19+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting

[PATCH] ext4: fix spelling mistake: "prellocated" -> "preallocated"
 2017-06-27 13:33 UTC 

[PATCH v3 0/5] lseek SEEK_HOLE / SEEK_DATA fix and switch to iomap
 2017-06-27 12:56 UTC  (8+ messages)
` [PATCH v3 1/5] vfs: Add page_cache_seek_hole_data helper
` [PATCH v3 2/5] ext4: Switch to page_cache_seek_hole_data
` [PATCH v3 3/5] xfs: "
` [PATCH v3 4/5] vfs: Add iomap_seek_hole_data helper
` [PATCH v3 5/5] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA

Possible regression in e2fsprogs-1.43.4
 2017-06-27 11:58 UTC  (10+ messages)
      ` Possible regression in e2fsprogs-1.43.4 [RESOLVED]

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

Product Inquiry
 2017-06-26 21:51 UTC 

(unknown),
 2017-06-26 22:58 UTC 

[PATCH v2 42/51] ext4: convert to bio_for_each_segment_all_sp()
 2017-06-26 12:10 UTC 

[PATCH 1/3] vfs: Add page_cache_seek_hole_data helper
 2017-06-26 10:51 UTC  (5+ messages)
` [PATCH 2/3] ext4: Switch to page_cache_seek_hole_data
` [PATCH 3/3] xfs: "

[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
 2017-06-26 10:06 UTC  (2+ messages)

[PATCH] fs: jbd2: transaction: Add kernel-doc parameter descriptions
 2017-06-26  4:50 UTC 

bfq/ext4 disk IO hangs forever on resume
 2017-06-26  3:07 UTC 

inquiry
 2017-06-25  2:47 UTC 

(unknown),
 2017-06-25  5:19 UTC 

[PATCH v2] Add largedir feature
 2017-06-24  5:43 UTC  (5+ messages)
` [PATCH v3] "

linrong★SEMA SHOW★ 2017第49届美国拉斯维加斯国际汽车改装及配件用品展 —— 全球规模最大汽车制造业展会 [地右P4/L100-Z]
 2017-06-24  5:10 UTC 

[PATCH] ext2: Fix memory leak when truncate races ext2_get_blocks
 2017-06-24  0:37 UTC 

[PATCH 0/3] fscrypt: forbid truncate(2) without key
 2017-06-23 23:52 UTC  (3+ messages)
` [PATCH 1/3] ext4: require key for truncate(2) of encrypted file

[PATCH 0/4] fscrypt: remove checks for encryption key after file open
 2017-06-23 23:46 UTC  (9+ messages)
` [PATCH 1/4] ext4: don't bother checking for encryption key in ->mmap()
` [PATCH 3/4] ubifs: "

[PATCH] test-appliance: add new test configuration: ext4/lustre_mds
 2017-06-23 23:08 UTC  (6+ messages)

[PATCH] e4defrag: Add a version number
 2017-06-23 22:07 UTC  (2+ messages)

[PATCH] tests: add new test f_del_dup_quota
 2017-06-23 21:29 UTC  (2+ messages)

[PATCH -v2] mke2fs: fix hugefile creation so the hugefile(s) are contiguous
 2017-06-23 21:19 UTC  (4+ messages)

[PATCH][ext4-next] ext4: ensure error return ret is zero on successful return
 2017-06-23 17:04 UTC  (2+ messages)

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-23 15:25 UTC  (5+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()

[PATCH] ext4: fix reserved_clusters_store()
 2017-06-23 12:14 UTC  (2+ messages)

let me know
 2017-06-21 13:58 UTC 

[PATCH] ext4: check return value of kstrtoull correctly in reserved_clusters_store
 2017-06-23  5:09 UTC  (2+ messages)

[PATCH] ext4: fix off-by-one fsmap error on 1k block filesystems
 2017-06-23  5:01 UTC  (2+ messages)

[PATCH] ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()
 2017-06-23  4:47 UTC 

[PATCH v2] ext4: forbid encrypting root directory
 2017-06-23  4:27 UTC  (3+ messages)

[PATCH v4] ext4: change sequential discard handling on commit complete phase into parallel manner
 2017-06-23  3:58 UTC  (2+ messages)

[PATCH] ext4: Avoid unnecessary stalls in ext4_evict_inode()
 2017-06-23  3:50 UTC  (2+ messages)

[PATCH 01/32] ext4: xattr-in-inode support
 2017-06-22 23:21 UTC  (18+ messages)
` [PATCH 09/32] ext4: extended attribute value size limit is enforced by vfs
` [PATCH 18/32] ext4: retry storing value in external inode with xattr block too
` [PATCH 19/32] ext4: ext4_xattr_delete_inode() should return accurate errors
` [PATCH 20/32] ext4: improve journal credit handling in set xattr paths
` [PATCH 21/32] ext4: modify ext4_xattr_ino_array to hold struct inode *
` [PATCH 22/32] ext4: move struct ext4_xattr_inode_array to xattr.h
` [PATCH 23/32] mbcache: make mbcache naming more generic

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

First stab at ea inode disk format doc updates
 2017-06-22 18:52 UTC  (2+ messages)

[PATCH 24/32] ext2, ext4: make mb block cache names more explicit
 2017-06-22 16:00 UTC  (18+ messages)
` [PATCH 25/32] ext4: add ext4_is_quota_file()
` [PATCH 26/32] ext4: cleanup transaction restarts during inode deletion
` [PATCH 27/32] ext4: xattr inode deduplication
` [PATCH 28/32] quota: add get_inode_usage callback to transfer multi-inode charges
` [PATCH 29/32] ext4: reserve space for xattr entries/names
` [PATCH 30/32] ext4: eliminate xattr entry e_hash recalculation for removes
` [PATCH 31/32] ext4: strong binding of xattr inode references
` [PATCH 32/32] ext4: add nombcache mount option

[PATCH 0/11 v1] Fix inheritance of SGID in presence of default ACLs
 2017-06-22 15:32 UTC  (4+ messages)
` [PATCH 01/11] ext4: Don't clear SGID when inheriting ACLs
` [PATCH 02/11] ext2: "

(unknown),
 2017-06-22 13:22 UTC 

[PATCH 32/32] ext4: add nombcache mount option
 2017-06-22  4:42 UTC  (4+ 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).