messages from 2023-08-18 16:51:37 to 2023-08-27 09:06:28 UTC [more...]
[PATCH 0/3] fstests-bld overlayfs updates
2023-08-27 9:05 UTC
[PATCH] ext4: Add periodic superblock update check
2023-08-26 19:58 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 00/13] fixes and cleanups to ext4 resize
2023-08-26 17:37 UTC (15+ messages)
` [PATCH v2 01/13] ext4: correct offset of gdb backup in non meta_bg group to update_backups
` [PATCH v2 02/13] ext4: add missed brelse in update_backups
` [PATCH v2 03/13] ext4: correct return value of ext4_convert_meta_bg
` [PATCH v2 04/13] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
` [PATCH v2 05/13] ext4: fix typo "
` [PATCH v2 06/13] ext4: remove redundant check of count
` [PATCH v2 07/13] ext4: remove commented code in reserve_backup_gdb
` [PATCH v2 08/13] ext4: calculate free_clusters_count in cluster unit in verify_group_input
` [PATCH v2 09/13] ext4: remove EXT4FS_DEBUG defination in resize.c
` [PATCH v2 10/13] ext4: use saved local variable sbi instead of EXT4_SB(sb)
` [PATCH v2 11/13] ext4: simplify the gdbblock calculation in add_new_gdb_meta_bg
` [PATCH v2 12/13] ext4: remove unnecessary check to avoid repeat update_backups for the same gdb
` [PATCH v2 13/13] ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap
[PATCH v3 00/13] fixes and cleanups to ext4 resize
2023-08-26 17:47 UTC (14+ messages)
` [PATCH v3 01/13] ext4: correct offset of gdb backup in non meta_bg group to update_backups
` [PATCH v3 02/13] ext4: add missed brelse in update_backups
` [PATCH v3 03/13] ext4: correct return value of ext4_convert_meta_bg
` [PATCH v3 04/13] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
` [PATCH v3 05/13] ext4: fix typo "
` [PATCH v3 06/13] ext4: remove redundant check of count
` [PATCH v3 07/13] ext4: remove commented code in reserve_backup_gdb
` [PATCH v3 08/13] ext4: calculate free_clusters_count in cluster unit in verify_group_input
` [PATCH v3 09/13] ext4: remove EXT4FS_DEBUG defination in resize.c
` [PATCH v3 10/13] ext4: use saved local variable sbi instead of EXT4_SB(sb)
` [PATCH v3 11/13] ext4: simplify the gdbblock calculation in add_new_gdb_meta_bg
` [PATCH v3 12/13] ext4: remove unnecessary check to avoid repeat update_backups for the same gdb
` [PATCH v3 13/13] ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap
[PATCH 2/2] ext4: trivial: add semicolon after label attributes
2023-08-26 8:56 UTC
[PATCH v6 00/11] cleanups and unit test for mballoc
2023-08-26 15:50 UTC (12+ messages)
` [PATCH v6 01/11] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v6 02/11] ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
` [PATCH v6 03/11] ext4: extent ext4_mb_mark_context to support allocation under journal
` [PATCH v6 04/11] ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
` [PATCH v6 05/11] ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
` [PATCH v6 06/11] ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
` [PATCH v6 07/11] ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
` [PATCH v6 08/11] ext4: call ext4_mb_mark_context "
` [PATCH v6 09/11] ext4: add some kunit stub for mballoc kunit test
` [PATCH v6 10/11] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
` [PATCH v6 11/11] ext4: run mballoc test with different layouts setting
[tytso-ext4:dev] BUILD SUCCESS 91c66ddfd2dfa4c622c45a3ed0908b36c1adfa28
2023-08-26 6:08 UTC
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-26 2:28 UTC (4+ messages)
[PATCH] ext4: correct error handling of ext4_get_journal_inode()
2023-08-26 1:10 UTC
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 22:53 UTC (39+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[PATCH] libext2fs: don't truncate the orphan file inode if it is newly allocated
2023-08-25 21:45 UTC
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-25 13:32 UTC (4+ messages)
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
[PATCH v2] e2fsck: delay quotas loading in release_orphan_inodes()
2023-08-25 13:22 UTC
[PATCH] e2fsck: delay quotas loading in release_orphan_inodes()
2023-08-25 13:15 UTC (11+ messages)
[syzbot] [ext4?] BUG: unable to handle kernel paging request in ext4_calculate_overhead
2023-08-25 12:22 UTC (2+ messages)
[PATCH 0/11] ext4: Cleanup read-only and fs aborted checks
2023-08-25 11:54 UTC (5+ messages)
[PATCH] e2fsprogs: don't allow udisks to automount ext4 filesystems with no prompt
2023-08-24 23:59 UTC
[BUG+PATCH] mke2fs: Inode checksum does not match inode while creating orphan file
2023-08-24 20:05 UTC
[PATCH] ext4/mballoc: No need to generate from free list
2023-08-24 15:56 UTC
[PATCH] ext4: Fix incorrect offset
2023-08-24 15:23 UTC
[PATCH v5 30/45] ext4: dynamically allocate the ext4-es shrinker
2023-08-24 9:49 UTC (3+ messages)
` [PATCH v5 31/45] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
[RFC PATCH 00/16] ext4: more accurate metadata reservaion for delalloc mount option
2023-08-24 9:26 UTC (17+ messages)
` [RFC PATCH 01/16] ext4: correct the start block of counting reserved clusters
` [RFC PATCH 02/16] ext4: make sure allocate pending entry not fail
` [RFC PATCH 03/16] ext4: let __revise_pending() return the number of new inserts pendings
` [RFC PATCH 04/16] ext4: count removed reserved blocks for delalloc only es entry
` [RFC PATCH 05/16] ext4: pass real delayed status into ext4_es_insert_extent()
` [RFC PATCH 06/16] ext4: move delalloc data reserve spcae updating "
` [RFC PATCH 07/16] ext4: count inode's total delalloc data blocks into ext4_es_tree
` [RFC PATCH 08/16] ext4: refactor delalloc space reservation
` [RFC PATCH 09/16] ext4: count reserved metadata blocks for delalloc per inode
` [RFC PATCH 10/16] ext4: reserve meta blocks in ext4_da_reserve_space()
` [RFC PATCH 11/16] ext4: factor out common part of ext4_da_{release|update_reserve}_space()
` [RFC PATCH 12/16] ext4: update reserved meta blocks in ext4_da_{release|update_reserve}_space()
` [RFC PATCH 13/16] ext4: calculate the worst extent blocks needed of a delalloc es entry
` [RFC PATCH 14/16] ext4: reserve extent blocks for delalloc
` [RFC PATCH 15/16] ext4: flush delalloc blocks if no free space
` [RFC PATCH 16/16] ext4: drop ext4_nonda_switch()
[RESEND PATCH] misc/mke2fs.8.in: Correct valid cluster-size values
2023-08-24 6:58 UTC
[RESEND PATCH] debugfs/htree.c: In do_dx_hash() read hash_seed, hash_version directly from superblock
2023-08-24 6:56 UTC
[PATCH v5] ext4: improve trim efficiency
2023-08-24 6:21 UTC
[PATCH v4] ext4: improve trim efficiency
2023-08-24 6:14 UTC (3+ messages)
` [External] "
[PATCH v2] ext4: fix slab-use-after-free in ext4_es_insert_extent()
2023-08-24 4:53 UTC (2+ messages)
[PATCH v2] ext4: do not mark inode dirty every time in delalloc append write scenario
2023-08-24 4:53 UTC (2+ messages)
[PATCH -next] ext4: mballoc: Use LIST_HEAD() to initialize the list_head
2023-08-24 4:53 UTC (2+ messages)
[PATCH 0/3] Simplify rejection of unexpected casefold inode flag
2023-08-24 4:53 UTC (2+ messages)
Tasks stuck jbd2 for a long time
2023-08-24 3:52 UTC (14+ messages)
[PATCH v2] ext4: Adds helpers for s_mount_state
2023-08-24 3:18 UTC (3+ messages)
[syzbot] [ext4?] kernel BUG in ext4_enable_quotas
2023-08-23 18:08 UTC (2+ messages)
[PATCH] ext4/059: disable block_validity checks when mounting a corrupted file system
2023-08-23 14:56 UTC
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
2023-08-23 2:59 UTC (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
Re; Interest,
2023-08-22 23:31 UTC
[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
2023-08-22 9:03 UTC (5+ messages)
[PATCH 00/13] fixes and cleanups to ext4 resize
2023-08-22 2:48 UTC (19+ messages)
` [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] ext2: Fix kernel-doc warnings
2023-08-21 16:57 UTC (2+ messages)
[PATCH] fs: clean up usage of noop_dirty_folio
2023-08-21 12:20 UTC (3+ messages)
[RESEND PATCH v10 00/25] DEPT(Dependency Tracker)
2023-08-21 4:51 UTC (30+ messages)
` [RESEND PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [RESEND PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [RESEND PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [RESEND PATCH v10 04/25] dept: Add lock "
` [RESEND PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [RESEND PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [RESEND PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [RESEND PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [RESEND PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [RESEND PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [RESEND PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [RESEND PATCH v10 12/25] dept: Distinguish each syscall context from another
` [RESEND PATCH v10 13/25] dept: Distinguish each work "
` [RESEND PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [RESEND PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [RESEND PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [RESEND PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [RESEND PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [RESEND PATCH v10 19/25] dept: Apply timeout consideration to swait
` [RESEND PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [RESEND PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [RESEND PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [RESEND PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [RESEND PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [RESEND PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}
[PATCH] ext4: Modify the rec_len helpers to accommodate future cases
2023-08-19 2:38 UTC (3+ messages)
[PATCH 1/2] ext4: optimize metadata allocation for hybrid LUNs
2023-08-18 19:53 UTC (2+ messages)
[PATCH v3] ext4: improve trim efficiency
2023-08-18 16:55 UTC (4+ messages)
` [External] "
[syzbot] [ext4?] INFO: task hung in __writeback_inodes_sb_nr (6)
2023-08-18 16:50 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).