LinuxLists
Users
About
Ojaswin Mujoo (
[email protected]
)
Number of posts: 366 (0.47 per day)
First post: 2022-02-07 20:46:34
Last post: 2024-03-29 07:52:42
Previous Page
/
Next Page
Date
List
Subject
2023-05-25 11:34:42
linux-ext4
[PATCH 02/13] ext4: mballoc: Remove useless setting of ac_criteria
2023-05-25 11:34:42
linux-ext4
[PATCH 05/13] ext4: Convert mballoc cr (criteria) to enum
2023-05-14 09:49:47
linux-ext4
Re: [PATCH v3 15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
2023-05-14 09:40:50
linux-ext4
Re: [PATCH v3 14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
2023-05-14 09:38:22
linux-ext4
Re: [PATCH v3 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
2023-05-14 09:31:01
linux-ext4
Re: [PATCH v3 12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
2023-05-12 07:04:08
linux-ext4
Re: [PATCH v3 09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_simple
2023-05-12 07:03:50
linux-kernel
Re: [PATCH v3 10/19] ext4: fix wrong unit use in ext4_mb_clear_bb
2023-05-12 06:40:36
linux-ext4
Re: [PATCH v3 11/19] ext4: fix wrong unit use in ext4_mb_new_blocks
2023-05-12 06:32:05
linux-ext4
Re: [PATCH v3 08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks
2023-04-20 06:36:47
linux-kernel
Re: [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
2023-04-07 11:26:05
linux-ext4
Re: [PATCH 7/8] ext4: remove ext4_block_group and ext4_block_group_offset declaration
2023-04-07 11:24:38
linux-ext4
Re: [PATCH 8/8] ext4: try all groups in ext4_mb_new_blocks_simple
2023-04-07 11:09:30
linux-kernel
Re: [PATCH 5/8] ext4: treat stripe in block unit
2023-04-07 11:04:34
linux-ext4
Re: [PATCH 4/8] ext4: fix wrong unit use in ext4_mb_find_by_goal
2023-04-07 11:03:52
linux-ext4
Re: [PATCH 2/8] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
2023-04-07 11:03:41
linux-ext4
Re: [PATCH 1/8] ext4: fix wrong unit use in ext4_mb_normalize_request
2023-04-05 19:38:06
linux-kernel
Re: [PATCH 6/8] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
2023-04-05 19:35:56
linux-kernel
Re: [PATCH 3/8] ext4: fix wrong unit use in ext4_mb_new_inode_pa
2023-04-05 19:21:30
linux-kernel
Re: [PATCH 0/8] Some fixes and cleanup to mballoc
2023-03-25 15:04:48
linux-ext4
Re: [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)
2023-03-25 14:51:16
linux-ext4
Re: [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
2023-03-25 14:48:30
linux-kernel
Re: [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
2023-03-25 08:17:28
linux-ext4
[PATCH v6 9/9] ext4: Remove the logic to trim inode PAs
2023-03-25 08:16:42
linux-ext4
[PATCH v6 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-03-25 08:16:41
linux-ext4
[PATCH v6 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
2023-03-25 08:15:49
linux-ext4
[PATCH v6 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
2023-03-25 08:15:45
linux-ext4
[PATCH v6 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
2023-03-25 08:15:13
linux-ext4
[PATCH v6 4/9] ext4: Move overlap assert logic into a separate function
2023-03-25 08:15:04
linux-kernel
[PATCH v6 2/9] ext4: Refactor code related to freeing PAs
2023-03-25 08:15:00
linux-ext4
[PATCH v6 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
2023-03-25 08:14:43
linux-ext4
[PATCH v6 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file
2023-03-25 08:14:40
linux-kernel
[PATCH v6 0/9] ext4: Convert inode preallocation list to an rbtree
2023-03-17 12:41:23
linux-kernel
Re: [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-03-17 12:41:21
linux-ext4
Re: [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-03-17 11:39:26
linux-kernel
Re: [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)
2023-03-17 11:39:25
linux-ext4
Re: [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)
2023-03-17 10:55:32
linux-kernel
Re: [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
2023-03-17 10:55:27
linux-ext4
Re: [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
2023-03-17 10:28:01
linux-kernel
Re: [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
2023-03-17 10:27:58
linux-ext4
Re: [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
2023-03-17 09:01:57
linux-kernel
[PATCH v5 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-03-17 09:01:52
linux-ext4
[PATCH v5 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-03-17 09:00:51
linux-kernel
[PATCH v5 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
2023-03-17 09:00:45
linux-ext4
[PATCH v5 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
2023-03-17 08:40:35
linux-kernel
[PATCH v5 9/9] ext4: Remove the logic to trim inode PAs
2023-03-17 08:40:32
linux-ext4
[PATCH v5 9/9] ext4: Remove the logic to trim inode PAs
2023-03-17 08:39:34
linux-kernel
[PATCH v5 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
2023-03-17 08:39:32
linux-ext4
[PATCH v5 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
2023-03-17 08:39:22
linux-kernel
[PATCH v5 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
2023-03-17 08:39:20
linux-ext4
[PATCH v5 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()