linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-22 09:22:47 to 2018-01-11 02:02:46 UTC [more...]

[PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache
 2018-01-11  2:02 UTC  (2+ messages)
` [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache "

[PATCH] ext4: use strlcpy() instead of strncpy()
 2018-01-10 23:01 UTC  (6+ messages)

[PATCH] common/rc: ext4 doesn't support O_DIRECT with data journaling
 2018-01-10 21:19 UTC 

[PATCH v2] fs/mbcache: make sure mb_cache_count() not return negative value
 2018-01-10 20:11 UTC  (6+ messages)

[PATCH] ext4: Remove repeated test in ext4_file_read_iter
 2018-01-10 20:02 UTC  (4+ messages)

[PATCH] ext4: use 'sbi' instead of 'EXT4_SB(sb)'
 2018-01-10 14:38 UTC  (2+ messages)

[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-10 14:12 UTC  (25+ messages)
` [PATCH v5 01/19] fs: new API for handling inode->i_version
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v5 03/19] fat: convert to new i_version API
` [PATCH v5 04/19] affs: "
` [PATCH v5 06/19] btrfs: "
` [PATCH v5 08/19] ext2: "
` [PATCH v5 09/19] ext4: "
` [PATCH v5 10/19] nfs: "
  ` [PATCH v5 05/19] afs: "
  ` [PATCH v5 07/19] exofs: switch "
  ` [PATCH v5 11/19] nfsd: convert "
` [PATCH v5 12/19] ocfs2: "
` [PATCH v5 13/19] ufs: use "
` [PATCH v5 14/19] xfs: convert to "
` [PATCH v5 15/19] IMA: switch IMA over "
` [PATCH v5 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v5 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v5 19/19] fs: handle inode->i_version more efficiently

ext4, quota, projectid: limits without capablity
 2018-01-10 11:59 UTC  (2+ messages)
  ` 回复:ext4, "

[PATCH v2] jbd2: fix sphinx kerel-doc build warnings
 2018-01-10  6:29 UTC  (3+ messages)

[PATCH] ext4: Fix a race in the ext4 shutdown path
 2018-01-10  5:14 UTC  (2+ messages)

[PATCH] ext4: no need flush workqueue before destroying it
 2018-01-10  2:42 UTC  (4+ messages)

[PATCH] ext4: no need flush workqueue before destroying it
 2018-01-10  0:19 UTC 

[PATCH 10/36] ext4: Define usercopy region in ext4_inode_cache slab cache
 2018-01-09 20:55 UTC  (2+ messages)
` [PATCH 11/36] ext2: Define usercopy region in ext2_inode_cache "

Release of e2fsprogs 1.43.8
 2018-01-09 20:17 UTC  (3+ messages)

[RFC PATCH] ext4: don't split xattr inode refcounts across i_ctime and i_version fields
 2018-01-09 19:05 UTC  (3+ messages)

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-09  9:27 UTC  (49+ messages)
` [PATCH v4 01/19] fs: new API for handling inode->i_version
` [PATCH v4 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v4 03/19] fat: convert to new i_version API
` [PATCH v4 04/19] affs: "
` [PATCH v4 05/19] afs: "
` [PATCH v4 06/19] btrfs: "
` [PATCH v4 07/19] exofs: switch "
  ` [PATCH v4 08/19] ext2: convert "
  ` [PATCH v4 11/19] nfsd: "
` [PATCH v4 09/19] ext4: "
` [PATCH v4 10/19] nfs: "
` [PATCH v4 12/19] ocfs2: "
` [PATCH v4 13/19] ufs: use "
` [PATCH v4 14/19] xfs: convert to "
` [PATCH v4 15/19] IMA: switch IMA over "
` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[Bug 198301] New: ext4 fails to create symlink if target length is greater than block size (but smaller than PATH_MAX)
 2018-01-09  9:12 UTC  (2+ messages)
` [Bug 198301] "

[PATCH] jbd2: fix sphinx kerel-doc build warnings for journal_s
 2018-01-08 20:32 UTC  (3+ messages)

[PATCH] fs/mbcache: make sure mb_cache_count() not return negative value
 2018-01-08 10:44 UTC  (2+ messages)

[PATCH] ext4.h: Fixed alignment and minor code cleanup
 2018-01-08  4:57 UTC  (2+ messages)

[PATCH 0/2 v3] ext4: Fix ENOSPC handling for DAX faults
 2018-01-07 21:51 UTC  (5+ messages)
  ` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
  ` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler

[PATCH] Revert "fs/mbcache.c: make count_objects() more robust"
 2018-01-07 21:36 UTC  (3+ messages)

[PATCH RESEND] mbcache: initialize entry->e_referenced in mb_cache_entry_create()
 2018-01-07 21:23 UTC  (2+ messages)

[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
 2018-01-06  2:49 UTC  (18+ messages)
` [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH v2 02/11] fscrypt: move fscrypt_control_page() "
` [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes
` [PATCH v2 10/11] fscrypt: new helper functions for ->symlink()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink()

[PATCH 0/3] ext4: clean up inode flag definitions
 2018-01-05  9:23 UTC  (4+ messages)
` [PATCH 1/3] ext4: move inode flags enum in preparation for cleanup
` [PATCH 2/3] ext4: define inode flags in terms of enum values
` [PATCH 3/3] ext4: define visible/modifiable flag masks in terms of inode flags

[QUESTION] Locking for the transaction buffers
 2018-01-04 16:21 UTC  (2+ messages)

[Bug 198187] New: jbd2_log_wait_commit hangs
 2018-01-04 16:10 UTC  (2+ messages)
` [Bug 198187] "

[PATCH] ext4: fix incorrect indentation of if statement
 2018-01-04 15:40 UTC  (2+ messages)

Filesystem crashes due to pages without buffers
 2018-01-04 11:33 UTC  (7+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-04  8:29 UTC  (4+ messages)
  ` [PATCH v4 13/18] ext4: use DEFINE_FSDAX_AOPS

[PATCH 1/2] ext4: test for DAX + journaling corruption
 2018-01-04  8:11 UTC  (2+ messages)
` [PATCH 2/2] ext4: test for inline data + DAX corruption

[PATCH 0/2 v2] ext4: Fix ENOSPC handling for DAX faults
 2018-01-02 18:57 UTC  (5+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()

Incorrect block count during stat of a file if fallocate follows a buffered write
 2018-01-02 18:52 UTC  (3+ messages)

[PATCH 00/12] drop unneeded newline
 2018-01-02 15:16 UTC  (10+ messages)
` [PATCH 04/12] ext2: "
` [Cluster-devel] [PATCH 00/12] "

[PATCH] Rename copy_file_range to _copy_file_range
 2018-01-02  4:41 UTC  (4+ messages)
  ` [PATCH v2] Rename copy_file_range to copy_file_chunk

Spende von € 3.400.000,00 EUR
 2018-01-01 18:20 UTC 

[PATCH] misc: add e2mmpstatus utility
 2017-12-30  1:57 UTC  (4+ messages)

ATTENTION!!!
 2017-12-30  0:28 UTC 

Question about enlarge ext4 more than 16T
 2017-12-29  0:58 UTC  (2+ messages)

You will definetely be interested
 2017-12-27 10:17 UTC 

[PATCH] ext4: use a slightly bigger file system in ext4/021
 2017-12-22 18:26 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).