linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-26 13:55:58 to 2023-07-06 00:18:25 UTC [more...]

[PATCH v2 0/6] fs: Fix directory corruption when moving directories
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/17] fs: unexport buffer_check_dirty_writeback
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-06  0:04 UTC  (9+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

[PATCH 0/2] fsverity: simplify initcall and move sysctl registration
 2023-07-05 21:27 UTC  (3+ messages)
` [PATCH 1/2] fsverity: simplify handling of errors during initcall
` [PATCH 2/2] fsverity: move sysctl registration out of signature.c

[PATCH v2 41/92] ext2: convert to ctime accessor functions
 2023-07-05 19:01 UTC  (2+ messages)
  ` [PATCH v2 42/92] ext4: "

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-05 16:12 UTC  (12+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 23/32] ext4: Convert to blkdev_get_handle_by_dev()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[Bug 217633] New: the insertion of disk to DVD make bad remout /dev/sda
 2023-07-05 15:19 UTC  (5+ messages)
` [Bug 217633] "

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-07-05  3:27 UTC  (11+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless

[bug report] tune2fs: filesystem inconsistency occurs by concurrent write
 2023-07-04 19:33 UTC  (4+ messages)

[PATCH 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-07-04 13:42 UTC  (13+ messages)
` [PATCH 01/12] jbd2: move load_superblock() dependent functions
` [PATCH 02/12] jbd2: move load_superblock() into journal_init_common()
` [PATCH 03/12] jbd2: don't load superblock in jbd2_journal_check_used_features()
` [PATCH 04/12] jbd2: checking valid features early in journal_get_superblock()
` [PATCH 05/12] jbd2: open code jbd2_verify_csum_type() helper
` [PATCH 06/12] jbd2: cleanup load_superblock()
` [PATCH 07/12] jbd2: add fast_commit space check
` [PATCH 08/12] jbd2: cleanup journal_init_common()
` [PATCH 09/12] jbd2: drop useless error tag in jbd2_journal_wipe()
` [PATCH 10/12] jbd2: jbd2_journal_init_{dev,inode} return proper error return value
` [PATCH 11/12] ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()
` [PATCH 12/12] ext4: ext4_get_{dev}_journal return proper error value

[PATCH] ext4: improve discard efficiency
 2023-07-04 11:56 UTC 

[syzbot] [ext4?] WARNING: locking bug in __ext4_ioctl
 2023-07-04  1:06 UTC  (2+ messages)

[syzbot] [ext4?] general protection fault in ext4_finish_bio
 2023-07-04  1:00 UTC 

Question regarding the use of CRC32c for checksumming
 2023-07-03 19:48 UTC  (4+ messages)

[PATCH v3 0/5] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-07-03 17:01 UTC  (7+ messages)
` [PATCH v3 1/5] quota: factor out dquot_write_dquot()
` [PATCH v3 2/5] quota: rename dquot_active() to inode_quota_active()
` [PATCH v3 3/5] quota: add new helper dquot_active()
` [PATCH v3 4/5] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v3 5/5] quota: simplify drop_dquot_ref()

[PATCH][next][V2] ext2: remove redundant assignment to variable desc and variable best_desc
 2023-07-03 12:45 UTC  (2+ messages)

[PATCH v10 rebased on v6.4 00/25] DEPT(Dependency Tracker)
 2023-07-03  9:47 UTC  (26+ messages)
` [PATCH v10 rebased on v6.4 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 rebased on v6.4 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 rebased on v6.4 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 rebased on v6.4 04/25] dept: Add lock "
` [PATCH v10 rebased on v6.4 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 rebased on v6.4 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 rebased on v6.4 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 rebased on v6.4 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 rebased on v6.4 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 rebased on v6.4 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 rebased on v6.4 13/25] dept: Distinguish each work "
` [PATCH v10 rebased on v6.4 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 rebased on v6.4 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 rebased on v6.4 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 rebased on v6.4 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 rebased on v6.4 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 rebased on v6.4 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 rebased on v6.4 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 rebased on v6.4 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 rebased on v6.4 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 rebased on v6.4 25/25] dept: Track the potential waits of PG_{locked,writeback}

Bug#1039883: linux-image-6.3.0-1-amd64: ext4 corruption with symlinks
 2023-07-01 15:35 UTC 

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:12 UTC  (2+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH][next] ext2: remove redundant assignment to variable desc
 2023-06-30 19:14 UTC  (4+ messages)

[syzbot] [ext4?] general protection fault in ext4_quota_read
 2023-06-30 17:48 UTC  (2+ messages)

[syzbot] [ext4?] general protection fault in ext4_put_io_end_defer
 2023-06-30 17:13 UTC  (5+ messages)

[PATCH 0/1] allow mke2fs to understand tarballs as input
 2023-06-30 15:51 UTC  (3+ messages)
` [PATCH 1/1] mke2fs: the -d option can now handle tarball input

[PATCH v2] ext4: Replace CR_FAST macro with inline function for readability
 2023-06-30  8:59 UTC 

[PATCH v2 0/7] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-30  7:45 UTC  (22+ messages)
` [PATCH v2 1/7] quota: factor out dquot_write_dquot()
` [PATCH v2 2/7] quota: add new global dquot list releasing_dquots
` [PATCH v2 3/7] quota: rename dquot_active() to inode_dquot_active()
` [PATCH v2 4/7] quota: add new helper dquot_active()
` [PATCH v2 5/7] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v2 6/7] quota: simplify drop_dquot_ref()
` [PATCH v2 7/7] quota: remove unused function put_dquot_list()

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-30  3:20 UTC  (5+ messages)
` [PATCH v7 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
  ` [Linux-cachefs] "

[GIT PULL] ext4 updates for 6.5
 2023-06-29 20:51 UTC  (2+ messages)

[PATCH] ext4: Replace CR_FAST macro with inline function for readability
 2023-06-29 14:41 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-29  7:30 UTC 

[PATCH v5 0/8] cleanups and unit test for mballoc
 2023-06-29 14:40 UTC  (9+ messages)
` [PATCH v5 1/8] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v5 2/8] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v5 3/8] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v5 4/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v5 5/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v5 6/8] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v5 7/8] ext4: add some kunit stub for mballoc kunit test
` [PATCH v5 8/8] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_iget
 2023-06-29  4:28 UTC  (2+ messages)

[PATCH 00/13] fixes and cleanups to ext4 resize
 2023-06-29 12:00 UTC  (14+ messages)
` [PATCH 01/13] ext4: correct offset of gdb backup in non meta_bg group to update_backups
` [PATCH 02/13] ext4: add missed brelse in update_backups
` [PATCH 03/13] ext4: correct return value of ext4_convert_meta_bg
` [PATCH 04/13] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
` [PATCH 05/13] ext4: fix typo "
` [PATCH 06/13] ext4: remove redundant check of count
` [PATCH 07/13] ext4: remove commented code in reserve_backup_gdb
` [PATCH 08/13] ext4: calculate free_clusters_count in cluster unit in verify_group_input
` [PATCH 09/13] ext4: remove EXT4FS_DEBUG defination in resize.c
` [PATCH 10/13] ext4: use saved local variable sbi instead of EXT4_SB(sb)
` [PATCH 11/13] ext4: correct gdblock calculation in add_new_gdb_meta_bg to support non first group
` [PATCH 12/13] ext4: remove unnecessary check for avoiding multiple update_backups in ext4_flex_group_add
` [PATCH 13/13] ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext4_handle_clustersize
 2023-06-29  3:35 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (3)
 2023-06-29  3:18 UTC  (2+ messages)

[e2fsprogs PATCH] resize2fs: use directio when reading superblock
 2023-06-28 23:02 UTC  (6+ messages)

packed_meta_blocks=1 incompatible with resize2fs?
 2023-06-28 21:41 UTC  (6+ messages)

[PATCH] ext4: Fix unttached inode after power cut with orphan file feature enabled
 2023-06-28 14:48 UTC  (2+ messages)

[Bug 217605] New: unttached inode after power cut with orphan file feature enabled
 2023-06-28 13:20 UTC  (5+ messages)
` [Bug 217605] "

[PATCH] mm: increase usage of folio_next_index() helper
 2023-06-28  4:54 UTC  (2+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-28  1:33 UTC  (5+ messages)
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs

[PATCH] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-27 14:06 UTC  (11+ messages)

[tytso-ext4:dev] BUILD SUCCESS 2ef6c32a914b85217b44a0a2418e830e520b085e
 2023-06-27 13:42 UTC 

mkfs.ext4 failed when orphan_file is enabled
 2023-06-27 10:57 UTC  (4+ messages)

[tytso-ext4:dev] BUILD SUCCESS 6bb438fa0aac4c08acd626d408cb6d4b745df7fd
 2023-06-27  1:20 UTC 

[PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-06-27  0:27 UTC  (3+ messages)

[GIT PULL] fsverity updates for 6.5
 2023-06-26 20:02 UTC  (2+ messages)

[PATCH] jbd2: correct the end of the journal recovery scan range
 2023-06-26 15:05 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).