linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 16:48:19 to 2020-02-19 19:30:41 UTC [more...]

[Bug 206443] New: general protection fault in ext4 during simultaneous online resize and write operations
 2020-02-19 19:30 UTC  (4+ messages)
` [Bug 206443] "

[PATCH v3 0/2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
 2020-02-19 18:30 UTC  (3+ messages)
` [PATCH v3 1/2] ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
` [PATCH v3 2/2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL

[PATCH v2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
 2020-02-19 18:29 UTC  (3+ messages)

[PATCH v6 00/19] Change readahead API
 2020-02-19 17:06 UTC  (110+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/16] mm: Put readahead pages in cache earlier
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/16] mm: Add readahead address space operation
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
  ` [Ocfs2-devel] "
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 12/16] ext4: Convert "
` [PATCH v6 13/19] erofs: Convert compressed files "
` [PATCH v6 13/16] f2fs: Convert "
` [PATCH v6 14/19] ext4: "
` [PATCH v6 14/16] fuse: "
` [PATCH v6 15/19] f2fs: "
` [PATCH v6 15/16] iomap: "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[PATCH] ext4: fix handling mount -o remount,nolazytime
 2020-02-19 16:22 UTC  (2+ messages)

[PATCH 0/7 v2] e2fsprogs: Better handling of indexed directories
 2020-02-19 10:23 UTC  (14+ messages)
` [PATCH 1/7] e2fsck: Clarify overflow link count error message
` [PATCH 2/7] e2fsck: Fix indexed dir rehash failure with metadata_csum enabled
` [PATCH 3/7] ext2fs: Update allocation info earlier in ext2fs_mkdir() and ext2fs_symlink()
` [PATCH 5/7] tests: Modify f_large_dir test to excercise indexed dir handling
` [PATCH 6/7] tests: Add test to excercise indexed directories with metadata_csum
` [PATCH 7/7] tune2fs: Update dir checksums when clearing dir_index feature

[PATCH v2] ext4: add cond_resched() to __ext4_find_entry()
 2020-02-19  8:03 UTC 

[PATCH] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
 2020-02-19  4:56 UTC  (3+ messages)

[PATCH 0/3] ext4: Fix potential races when performing online resizing
 2020-02-19  3:34 UTC  (6+ messages)
` [PATCH 1/3] ext4: introduce macro sbi_array_rcu_deref() to access rcu protected fields
` [PATCH 2/3] ext4: fix potential race between s_group_info online resizing and access
` [PATCH 3/3] ext4: fix potential race between s_flex_groups "

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-19  3:09 UTC  (7+ messages)

[PATCH v2] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
 2020-02-19  1:49 UTC 

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-18 23:54 UTC  (18+ messages)

[PATCH] ext4: clean up error return for convert_initialized_extent()
 2020-02-18 20:26 UTC 

[PATCH v3 0/2] jbd2: fix an oops problem
 2020-02-18 17:04 UTC  (7+ messages)
` [PATCH v3 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

[PATCH 4.4 1/2] jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
 2020-02-18 10:55 UTC  (2+ messages)
` [PATCH 4.4 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

[ext4:dev] BUILD SUCCESS c96dceeabf765d0b1b1f29c3bf50a5c01315b820
 2020-02-18  8:43 UTC 

[PATCH 16/44] docs: filesystems: convert ext2.txt to ReST
 2020-02-18  7:11 UTC  (2+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-17 19:02 UTC  (5+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter

[PATCH] jbd2: improve comments about freeing data buffers whose page mapping is NULL
 2020-02-17 12:21 UTC  (2+ messages)

[PATCH] ext4: add cond_resched() to __ext4_find_entry()
 2020-02-17 10:31 UTC  (2+ messages)

[GIT PULL] ext4 bug fixes for 5.6-rc2
 2020-02-16 19:50 UTC  (2+ messages)

[PATCH] ext4: improve explanation of a mount failure caused by a misconfigured kernel
 2020-02-15  1:27 UTC 

[PATCH v5 00/13] Change readahead API
 2020-02-15  1:15 UTC  (9+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation

[PATCH AUTOSEL 5.5 032/542] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
 2020-02-14 15:47 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 083/542] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
` [PATCH AUTOSEL 5.5 084/542] ext4: fix deadlock allocating bio_post_read_ctx from mempool
` [PATCH AUTOSEL 5.5 106/542] ext4, jbd2: ensure panic when aborting with zero errno
` [PATCH AUTOSEL 5.5 462/542] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
` [PATCH AUTOSEL 5.5 463/542] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock

[PATCH AUTOSEL 5.4 026/459] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
 2020-02-14 16:00 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 073/459] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
` [PATCH AUTOSEL 5.4 091/459] ext4, jbd2: ensure panic when aborting with zero errno
` [PATCH AUTOSEL 5.4 398/459] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
` [PATCH AUTOSEL 5.4 399/459] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock

[PATCH AUTOSEL 4.19 010/252] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
 2020-02-14 16:11 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 034/252] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
` [PATCH AUTOSEL 4.19 045/252] ext4, jbd2: ensure panic when aborting with zero errno
` [PATCH AUTOSEL 4.19 216/252] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
` [PATCH AUTOSEL 4.19 217/252] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock

[PATCH AUTOSEL 4.14 010/186] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
 2020-02-14 16:16 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 033/186] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
` [PATCH AUTOSEL 4.14 039/186] ext4, jbd2: ensure panic when aborting with zero errno
` [PATCH AUTOSEL 4.14 157/186] jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
` [PATCH AUTOSEL 4.14 158/186] jbd2: make sure ESHUTDOWN to be recorded in the journal superblock

[PATCH] ext4/002: remove EXT4_EOFBLOCKS_FL test
 2020-02-14 16:47 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).