LinuxLists
Users
About
Pankaj Raghav (Samsung) (
[email protected]
)
Number of posts: 143 (0.53 per day)
First post: 2023-09-15 19:43:31
Last post: 2024-06-14 17:02:45
Previous Page
Date
List
Subject
2024-02-28 07:52:29
linux-kernel
[PATCH 11/13] xfs: expose block size in stat
2024-02-27 11:20:56
linux-kernel
[PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
2024-02-27 09:51:07
linux-kernel
Re: [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-02-26 20:00:25
linux-kernel
[PATCH 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
2024-02-15 10:00:14
linux-kernel
[RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-02-14 21:01:05
linux-kernel
Re: [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-02-05 15:21:28
linux-kernel
Re: [PATCH 1/6] fs: iomap: Atomic write support
2024-01-15 10:25:47
linux-kernel
[PATCH] readahead: use ilog2 instead of a while loop in page_cache_ra_order()
2024-01-10 20:10:42
linux-kernel
Re: [PATCH v2 5/8] buffer: Add kernel-doc for brelse() and __brelse()
2024-01-10 14:33:45
linux-kernel
Re: [PATCH v2 3/8] buffer: Add kernel-doc for try_to_free_buffers()
2024-01-10 14:31:22
linux-kernel
Re: [PATCH v2 5/8] buffer: Add kernel-doc for brelse() and __brelse()
2024-01-10 14:15:21
linux-kernel
Re: [PATCH v2 2/8] buffer: Add kernel-doc for block_dirty_folio()
2024-01-08 18:53:52
linux-kernel
Re: [PATCH 4/5] buffer: Fix __bread() kernel-doc
2024-01-08 17:55:36
linux-kernel
Re: [PATCH 2/5] buffer: Add kernel-doc for block_dirty_folio()
2024-01-08 14:58:26
linux-kernel
Re: [PATCH 4/5] buffer: Fix __bread() kernel-doc
2024-01-08 13:31:40
linux-kernel
Re: [PATCH 2/5] buffer: Add kernel-doc for block_dirty_folio()
2023-10-06 11:01:51
linux-kernel
[PATCH] filemap: call filemap_get_folios_tag() from filemap_get_folios()
2023-09-16 10:24:21
linux-kernel
[RFC 00/23] Enable block size > page size in XFS
2023-09-16 07:12:40
linux-kernel
[RFC 08/23] filemap: align the index to mapping_min_order in filemap_get_folios_tag()
2023-09-16 06:37:13
linux-kernel
[RFC 22/23] xfs: enable block size larger than page size support
2023-09-16 05:17:09
linux-kernel
[RFC 04/23] filemap: set the order of the index in page_cache_delete_batch()
2023-09-16 05:16:18
linux-kernel
[RFC 15/23] readahead: align with mapping_min_order in force_page_cache_ra()
2023-09-16 04:03:37
linux-kernel
[RFC 09/23] filemap: use mapping_min_order while allocating folios
2023-09-16 03:54:18
linux-kernel
[RFC 20/23] mm: round down folio split requirements
2023-09-16 03:03:42
linux-kernel
[RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio
2023-09-16 02:45:43
linux-kernel
[RFC 01/23] fs: Allow fine-grained control of folio sizes
2023-09-16 02:21:45
linux-kernel
[RFC 05/23] filemap: align index to mapping_min_order in filemap_range_has_page()
2023-09-16 02:21:18
linux-kernel
[RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
2023-09-16 01:46:27
linux-kernel
[RFC 14/23] readahead: allocate folios with mapping_min_order in ra_unbounded()
2023-09-16 01:06:10
linux-kernel
[RFC 12/23] filemap: align index to mapping_min_order in filemap_fault()
2023-09-16 01:02:06
linux-kernel
[RFC 16/23] readahead: add folio with at least mapping_min_order in page_cache_ra_order
2023-09-16 00:42:27
linux-kernel
[RFC 21/23] xfs: expose block size in stat
2023-09-15 22:24:35
linux-kernel
[RFC 17/23] readahead: set the minimum ra size in get_(init|next)_ra
2023-09-15 21:54:12
linux-kernel
[RFC 06/23] mm: call xas_set_order() in replace_page_cache_folio()
2023-09-15 21:49:32
linux-kernel
[RFC 23/23] xfs: set minimum order folio for page cache based on blocksize
2023-09-15 21:16:34
linux-kernel
[RFC 18/23] readahead: align ra start and size to mapping_min_order in ondemand_ra()
2023-09-15 20:53:55
linux-kernel
[RFC 13/23] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
2023-09-15 20:52:35
linux-kernel
[RFC 19/23] truncate: align index to mapping_min_order
2023-09-15 20:42:15
linux-kernel
[RFC 07/23] filemap: align the index to mapping_min_order in __filemap_add_folio()
2023-09-15 20:26:41
linux-kernel
[RFC 10/23] filemap: align the index to mapping_min_order in filemap_get_pages()
2023-09-15 19:43:31
linux-kernel
[RFC 11/23] filemap: align the index to mapping_min_order in do_[a]sync_mmap_readahead