linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-07 20:44:38 to 2020-01-15 19:48:50 UTC [more...]

Problems with determining data presence by examining extents?
 2020-01-15 19:48 UTC  (17+ messages)

[RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2
 2020-01-15 19:45 UTC  (36+ 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

RFC: hold i_rwsem until aio completes
 2020-01-15 19:07 UTC  (30+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon
` [PATCH 02/12] locking/rwsem: Exit early when held by an anonymous owner
` [PATCH 03/12] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
` [PATCH 04/12] gfs2: move setting current->backing_dev_info
` [PATCH 05/12] gfs2: fix O_SYNC write handling
` [PATCH 06/12] iomap: pass a flags value to iomap_dio_rw
` [PATCH 07/12] iomap: allow holding i_rwsem until aio completion
` [PATCH 08/12] ext4: hold i_rwsem until AIO completes
` [PATCH 09/12] gfs2: "
` [PATCH 10/12] xfs: "
` [PATCH 11/12] xfs: don't set IOMAP_DIO_SYNCHRONOUS for unaligned I/O
` [PATCH 12/12] iomap: remove the inode_dio_begin/end calls

[PATCH v4] fs: Fix page_mkwrite off-by-one errors
 2020-01-15 17:10 UTC  (5+ messages)

Discussion: is it time to remove dioread_nolock?
 2020-01-15 16:48 UTC  (14+ messages)

[RFC 0/2] ext4: Fix stale data read exposure problem with DIO read/page_mkwrite
 2020-01-15 14:56 UTC  (17+ messages)
` [RFC 1/2] iomap: direct-io: Move inode_dio_begin before filemap_write_and_wait_range
` [RFC 2/2] ext4: Fix stale data read issue with DIO read & ext4_page_mkwrite path

[PATCH] fs/ext4: remove MPAGE_DA_EXTENT_TAIL
 2020-01-15 10:12 UTC  (2+ messages)

Making linkat() able to overwrite the target
 2020-01-15  8:36 UTC  (5+ messages)

Inconsistent use of string/non_strings in mmp_struct
 2020-01-14 21:42 UTC  (4+ messages)
` [PATCH 1/2] mmp: don't assume NUL termination for MMP strings
  ` [PATCH 2/2] mmp: abstract out repeated 'sizeof(buf), buf' usage

[PATCH] fs-verity: use mempool for hash requests
 2020-01-14 21:32 UTC  (3+ messages)

[PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2020-01-14 21:32 UTC  (3+ messages)

[PATCH v2] fs-verity: implement readahead of Merkle tree pages
 2020-01-14 21:31 UTC  (4+ messages)
` [f2fs-dev] "

ext4 recovery
 2020-01-14 21:25 UTC  (3+ messages)

[PATCH] fscrypt: document gfp_flags for bounce page allocation
 2020-01-14 21:04 UTC  (3+ messages)

[PATCH] fscrypt: optimize fscrypt_zeroout_range()
 2020-01-14 20:53 UTC  (3+ messages)

[PATCH] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
 2020-01-14 10:31 UTC  (2+ messages)

[PATCH] ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl
 2020-01-13 23:33 UTC  (2+ messages)

[PATCH v2 0/3] ext4: Prevent memory reclaim from re-entering the filesystem and deadlocking
 2020-01-13 22:32 UTC  (7+ 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 0/8] ext4: extents.c cleanups
 2020-01-13 21:42 UTC  (5+ messages)
` [PATCH 1/1] ext4: remove unused macro MPAGE_DA_EXTENT_TAIL

[PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx
 2020-01-13 19:57 UTC  (2+ messages)

[PATCH] ext4: fix deadlock allocating bio_post_read_ctx from mempool
 2020-01-13 19:47 UTC  (2+ messages)

[PATCH] ext4: fix deadlock allocating crypto bounce page from mempool
 2020-01-13 19:44 UTC  (2+ messages)

[PATCH] ext4: re-enable extent zeroout optimization on encrypted files
 2020-01-13 19:35 UTC  (2+ messages)

[PATCH] ext4: only use fscrypt_zeroout_range() on regular files
 2020-01-13 19:34 UTC  (2+ messages)

[PATCH] ext4: allow ZERO_RANGE on encrypted files
 2020-01-13 19:29 UTC  (2+ messages)

[PATCH] ext4: handle decryption error in __ext4_block_zero_page_range()
 2020-01-13 19:25 UTC  (2+ messages)

[PATCH] docs: ext4.rst: add encryption and verity to features list
 2020-01-13 19:20 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary selections from EXT3_FS
 2020-01-13 19:17 UTC  (3+ messages)

[PATCH] ext4: use true,false for bool variable
 2020-01-13 19:04 UTC  (3+ messages)

[PATCH] ext4: uninline ext4_inode_journal_mode()
 2020-01-13 18:54 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
 2020-01-13 18:52 UTC  (2+ messages)

[PATCH] ext4: remove unnecessary assignment in ext4_htree_store_dirent()
 2020-01-13 18:52 UTC  (2+ messages)

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

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

[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  (10+ messages)

[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  (3+ messages)
` [Bug 205957] "

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

[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  (3+ messages)

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

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

[PATCH v3 0/8] Rework random blocking
 2020-01-07 21:04 UTC  (15+ messages)
` [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


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