linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-26 19:10:25 to 2019-09-12 09:26:23 UTC [more...]

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-12  9:26 UTC  (12+ messages)
    ` Fix inode sem regression for nowait
      ` [PATCH 1/3] btrfs: fix inode rwsem regression
      ` [PATCH 2/3] ext4: "
      ` [PATCH 3/3] f2fs: "

Linux 5.3-rc8
 2019-09-12  8:25 UTC  (15+ messages)

[PATCH 0/3] Revert parallel dio reads
 2019-09-11 14:20 UTC  (11+ messages)
` [PATCH 1/3] Revert "ext4: remove EXT4_STATE_DIOREAD_LOCK flag"
` [PATCH 2/3] Revert "ext4: fix off-by-one error when writing back pages before dio read"
` [PATCH 3/3] Revert "ext4: Allow parallel DIO reads"

[PATCH 1/2] jbd2: add new tracepoint jbd2_sleep_on_shadow
 2019-09-11 13:57 UTC  (5+ messages)
` [PATCH 2/2] jbd2: add new tracepoint jbd2_wait_on_transaction_locked

[PATCH v2 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-11 12:39 UTC  (21+ messages)
` [PATCH v2 1/6] ext4: introduce direct IO read path using "
` [PATCH v2 2/6] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH v2 3/6] iomap: modify ->end_io() calling convention
` [PATCH v2 4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin()
` [PATCH v2 5/6] ext4: introduce direct IO write path using iomap infrastructure
` [PATCH v2 6/6] ext4: cleanup legacy buffer_head direct IO code

Inquiry 11/Sept/2019
 2019-09-11 12:07 UTC 

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-09-11  8:19 UTC  (12+ messages)

[RFC] jbd2: reclaim journal space asynchronously when free space is low
 2019-09-11  7:42 UTC  (4+ messages)

Why doesn't disk io occur to read file system metadata despite clearing dentry and inode with drop_cache command?
 2019-09-11  6:27 UTC 

[PATCH v4] e2fsck: check for consistent encryption policies
 2019-09-10 23:40 UTC  (2+ messages)

[PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-10 15:51 UTC  (8+ messages)
` [PATCH RESEND V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH RESEND V5 2/7] FS: Introduce read callbacks
` [PATCH RESEND V5 3/7] fs/mpage.c: Integrate "
` [PATCH RESEND V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH RESEND V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH RESEND V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH RESEND V5 7/7] fscrypt: remove struct fscrypt_ctx

[PATCH v3] e2fsck: check for consistent encryption policies
 2019-09-09 17:34 UTC  (5+ messages)

[Bug 203317] New: WARNING: CPU: 2 PID: 925 at fs/ext4/inode.c:3897 ext4_set_page_dirty+0x39/0x50
 2019-09-09 10:32 UTC  (9+ messages)
` [Bug 203317] "

[Q] gfs2: mmap write vs. punch_hole consistency
 2019-09-09  9:19 UTC  (5+ messages)

[PATCH] ext4: disable mount with both dioread_nolock and nodelalloc
 2019-09-09  3:40 UTC  (4+ messages)

[PATCH] Ext4 Documentation: Add missing quota section
 2019-09-08 17:51 UTC 

[PATCH] Ext4 Docs: Add missing bigalloc documentation
 2019-09-07 15:57 UTC  (2+ messages)

[PATCH] ext2fs: add ext2fs_read_sb that returns superblock
 2019-09-05 11:01 UTC 

[Bug 204779] New: Xubuntu 18.04 sometimes freezes when turned on on logo
 2019-09-05  6:36 UTC 

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-09-04 23:12 UTC  (11+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range

"beyond 2038" warnings from loopback mount is noisy
 2019-09-04 20:56 UTC  (22+ messages)
      ` [PATCH] ext4: Reduce ext4 timestamp warnings

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-09-04 16:54 UTC  (15+ messages)

ext4 fsck vs. kernel recovery policy
 2019-09-04 14:58 UTC  (2+ messages)

[PATCH] fs:ext4:remove unused including <linux/version.h>
 2019-09-04 13:02 UTC 

[PATCH] ext2: Delete an unnecessary check before brelse()
 2019-09-04  7:23 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 097/167] ext4: protect journal inode's blocks using block_validity
 2019-09-03 16:25 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 164/167] ext4: don't perform block validity checks on the journal inode
` [PATCH AUTOSEL 4.19 165/167] ext4: fix block validity checks for journal inodes using indirect blocks
` [PATCH AUTOSEL 4.19 166/167] ext4: unsigned int compared against zero

[PATCH] ext4: fix kernel oops caused by spurious casefold flag
 2019-09-03  5:43 UTC 

[PATCH V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-02  4:38 UTC  (2+ messages)

[PATCH] ext4 crypto: fix to check feature status before get policy
 2019-09-02  1:07 UTC  (4+ messages)

WARNING: suspicious RCU usage in ext4_release_system_zone
 2019-08-31  0:17 UTC  (2+ messages)

WARNING: ODEBUG bug in ext4_fill_super
 2019-08-31  0:14 UTC  (5+ messages)

[GIT PULL RESEND] vfs: Add support for timestamp limits
 2019-08-30 15:47 UTC 

[ext4] [confidence: ] 2f7f60cf9f: WARNING:at_lib/list_debug.c:#__list_add_valid
 2019-08-30  4:37 UTC  (2+ messages)

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-29 14:41 UTC  (28+ messages)
` [PATCH 2/5] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH 4/5] ext4: introduce direct IO write code path using iomap infrastructure

[PATCH] ext4: tidy up white space in count_rsvd()
 2019-08-28 15:33 UTC  (3+ messages)

[PATCH] ext4: fix integer overflow when calculating commit interval
 2019-08-28 15:25 UTC  (3+ messages)

[PATCH v2] ext4: use percpu_counters for extent_status cache hits/misses
 2019-08-28 15:20 UTC  (2+ messages)

[PATCH v2] ext4: fix potential use after free after remounting with noblock_validity
 2019-08-28 15:15 UTC  (2+ messages)

subscribe
 2019-08-28 10:53 UTC 

[PATCH 5/9] block: support diskcipher
 2019-08-28  2:20 UTC 

[PATCH] ext4: attempt to shrink directory on dentry removal
 2019-08-27 20:53 UTC  (6+ messages)

question about jbd2 checksum v2 and v3 flag
 2019-08-27 20:06 UTC  (5+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-27 16:40 UTC  (2+ messages)

[PATCH v5] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-27  9:20 UTC  (6+ messages)

fsck on ext4: "WARN Wrong bounce buffer write length: 1024 != 0"
 2019-08-27  6:00 UTC 

[PATCH] ext4: change the type of ext4 cache stats to percpu_counter to improve performance
 2019-08-27  5:46 UTC  (7+ messages)

[RFC 0/2] ext4: bmap & fiemap conversion to use iomap
 2019-08-27  3:58 UTC  (2+ messages)

[RFC] performance regression with "ext4: Allow parallel DIO reads"
 2019-08-27  1:00 UTC  (13+ 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).