Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-04 21:09:24 to 2021-06-17 15:01:24 UTC [more...]

[PATCH v2] ext4: remove set but rewrite variables
 2021-06-17 15:01 UTC  (2+ messages)

[PATCH] ext4: return error code when ext4_fill_flex_info() fails
 2021-06-17 14:52 UTC  (2+ messages)

[PATCH] ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
 2021-06-17 14:50 UTC  (2+ messages)

[PATCH 0/4 v3] ext4: Speedup orphan file handling
 2021-06-17 12:40 UTC  (12+ messages)
` [PATCH 1/4] ext4: Support for checksumming from journal triggers
` [PATCH 2/4] ext4: Move orphan inode handling into a separate file
` [PATCH 3/4] ext4: Speedup ext4 orphan inode handling
` [PATCH 4/4] ext4: Improve scalability of ext4 orphan file handling

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-17  9:48 UTC  (11+ 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 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-17  8:54 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: "

[PATCH] ext4: fix memory leak in ext4_fill_super
 2021-06-17  1:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] ext4: fix kernel infoleak via ext4_extent_header
 2021-06-16 23:45 UTC  (2+ messages)

[PATCH] ext4: Remove redundant assignment to error
 2021-06-16 23:30 UTC  (2+ messages)

[PATCH v2] ext4: remove redundant check buffer_uptodate()
 2021-06-16 23:26 UTC  (2+ messages)

[syzbot] INFO: task hung in ext4_fill_super
 2021-06-16 18:28 UTC  (3+ messages)

[PATCH 0/8] Replace some bad characters on documents
 2021-06-16 14:53 UTC  (3+ messages)
` [PATCH 6/8] docs: filesystems: ext4: blockgroup.rst: replace some characters

[PATCH v2 00/14] File system wide monitoring
 2021-06-16 13:04 UTC  (25+ messages)
` [PATCH v2 01/14] fsnotify: Don't call insert hook for overflow events
` [PATCH v2 02/14] fanotify: Fold event size calculation to its own function
` [PATCH v2 03/14] fanotify: Split fsid check from other fid mode checks
` [PATCH v2 04/14] fanotify: Split superblock marks out to a new cache
` [PATCH v2 05/14] inotify: Don't force FS_IN_IGNORED
` [PATCH v2 06/14] fsnotify: Add helper to detect overflow_event
` [PATCH v2 07/14] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
` [PATCH v2 08/14] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v2 09/14] fsnotify: Support FS_ERROR event type
` [PATCH v2 10/14] fsnotify: Introduce helpers to send error_events
` [PATCH v2 11/14] fanotify: Introduce FAN_FS_ERROR event
` [PATCH v2 12/14] ext4: Send notifications on error
` [PATCH v2 13/14] samples: Add fs error monitoring example
` [PATCH v2 14/14] Documentation: Document the FAN_FS_ERROR event

[PATCH 0/3] ext4: Fix data corruption when extending DIO write races with buffered read
 2021-06-16 12:22 UTC  (3+ messages)
` [PATCH 3/3] ext4: Fix overflow in ext4_iomap_alloc()

[PATCH 0/9 v3] e2fsprogs: Support for orphan file feature
 2021-06-16 10:57 UTC  (10+ messages)
` [PATCH 1/9] ext2fs: Drop HAS_SNAPSHOT feature
` [PATCH 2/9] quota: Do not account space used by project quota file to quota
` [PATCH 3/9] e2image: Dump quota files
` [PATCH 4/9] libext2fs: Support for orphan file feature
` [PATCH 5/9] mke2fs: Add support for orphan_file feature
` [PATCH 6/9] e2fsck: Add support for handling orphan file
` [PATCH 7/9] tune2fs: Add support for orphan_file feature
` [PATCH 8/9] mke2fs: Add orphan_file feature into mke2fs.conf
` [PATCH 9/9] dumpe2fs, debugfs, e2image: Add support for orphan file

[PATCH 0/6] e2fsprogs: fix compiler warnings introduced since v1.45.4
 2021-06-16  4:53 UTC  (7+ messages)
` [PATCH 1/6] libext2fs: improve jbd_debug() implementation
` [PATCH 2/6] e2fsck: sync fc_do_one_pass() changes from kernel
` [PATCH 3/6] mke2fs: use ext2fs_get_device_size2() on all platforms
` [PATCH 4/6] Fix -Wunused-parameter warnings
` [PATCH 5/6] Fix -Wunused-variable warnings
` [PATCH 6/6] libext2fs: fix a -Wunused-label warning

[PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer
 2021-06-16  4:09 UTC  (10+ messages)

Potential regression with iomap DIO for 4k writes
 2021-06-16  0:17 UTC  (2+ messages)

[PATCH V2 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-06-15 11:27 UTC  (3+ messages)

[PATCH RFC v2] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue
 2021-06-15  9:05 UTC 

[PATCH] tune2fs: Update overhead when toggling journal feature
 2021-06-15  7:52 UTC  (3+ messages)

[PATCH RFC] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue
 2021-06-15  3:27 UTC 

[PATCH 0/9] 64K blocksize related fixes
 2021-06-14 16:40 UTC  (11+ messages)
` [PATCH 1/9] ext4/003: Fix this test on 64K platform for dax config
` [PATCH 2/9] ext4/027: Correct the right code of block and inode bitmap
` [PATCH 3/9] ext4/306: Add -b blocksize parameter too to avoid failure with DAX config
` [PATCH 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform
` [PATCH 5/9] generic/031: Fix the test case for 64k blocksize config
` [PATCH 6/9] gitignore: Add 031.out file to .gitignore
` [PATCH 7/9] generic/620: Remove -b blocksize option for ext4
` [PATCH 8/9] common/attr: Cleanup end of line whitespaces issues
` [PATCH 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize

[PATCH] e2fsck: fix last mount/write time when e2fsck is forced
 2021-06-14 13:27 UTC 

[syzbot] kernel BUG in mpage_prepare_extent_to_map
 2021-06-13  3:32 UTC  (3+ 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)

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

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-06-04 21:09 UTC  (7+ messages)
` [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 6/9] iomap: support direct I/O with "
` [PATCH v9 7/9] ext4: "
` [PATCH v9 8/9] f2fs: "
` [PATCH v9 9/9] fscrypt: update documentation for direct I/O support


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