Show patches with: Submitter = Ojaswin Mujoo       |    State = Action Required       |    Archived = No       |   35 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v3,11/11] ext4: disallow unaligned deallocations on forcealign inodes ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,10/11] ext4: add support for adding focealign via SETXATTR ioctl ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,09/11] ext4: add forcealign support to ext4_map_blocks ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,08/11] ext4: add forcealign support of mballoc ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,07/11] ext4: add ext4_map_blocks_extsize() wrapper to handle overwrites ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,06/11] ext4: make extsize work with EOF allocations ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,05/11] ext4: add extsize hint support ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,04/11] ext4: pass lblk and len explicitly to ext4_split_extent*() ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,03/11] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,02/11] ext4: allow inode preallocation for aligned alloc ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v3,01/11] ext4: add aligned allocation hint in mballoc ext4: Add extsize and forcealign support (groundwork for multi block atomic writes) - - - - --- 2025-03-24 Ojaswin Mujoo New
[RFC,v2,6/6] ext4: make extsize work with EOF allocations ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,5/6] ext4: add extsize hint support ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,4/6] ext4: pass lblk and len explicitly to ext4_split_extent*() ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,3/6] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,2/6] ext4: allow inode preallocation for aligned alloc ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,1/6] ext4: add aligned allocation hint in mballoc ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[v2,2/2] ext4: protect ext4_release_dquot against freezing Fix generic/390 failure due to quota release after freeze - - 2 - --- 2024-11-21 Ojaswin Mujoo New
[v2,1/2] quota: flush quota_release_work upon quota writeback Fix generic/390 failure due to quota release after freeze - - 1 1 --- 2024-11-21 Ojaswin Mujoo New
[1/1] quota: flush quota_release_work upon quota writeback Fix generic/390 failure due to quota release after freeze - 1 - - --- 2024-11-15 Ojaswin Mujoo New
[RFC,7/7] ext4: Support atomic write for statx ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,6/7] ext4: Add aligned allocation support for atomic direct io ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,5/7] block: export blkdev_atomic_write_valid() and refactor api ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,4/7] ext4: allow inode preallocation for aligned alloc ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,3/7] ext4: add aligned allocation support in mballoc ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,2/7] ext4: Factor out size and start prediction from ext4_mb_normalize_request() ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,1/7] iomap: Don't fall back to bufferred write if the write is atomic [RFC,1/7] iomap: Don't fall back to bufferred write if the write is atomic - - - - --- 2023-11-30 Ojaswin Mujoo New
[RFC,1/7] iomap: Don't fall back to buffered write if the write is atomic ext4: Allocator changes for atomic write support with DIO - - - - --- 2023-11-30 Ojaswin Mujoo New
[3/3] ext4: Skip unwritten buffers in __ext4_block_zero_page_range() Optimize __ext4_block_zero_page_range() for unwritten buffers - - - - --- 2023-09-29 Ojaswin Mujoo New
[2/3] ext4: truncate complete range in pagecache before calling ext4_zero_partial_blocks() Optimize __ext4_block_zero_page_range() for unwritten buffers - - - - --- 2023-09-29 Ojaswin Mujoo New
[1/3] ext4: treat end of range as exclusive in ext4_zero_range() Optimize __ext4_block_zero_page_range() for unwritten buffers - - 1 - --- 2023-09-29 Ojaswin Mujoo New
[RFC,1/1] ext4: Replace linear search with array of lists in CR_GOAL_LEN_SLOW ext4: Replace linear search with array of lists in CR_GOAL_LEN_SLOW - - - - --- 2023-09-05 Ojaswin Mujoo New
[1/1] ext4: Mark buffer new if it is unwritten to avoid stale data exposure ext4: Fix stale data exposure caused with dioread_nolock - - - - --- 2023-09-05 Ojaswin Mujoo New
[v2,2/2] ext4: Test to ensure resize with sparse_super2 is handled correctly tests/ext4: Ensure resizes with sparse_super2 are handled correctly - - - - --- 2022-02-22 Ojaswin Mujoo New
[v2,1/2] src/ext4_resize.c: Refactor code and ensure accurate errno is returned tests/ext4: Ensure resizes with sparse_super2 are handled correctly - - 1 - --- 2022-02-22 Ojaswin Mujoo New