linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-14 03:04:12 to 2020-03-25 15:48:48 UTC [more...]

lazytime causing inodes to remain dirty after sync?
 2020-03-25 15:47 UTC  (15+ messages)
` [PATCH] writeback: avoid double-writing the inode on a lazytime expiration
            ` [PATCH 1/2] "
              ` [PATCH 2/2] writeback, xfs: call dirty_inode() with I_DIRTY_TIME_EXPIRED when appropriate

[PATCH v10 00/25] Change readahead API
 2020-03-25 15:32 UTC  (32+ messages)
` [PATCH v10 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v10 02/25] mm: Return void from various readahead functions
` [PATCH v10 03/25] mm: Ignore return value of ->readpages
` [PATCH v10 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v10 05/25] mm: Add new readahead_control API
` [PATCH v10 06/25] mm: Use readahead_control to pass arguments
` [PATCH v10 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v10 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v10 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v10 10/25] mm: Put readahead pages in cache earlier
` [PATCH v10 11/25] mm: Add readahead address space operation
` [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [PATCH v10 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v10 14/25] mm: Document why we don't set PageReadahead
` [PATCH v10 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v10 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [PATCH v10 18/25] erofs: Convert uncompressed files "
` [PATCH v10 19/25] erofs: Convert compressed "
` [PATCH v10 20/25] ext4: Convert "
` [PATCH v10 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v10 22/25] f2fs: Convert from readpages to readahead
` [PATCH v10 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v10 24/25] fuse: Convert from readpages to readahead
` [PATCH v10 25/25] iomap: "

lazytime fixes
 2020-03-25 15:01 UTC  (6+ messages)
` [PATCH 1/4] ubifs: remove broken lazytime support
` [PATCH 2/4] fs: avoid double-writing the inode on a lazytime expiration
` [PATCH 3/4] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 4/4] fs: clean up generic_update_time a bit

[PATCH 1/2] ext4: return lblk from ext4_find_entry
 2020-03-25 10:06 UTC  (3+ messages)
` [PATCH 2/2] ext4: shrink directories on dentry delete

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-24 21:17 UTC  (14+ messages)

[PATCH] ext4: Check for non-zero journal inum in ext4_calculate_overhead
 2020-03-24  1:52 UTC  (5+ messages)

cleanup the partitioning code
 2020-03-23 19:32 UTC  (6+ messages)

[PATCH] ext2: fix empty body warnings when -Wextra is used
 2020-03-23 12:02 UTC  (3+ messages)

[PATCH v9 00/25] Change readahead API
 2020-03-23  3:55 UTC  (46+ messages)
` [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v9 02/25] mm: Return void from various readahead functions
` [PATCH v9 03/25] mm: Ignore return value of ->readpages
` [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v9 05/25] mm: Add new readahead_control API
` [PATCH v9 06/25] mm: Use readahead_control to pass arguments
` [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v9 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v9 10/25] mm: Put readahead pages in cache earlier
` [PATCH v9 11/25] mm: Add readahead address space operation
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v9 14/25] mm: Document why we don't set PageReadahead
` [PATCH v9 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v9 17/25] btrfs: Convert from readpages to readahead
` [PATCH v9 18/25] erofs: Convert uncompressed files "
  ` [f2fs-dev] "
` [PATCH v9 19/25] erofs: Convert compressed "
  ` [f2fs-dev] "
` [PATCH v9 20/25] ext4: Convert "
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [f2fs-dev] "
` [PATCH v9 24/25] fuse: Convert from readpages to readahead
` [PATCH v9 25/25] iomap: "

[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-22  3:30 UTC  (9+ messages)
` [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] ubifs: "

Ext4 corruption with VM images as 3 > drop_caches
 2020-03-21  3:22 UTC  (7+ messages)

Fwd: Add page_cache_readahead_unbounded
 2020-03-20 15:49 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-03-20 15:35 UTC  (5+ messages)

[PATCH 0/7] e2fsck: fast commit recovery path e2fsck changes
 2020-03-19 23:34 UTC  (7+ messages)
` [PATCH 1/7] e2fsck: make recovery.c identical with kernel
` [PATCH 2/7] e2fsck: allow rewriting extents of a file
` [PATCH 3/7] ext2fs: make ext2fs_calculate_summary_stats() visible
` [PATCH 4/7] e2fsck/jbd2: add fast commit feature in jbd2
` [PATCH 5/7] e2fsck/jbd2: fast commit recovery changes
` [PATCH 6/7] e2fsck: main fast commit replay handler

[PATCH] ext4: disable dioread_nolock whenever delayed allocation is disabled
 2020-03-19 15:00 UTC 

[PATCH 00/13] VFS: Filesystem information [ver #19]
 2020-03-19 12:36 UTC  (5+ messages)
` [PATCH 12/13] fsinfo: Example support for Ext4 "

[PATCH v8 00/25] Change readahead API
 2020-03-19 11:57 UTC  (4+ messages)

[PATCH v8 00/11] Inline Encryption Support
 2020-03-19 11:04 UTC  (19+ messages)
` [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v8 09/11] fscrypt: add inline encryption support
` [PATCH v8 10/11] f2fs: "

[PATCH] ocfs2: fix a null pointer derefrence in ocfs2_block_group_clear_bits()
 2020-03-19  9:26 UTC  (2+ messages)

is there root_fs.arm32 used by xfstests?
 2020-03-19  1:34 UTC  (3+ messages)

[PATCH] ext4: do not commit super on read-only bdev
 2020-03-18 22:09 UTC  (2+ messages)

[Bug 206879] New: "extent tree corrupted" after several syscalls involving EXT4_IOC_SWAP_BOOT on a sparse file
 2020-03-18 15:07 UTC 

[PATCH] ext4: Avoid ENOSPC when avoiding to reuse recently deleted inodes
 2020-03-18 12:13 UTC 

[PATCH] ext4: Unregister sysfs path before destroying jbd2 journal
 2020-03-18  9:13 UTC  (2+ messages)

[PATCH] ext2: fix debug reference to ext2_xattr_cache
 2020-03-17 15:19 UTC  (3+ messages)

[PATCH][next] ext2: xattr.h: Replace zero-length array with flexible-array member
 2020-03-16 14:57 UTC  (2+ messages)

[PATCH] ext4: using matching invalidatepage in ext4_writepage
 2020-03-16 10:44 UTC  (2+ messages)

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-16  9:55 UTC  (8+ messages)

[PATCH 0/7 v2] e2fsprogs: Better handling of indexed directories
 2020-03-16  9:32 UTC  (17+ messages)
` [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 4/7] ext2fs: Implement dir entry creation in htree directories
` [PATCH 5/7] tests: Modify f_large_dir test to excercise indexed dir handling
` [PATCH 7/7] tune2fs: Update dir checksums when clearing dir_index feature

[PATCH] ext4: mark extents index blocks as dirty to avoid information leakage
 2020-03-16  8:01 UTC  (3+ messages)

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-03-14  3:48 UTC  (7+ messages)
` [PATCHv5 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv5 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST


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