public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-30 02:06:43 to 2025-12-11 11:52:21 UTC [more...]

[RFC 0/5] ext4: mark more ops fast-commit ineligible
 2025-12-11 11:51 UTC  (2+ messages)
` [RFC 1/5] ext4: mark inode format migration "

Ulga na składki ZUS
 2025-12-11  8:55 UTC 

stop overriding SCRATCH_{,LOG,RT}DEV
 2025-12-11  5:00 UTC  (31+ messages)
` [PATCH 01/12] dmflakey: override SCRATCH_DEV in _init_flakey
` [PATCH 02/12] ext4/006: call e2fsck directly
` [PATCH 03/12] common: add a _check_dev_fs helper
` [PATCH 04/12] ext4/032: use _check_dev_fs
` [PATCH 05/12] generic/590: split XFS RT specific bits out
` [PATCH 06/12] xfs/157: don't override SCRATCH_{,LOG,RT}DEV
` [PATCH 07/12] xfs/185: don't use SCRATCH_{,RT}DEV helpers
` [PATCH 08/12] xfs/424: don't use SCRATCH_DEV helpers
` [PATCH 09/12] xfs/521: require a real SCRATCH_RTDEV
` [PATCH 10/12] xfs/528: "
` [PATCH 11/12] xfs/530: "
` [PATCH 12/12] xfs/650: "

[PATCH v2] ext4: add sysfs attribute err_report_sec to control s_err_report timer
 2025-12-11  3:02 UTC 

Inquiry: Possible built-in support for longer filenames in ext4 (beyond 256 bytes)
 2025-12-11  1:21 UTC  (5+ messages)

[PATCH 0/2] ext4: align preallocation size to stripe width
 2025-12-10 15:49 UTC  (4+ messages)
` [PATCH 1/2] ext4: refactor size prediction into helper functions
` [PATCH 2/2] ext4: align preallocation size to stripe width

[PATCH] ext4: move ext4_percpu_param_init() before ext4_mb_init()
 2025-12-10 10:14 UTC  (2+ messages)

[PATCH e2fsprogs] lib/quota: fix checksum mismatch on uninitialized PRJQUOTA inode
 2025-12-10  9:47 UTC  (2+ messages)

[syzbot] [ext4] [fscrypt] KMSAN: uninit-value in fscrypt_crypt_data_unit
 2025-12-10  2:22 UTC  (2+ messages)

ext4/004 hangs with -o inlinecrypt,test_dummy_encryption
 2025-12-09 21:40 UTC  (4+ messages)

[PATCH v1] ext4: add sysfs attribute err_report_sec to control s_err_report timer
 2025-12-09 14:31 UTC  (3+ messages)
` [syzbot ci] "

[BUG] strlen overflow in ext4 parse_apply_sb_mount_options
 2025-12-09 13:04 UTC 

[PATCH] ext4: Fix KASAN use-after-free in ext4_find_extent
 2025-12-09 12:27 UTC 

[PATCH] [v2] ext4: fix ext4_tune_sb_params padding
 2025-12-09  8:56 UTC  (3+ messages)

[PATCH] ext4: add missing down_write_data_sem in mext_move_extent()
 2025-12-09  8:22 UTC  (4+ messages)

定期アカウント確認のお願い
 2025-12-09  2:59 UTC 

[PATCH AUTOSEL 6.18-5.10] ext4: remove page offset calculation in ext4_block_zero_page_range()
 2025-12-09  0:14 UTC 

[PATCH v2] generic: use _qmount_option and _qmount
 2025-12-08 17:34 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_swap_extents
 2025-12-08  8:03 UTC 

[Bug 220842] New: dmesg flooded with ext4 backtraces when underlying USB device chokes
 2025-12-07 14:54 UTC  (8+ messages)
` [Bug 220842] "

[syzbot] [ext4?] possible deadlock in do_writepages (2)
 2025-12-06  6:49 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-06  0:25 UTC  (45+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v2] ext4: check folio uptodate state in ext4_page_mkwrite()
 2025-12-05 14:28 UTC  (18+ messages)

[PATCH] ext4: fix ext4_tune_sb_params padding
 2025-12-05 11:22 UTC  (7+ messages)

[PATCH] ext2: factor out ext2_fill_super() teardown path
 2025-12-05  9:10 UTC  (5+ messages)

[PATCH v3] ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()
 2025-12-05  5:59 UTC 

[PATCHSET] fstests: more random fixes for v2025.11.04
 2025-12-04 17:18 UTC  (8+ messages)
` [PATCH 2/7] generic/778: fix severe performance problems

[GIT PULL] ext4 changes for 6.19-rc1
 2025-12-04  4:48 UTC  (2+ messages)

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-12-03 14:53 UTC  (3+ messages)

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[PATCH] generic: use _qmount_option and _qmount
 2025-12-03  5:46 UTC  (6+ messages)

[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
 2025-12-02 13:47 UTC  (3+ messages)

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2025-12-02  9:05 UTC  (2+ messages)
` [Bug 217965] "

[PATCH] ext4: Fix KASAN slab-use-after-free in ext4_find_extent due to corrupted eh_entries
 2025-12-02  8:18 UTC  (4+ messages)
  `  "

[tytso-ext4:dev] BUILD SUCCESS 6fb67ac896900e60f46ee4efba97b372a80370e0
 2025-12-02  3:09 UTC 

[syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data (2)
 2025-12-02  1:56 UTC  (7+ messages)

[PATCH v3 00/14] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-12-02  1:15 UTC  (4+ messages)

[tytso-ext4:test] BUILD SUCCESS 78fd3495ca503125d64c20e8708d23c451e7ff77
 2025-12-01 21:23 UTC 

[PATCH v2 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH v4 00/24] ext4: enable block size larger than page size
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH v4 0/3] ext4: minor cleanup
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH] ext4: align max orphan file size with e2fsprogs limit
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH] Documentation: ext4: Document casefold and encrypt flags
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH] fs/ext4: fix typo in comment
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH] ext4: Mark inodes without acls in __ext4_iget()
 2025-12-01 16:23 UTC  (2+ messages)

[Bug 220818] New: kernel 6.8.0-88: General Protection Fault (GPF) in ext4 while running 'umount': RIP: 0010:dentry_unlink_inode+0x52/0x150
 2025-12-01 11:30 UTC  (3+ messages)
` [Bug 220818] "

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[tytso-ext4:dev] BUILD SUCCESS 1e366d0888665fb29ade62a44bbbceaa67ba4de4
 2025-11-30  6:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox