linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-26 10:21:39 to 2020-01-12 03:45:32 UTC [more...]

[PATCH v4 01/20] ext4: update docs for fast commit feature
 2020-01-12  3:45 UTC  (5+ messages)

[PATCH] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
 2020-01-11  2:25 UTC 

[RFC PATCH] generic/XXX: Add generic/XXX
 2020-01-11  2:18 UTC 

[PATCH] libext2fs: Extends commit c9a8c53b, with the same fix for ext2fs_flush2() and ext2fs_image_super_write() on a Big Endian systems
 2020-01-11  0:13 UTC  (3+ messages)

[RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2
 2020-01-10 19:29 UTC  (13+ messages)
` [RFC PATCH V2 01/12] fs/stat: Define DAX statx attribute
` [RFC PATCH V2 02/12] fs/xfs: Isolate the physical DAX flag from effective
` [RFC PATCH V2 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [RFC PATCH V2 04/12] fs/xfs: Clean up DAX support check
` [RFC PATCH V2 05/12] fs: remove unneeded IS_DAX() check
` [RFC PATCH V2 06/12] fs/xfs: Check if the inode supports DAX under lock
` [RFC PATCH V2 07/12] fs: Add locking for a dynamic inode 'mode'
` [RFC PATCH V2 08/12] fs/xfs: Add lock/unlock mode to xfs
` [RFC PATCH V2 09/12] fs: Prevent mode change if file is mmap'ed
` [RFC PATCH V2 10/12] fs/xfs: Fix truncate up
` [RFC PATCH V2 11/12] fs/xfs: Clean up locking in dax invalidate
` [RFC PATCH V2 12/12] fs/xfs: Allow toggle of effective DAX flag

[PATCH] fs: fix ext4 unused-variable warning
 2020-01-10 12:25 UTC  (3+ messages)

[PATCH v3 0/8] Rework random blocking
 2020-01-10  7:53 UTC  (39+ messages)
` [PATCH v3 1/8] random: Don't wake crng_init_wait when crng_init == 1
` [PATCH v3 2/8] random: Add a urandom_read_nowait() for random APIs that don't warn
` [PATCH v3 3/8] random: Add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH v3 4/8] random: Ignore GRND_RANDOM in getentropy(2)
` [PATCH v3 5/8] random: Make /dev/random be almost like /dev/urandom
` [PATCH v3 6/8] random: Remove the blocking pool
` [PATCH v3 7/8] random: Delete code to pull data into pools
` [PATCH v3 8/8] random: Remove kernel.random.read_wakeup_threshold

[PATCH] jbd2: update log tail info after journal recovery
 2020-01-10  1:53 UTC  (2+ messages)

[Bug 205957] New: Ext4 64 bit hash breaks 32 bit glibc 2.28+
 2020-01-09 20:02 UTC  (8+ messages)
` [Bug 205957] "

[PATCH] ext4: export information about first/last errors via /sys/fs/ext4/<dev>
 2020-01-09 17:24 UTC  (3+ messages)

Discussion: is it time to remove dioread_nolock?
 2020-01-09 16:38 UTC  (13+ messages)

[PATCH v4] fs: Fix page_mkwrite off-by-one errors
 2020-01-09 13:34 UTC  (4+ messages)

[PATCH] ext4: use true,false for bool variable
 2020-01-09 10:22 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary selections from EXT3_FS
 2020-01-09 10:19 UTC  (2+ messages)

[PATCH v2 0/3] ext4: Prevent memory reclaim from re-entering the filesystem and deadlocking
 2020-01-09 10:00 UTC  (6+ messages)
` [PATCH v2 1/3] ext4: Delete ext4_kvzvalloc()
` [PATCH v2 2/3] ext4: Rename ext4_kvmalloc() to ext4_kvmalloc_nofs() and drop its flags argument
` [PATCH v2 3/3] ext4: Prevent ext4_kvmalloc_nofs() from re-entering the filesystem and deadlocking

[PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals
 2020-01-09  9:43 UTC  (12+ messages)
` [PATCH RFC 1/3] block: Add support for REQ_OP_ASSIGN_RANGE operation

[PATCH -next] ext4: remove unused variable 'mapping'
 2020-01-09  0:10 UTC  (4+ messages)

[PATCH v2 0/6] Support for Casefolding and Encryption
 2020-01-08 21:24 UTC  (9+ messages)
` [PATCH v2 1/6] TMP: fscrypt: Add support for casefolding with encryption
` [PATCH v2 2/6] vfs: Fold casefolding into vfs
` [PATCH v2 3/6] f2fs: Handle casefolding with Encryption
` [PATCH v2 4/6] ext4: Use struct super_blocks' casefold data
` [PATCH v2 5/6] ext4: Hande casefolding with encryption
` [PATCH v2 6/6] ext4: Optimize match for casefolded encrypted dirs

[PATCH v3] fs: Fix page_mkwrite off-by-one errors
 2020-01-08 11:51 UTC  (4+ messages)

[PATCH] ext4: Prevent ext4_kvmalloc re-entring the filesystem and deadlocking
 2020-01-08  8:11 UTC  (3+ messages)

Inconsistent use of string/non_strings in mmp_struct
 2020-01-07 23:35 UTC  (2+ messages)

About BUFFER_TRACE macro in include/linux/jbd2.h
 2020-01-07 22:12 UTC  (2+ messages)

[ANNOUNCE] e2fsprogs v1.45.5
 2020-01-07 18:19 UTC 

[PATCH 0/8] ext4: extents.c cleanups
 2020-01-07  9:56 UTC  (15+ messages)
` [PATCH 1/8] ext4: remove ext4_{ind,ext}_calc_metadata_amount()
` [PATCH 2/8] ext4: clean up len and offset checks in ext4_fallocate()
` [PATCH 3/8] ext4: remove redundant S_ISREG() checks from ext4_fallocate()
` [PATCH 4/8] ext4: make some functions static in extents.c
` [PATCH 5/8] ext4: fix documentation for ext4_ext_try_to_merge()
` [PATCH 6/8] ext4: remove obsolete comment from ext4_can_extents_be_merged()
` [PATCH 7/8] ext4: fix some nonstandard indentation in extents.c
` [PATCH 8/8] ext4: add missing braces in ext4_ext_drop_refs()
` [PATCH 1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL
` [PATCH 1/1] ext4: remove unused "

AW: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2020-01-07  7:51 UTC  (13+ messages)
                    ` slow IO on USB media

[PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2020-01-06 20:54 UTC 

[PATCH v2] fs-verity: implement readahead of Merkle tree pages
 2020-01-06 20:55 UTC 

[PATCH] fs-verity: implement readahead of Merkle tree pages
 2020-01-06 20:43 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] ext4: Optimize ext4 DIO overwrites
 2020-01-06  9:33 UTC  (6+ messages)

[ext4:pu 13/14] fs/ext4/namei.c:1424:12-13: WARNING: return of 0/1 in function 'ext4_match' with return type bool
 2020-01-04 15:04 UTC  (2+ messages)
` [PATCH] ext4: fix boolreturn.cocci warnings

[PATCH 0/8] Support for Casefolding and Encryption
 2020-01-03 20:26 UTC  (3+ messages)
` [PATCH 4/8] vfs: Fold casefolding into vfs

[PATCH v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2020-01-03 17:13 UTC  (2+ messages)

[PATCH] fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
 2020-01-03 17:01 UTC  (2+ messages)

[PATCH] fscrypt: introduce fscrypt_needs_contents_encryption()
 2020-01-03 16:59 UTC  (2+ messages)

[PATCH v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2020-01-03 16:57 UTC  (2+ messages)

[PATCH v5] fstests: transport two ext4 tests from LTP
 2020-01-03 10:05 UTC 

[Bug 206061] New: Poor NVME SSD support, EXT4 re-mounted
 2020-01-02 15:16 UTC  (2+ messages)
` [Bug 206061] "

[bugreport] Ext4 automatically checked at each boot
 2020-01-02 11:55 UTC  (7+ messages)
    ` [bugreport] "hwclock -w" reset time instead of setting the right time

the side effect of enlarger max mount count in ext4 superblock
 2020-01-02  3:18 UTC  (5+ messages)

[PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx
 2019-12-31 18:12 UTC 

[PATCH] ext4: fix deadlock allocating bio_post_read_ctx from mempool
 2019-12-31 18:12 UTC 

[PATCH] ext4: fix deadlock allocating crypto bounce page from mempool
 2019-12-31 18:11 UTC 

[PATCH] fscrypt: document gfp_flags for bounce page allocation
 2019-12-31 18:10 UTC 

[PATCH] fs-verity: use mempool for hash requests
 2019-12-31 17:55 UTC 

[PATCH v3 1/5] libext2fs: optimize ext2fs_convert_subcluster_bitmap()
 2019-12-31  3:47 UTC  (3+ messages)
` [PATCH v3 2/5] mke2fs: fix setting bad blocks in the block bitmap

[PATCH] e2image: remove redundant -fr from man page and usage message
 2019-12-31  3:45 UTC  (2+ messages)

[PATCH 1/2] e2fsck: fix to return ENOMEM in alloc_size_dir()
 2019-12-31  3:11 UTC  (7+ messages)
` [PATCH 2/2] e2fsck: fix use after free in calculate_tree()

[PATCH] e2fsprogs: fix to use inode i_blocks correctly
 2019-12-31  1:49 UTC  (5+ messages)

e2fsprogs.git dumpe2fs / mke2fs sigserv on sparc64
 2019-12-28 18:02 UTC  (5+ messages)

[PATCH v4 19/20] ext4: add fast commit replay path
 2019-12-27 22:51 UTC  (2+ messages)

[PATCH v4 17/20] ext4: add idempotent helpers to manipulate bitmaps
 2019-12-27 19:36 UTC  (3+ messages)
` [RFC PATCH] ext4: ext4_free_blocks_simple() can be static

[PATCH v4 14/20] ext4: main commit routine for fast commits
 2019-12-27 16:36 UTC  (3+ messages)
` [RFC PATCH] ext4: submit_fc_bh() can be static

[PATCH] ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl
 2019-12-27 13:46 UTC 

[PATCH v4 07/20] ext4: add generic diff tracking routines and range tracking
 2019-12-27 11:16 UTC  (3+ messages)
` [RFC PATCH] ext4: __ext4_fc_track_range() can be static

[PATCH] ext4: re-enable extent zeroout optimization on encrypted files
 2019-12-26 16:11 UTC 

[PATCH] ext4: only use fscrypt_zeroout_range() on regular files
 2019-12-26 16:10 UTC 

[PATCH] fscrypt: optimize fscrypt_zeroout_range()
 2019-12-26 16:08 UTC 

[PATCH] ext4: allow ZERO_RANGE on encrypted files
 2019-12-26 15:42 UTC 

[PATCH] ext4: handle decryption error in __ext4_block_zero_page_range()
 2019-12-26 15:41 UTC 

[PATCH] docs: ext4.rst: add encryption and verity to features list
 2019-12-26 15:40 UTC 

[PATCHv5 0/3] Fix inode_lock sequence to scale performance of DIO mixed R/W workload
 2019-12-26 15:06 UTC  (2+ 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).