Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 13:51:12 to 2021-06-12 21:55:41 UTC [more...]

[syzbot] kernel BUG in mpage_prepare_extent_to_map
 2021-06-12 21:55 UTC  (2+ messages)

Parallel fsck current status
 2021-06-11 14:40 UTC 

[PATCH] ext4: notify sysfs on errors_count value change
 2021-06-11 14:02 UTC 

[PATCH v2] fscrypt: fix derivation of SipHash keys on big endian CPUs
 2021-06-11  2:25 UTC  (2+ messages)

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-10 16:12 UTC  (10+ messages)
` [RFC PATCH v4 1/8] jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
` [RFC PATCH v4 2/8] jbd2: ensure abort the journal if detect IO error when writing original buffer back
` [RFC PATCH v4 3/8] jbd2: don't abort the journal when freeing buffers
` [RFC PATCH v4 4/8] jbd2: remove redundant buffer io error checks
` [RFC PATCH v4 5/8] jbd2,ext4: add a shrinker to release checkpointed buffers
` [RFC PATCH v4 6/8] jbd2: simplify journal_clean_one_cp_list()
` [RFC PATCH v4 7/8] ext4: remove bdev_try_to_free_page() callback
` [RFC PATCH v4 8/8] fs: remove bdev_try_to_free_page callback

[PATCH v2 resend] ext4: fix kernel infoleak via ext4_extent_header
 2021-06-10 15:46 UTC 

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-10 12:42 UTC  (28+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[RFC PATCH v3 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-10  2:38 UTC  (18+ messages)
` [RFC PATCH v3 1/8] jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
` [RFC PATCH v3 2/8] jbd2: ensure abort the journal if detect IO error when writing original buffer back
` [RFC PATCH v3 3/8] jbd2: don't abort the journal when freeing buffers
` [RFC PATCH v3 4/8] jbd2: remove redundant buffer io error checks
` [RFC PATCH v3 5/8] jbd2,ext4: add a shrinker to release checkpointed buffers
` [RFC PATCH v3 6/8] jbd2: simplify journal_clean_one_cp_list()
` [RFC PATCH v3 7/8] ext4: remove bdev_try_to_free_page() callback
` [RFC PATCH v3 8/8] fs: remove bdev_try_to_free_page callback

Proposal
 2021-06-09 12:10 UTC 

Projects
 2021-06-09 12:09 UTC 

[PATCH] ext4: no need to verify new add extent block
 2021-06-09  9:57 UTC  (2+ messages)

[PATCH] jbd2: clean up misleading comments for jbd2_fc_release_bufs
 2021-06-09  8:56 UTC  (2+ messages)

mke2fs with size limit and default discard will discard data after size limit
 2021-06-09  4:36 UTC 

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-06-09  2:45 UTC  (4+ messages)

[PATCH 1/2] fs: ext4: Consolidate checks for resize of bigalloc into ext4_resize_begin
 2021-06-07 19:15 UTC  (2+ messages)
` [PATCH 2/2] fs: ext4: Add check to prevent attempting to resize an fs with sparse_super2

[PATCH] ext4: fix input checking in fs/jbd2/journal.c
 2021-06-07 17:55 UTC 

[Bug 213357] New: chattr +e writes invalid checksum to extent block
 2021-06-07 16:05 UTC  (3+ messages)
` [Bug 213357] "

[ext4:dev 40/42] fs/jbd2/journal.c:1718 __jbd2_journal_erase() warn: maybe use && instead of &
 2021-06-07 10:24 UTC 

[PATCH] ext4: Fix loff_t overflow in ext4_max_bitmap_size()
 2021-06-07 10:00 UTC  (2+ messages)

[ext4:dev] BUILD SUCCESS WITH WARNING a492dedb708d287aac857c6799f6f364f3d914b3
 2021-06-07  2:56 UTC 

[GIT PULL] ext4 fixes for v5.13
 2021-06-06 22:48 UTC  (2+ messages)

[PATCH v2] ext4: fix memory leak in ext4_fill_super
 2021-06-05 12:52 UTC  (2+ messages)
` [RESEND PATCH "

[PATCH] fscrypt: fix derivation of SipHash keys on big endian CPUs
 2021-06-05  7:29 UTC  (2+ messages)

[PATCH] fscrypt: don't ignore minor_hash when hash is 0
 2021-06-05  7:28 UTC  (2+ messages)

[PATCH v3] ext4/309: add test for ext4_dir_entry2 wipe
 2021-06-04 23:50 UTC  (5+ messages)

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-06-04 21:09 UTC  (10+ messages)
` [PATCH v9 1/9] block: blk-crypto-fallback: handle data unit split across multiple bvecs
` [PATCH v9 2/9] block: blk-crypto: relax alignment requirements for bvecs in bios
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [PATCH v9 4/9] direct-io: add support for fscrypt using blk-crypto
` [PATCH v9 5/9] block: Make bio_iov_iter_get_pages() respect bio_required_sector_alignment()
` [PATCH v9 6/9] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v9 7/9] ext4: "
` [PATCH v9 8/9] f2fs: "
` [PATCH v9 9/9] fscrypt: update documentation for direct I/O support

[v2] ext4/310: test journal checkpoint ioctl
 2021-06-04 20:12 UTC  (3+ messages)

[ext4:dev] BUILD SUCCESS 7bbbf7c385ed724ed64a924062a81c3bf06ae2c6
 2021-06-04  4:13 UTC 

[PATCH v2] ext4/309: add test for ext4_dir_entry2 wipe
 2021-06-04  0:15 UTC  (3+ messages)

[PATCH v5 1/3] ext4: add discard/zeroout flags to journal flush
 2021-06-03 18:00 UTC  (2+ messages)

[PATCH v2] ext4: Correct encrypted_casefolding sysfs entry
 2021-06-03 14:42 UTC  (2+ messages)

[PATCH] ext4: Remove duplicate definition of ext4_xattr_ibody_inline_set()
 2021-06-03  2:03 UTC 

[PATCH] ext4: Fix no-key deletion for encrypt+casefold
 2021-06-03  2:02 UTC  (3+ messages)

[PATCH] ext4: fix fast commit alignment issues
 2021-06-03  1:59 UTC  (2+ messages)

[PATCH v4] ext4: Fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
 2021-06-03  1:47 UTC  (2+ messages)

[PATCH] ext4: Fix accessing uninit percpu counter variable with fast_commit
 2021-06-03  1:41 UTC  (2+ messages)

[PATCH v8 0/4] Make UTF-8 encoding loadable
 2021-06-03  0:07 UTC  (11+ messages)
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

Potential regression with iomap DIO for 4k writes
 2021-06-02 23:35 UTC 

[PATCH] ext4: Correct encrypted_casefold sysfs entry
 2021-06-02 19:48 UTC  (2+ messages)

[PATCH] e2fsck: replay all commits except broken ones
 2021-06-01 23:27 UTC  (2+ messages)

[PATCH] ext4/310: test journal checkpoint ioctl
 2021-06-01 21:09 UTC  (3+ messages)

[PATCH] e2fsck: fix ".." more gracefully if possible
 2021-05-31 23:31 UTC 

[PATCH] ext4: fsmap: Fix the block/inode bitmap comment
 2021-05-31 22:51 UTC  (2+ messages)

[PATCH V2 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-05-31  8:28 UTC  (8+ messages)
` [PATCH V2 03/12] zap_sector: fix memory leak
` [PATCH V2 04/12] ss_add_info_dir: fix memory leak and check whether,NULL pointer
` [PATCH V2 06/12] append_pathname: check the value returned by realloc to avoid segfault
` [PATCH V2 07/12] argv_parse: check return value of malloc in argv_parse()
` [PATCH V2 10/12] hashmap: change return value type of, ext2fs_hashmap_add()

generic/475 failure/BUG on 5.13-rc3 running adv test case
 2021-05-30 18:28 UTC  (2+ messages)

Check for CAP_SYS_ADMIN before thaw/freeze block device
 2021-05-30 14:20 UTC 

[PATCH 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-05-29  9:55 UTC  (4+ messages)
` [PATCH 10/12] hashmap: change return value type of, ext2fs_hashmap_add()

ext4_xattr_ibody_find:2180: inode #2669312: comm systemd-journal: corrupted in-inode xattr
 2021-05-28 12:36 UTC 

[PATCH V2 1/7] ext4: remove the 'group' parameter of ext4_trim_extent
 2021-05-28  3:40 UTC  (14+ messages)
  ` [PATCH V2 2/7] ext4: add new helper interface ext4_try_to_trim_range()
    ` [PATCH V2 3/7] ext4: remove the repeated comment of ext4_trim_all_free
      ` [PATCH V2 4/7] ext4: add new helper interface ext4_insert_free_data
        ` [PATCH V2 5/7] ext4: get buddy cache after insert successfully
          ` [PATCH V2 6/7] ext4: use bb_free_root to get the free data entry
          ` [PATCH V2 7/7] ext4: get discard out of jbd2 commit kthread contex

[PATCH] ext4: fix comment for s_hash_unsigned
 2021-05-27 23:55 UTC 

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-27 12:01 UTC  (30+ messages)
` [PATCH 02/13] documentation: Sync file_operations members with reality
` [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/13] ext2: Convert to using invalidate_lock
` [PATCH 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 09/13] zonefs: Convert to using invalidate_lock
` [PATCH 10/13] f2fs: "
` [PATCH 11/13] fuse: "
` [PATCH 12/13] ceph: Fix race between hole punch and page fault
` [PATCH 13/13] cifs: "

[PATCH 1/1] fs: ext4: namei: trivial: Fix a couple of small whitespace issues
 2021-05-27  8:23 UTC  (3+ messages)

[PATCH] use local variables ei instead of invoking function EXT4_I
 2021-05-27  2:49 UTC  (2+ messages)

[PATCH 00/11] File system wide monitoring
 2021-05-26 23:37 UTC  (4+ messages)
` [PATCH 10/11] samples: Add fs error monitoring example

[PATCH V2 0/7] ext4: get discard out of jbd2 commit kthread
 2021-05-26  8:43 UTC 

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-26  0:24 UTC  (11+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).