linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-17 04:09:26 to 2017-06-25 08:05:09 UTC [more...]

inquiry
 2017-06-25  2:47 UTC 

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

Possible regression in e2fsprogs-1.43.4
 2017-06-24 21:31 UTC  (5+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-24 13:16 UTC  (20+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 15/22] dax: set errors in mapping when writeback fails
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking

[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] ext4: Return EIO on read error in ext4_find_entry
 2017-06-24  0:24 UTC  (9+ messages)

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

[v4.12-rc1 regression] nfs server crashed in fstests run
 2017-06-23  8:12 UTC  (4+ 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 1/3] vfs: Add page_cache_seek_hole_data helper
 2017-06-23  0:19 UTC  (3+ messages)
` [PATCH 2/3] ext4: Switch to page_cache_seek_hole_data
` [PATCH 3/3] xfs: "

[PATCH 01/32] ext4: xattr-in-inode support
 2017-06-22 23:21 UTC  (59+ messages)
` [PATCH 02/32] ext4: fix lockdep warning about recursive inode locking
` [PATCH 03/32] ext4: lock inode before calling ext4_orphan_add()
` [PATCH 04/32] ext4: do not set posix acls on xattr inodes
` [PATCH 05/32] ext4: attach jinode after creation of xattr inode
` [PATCH 06/32] ext4: ea_inode owner should be the same as the inode owner
` [PATCH 07/32] ext4: call journal revoke when freeing ea_inode blocks
` [PATCH 08/32] ext4: fix ref counting for ea_inode
` [PATCH 09/32] ext4: extended attribute value size limit is enforced by vfs
` [PATCH 10/32] ext4: change ext4_xattr_inode_iget() signature
` [PATCH 11/32] ext4: clean up ext4_xattr_inode_get()
` [PATCH 12/32] ext4: add missing le32_to_cpu(e_value_inum) conversions
` [PATCH 13/32] ext4: ext4_xattr_value_same() should return false for external data
` [PATCH 14/32] ext4: fix ext4_xattr_make_inode_space() value size calculation
` [PATCH 15/32] ext4: fix ext4_xattr_move_to_block()
` [PATCH 16/32] ext4: fix ext4_xattr_cmp()
` [PATCH 17/32] ext4: fix credits calculation for xattr inode
` [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
` [PATCH 24/32] ext2, ext4: make mb block cache names more explicit
` [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

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

[PATCH v4 27/28] ext4: xattr inode deduplication
 2017-06-21 21:42 UTC  (7+ messages)
` [PATCH v5 "

[PATCH 01/28] ext4: xattr-in-inode support
 2017-06-21 21:39 UTC  (22+ messages)
` [PATCH 23/28] mbcache: make mbcache more generic
        ` [PATCH v2 23/31] mbcache: make mbcache naming "
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions
            ` [PATCH v2 28/31] quota: add get_inode_usage callback to transfer multi-inode charges
                ` [PATCH v3 "

(unknown),
 2017-06-21  7:43 UTC 

(unknown),
 2017-06-21  6:23 UTC 

(unknown),
 2017-06-20 17:50 UTC 

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-20 14:44 UTC  (6+ messages)

[PATCH] mke2fs: fix hugefile creation so the hugefile(s) are contiguous
 2017-06-20  9:31 UTC  (4+ messages)

[PATCH v2 26/28] ext4: cleanup transaction restarts during inode deletion
 2017-06-20  9:29 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 20/28] ext4: improve journal credit handling in set xattr paths
 2017-06-20  8:59 UTC  (2+ messages)
` [PATCH v2 20/31] "

[PATCH 18/28] ext4: retry storing value in external inode with xattr block too
 2017-06-20  8:56 UTC  (2+ messages)
` [PATCH v2 18/31] "

Reply Urgent
 2017-06-19 19:39 UTC 

(unknown),
 2017-06-19 18:46 UTC 

[PATCH 01/35] fscache: Remove unused ->now_uncached callback
 2017-06-19 13:12 UTC  (5+ messages)
` [PATCH 00/35 v1] pagevec API cleanups

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

Regression test (or generic tests) for Linux filesystems
 2017-06-19  5:41 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).