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

Date List Subject
2024-04-26 15:49:44 linux-kernel Re: [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
2024-04-26 12:54:36 linux-kernel Re: [PATCH v4 06/11] filemap: cap PTE range to be created to i_size in folio_map_range()
2024-04-26 11:44:06 linux-kernel Re: [PATCH v4 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-04-25 14:48:06 linux-kernel Re: [PATCH RFC 2/7] filemap: Change mapping_set_folio_min_order() -> mapping_set_folio_orders()
2024-04-25 12:10:57 linux-kernel [PATCH v4 00/11] enable bs > ps in XFS
2024-04-25 11:58:02 linux-kernel [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
2024-04-25 11:57:12 linux-kernel [PATCH v4 02/11] fs: Allow fine-grained control of folio sizes
2024-04-25 11:51:21 linux-kernel [PATCH v4 11/11] xfs: enable block size larger than page size support
2024-04-25 11:50:08 linux-kernel [PATCH v4 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-04-25 11:40:21 linux-kernel [PATCH v4 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
2024-04-25 11:40:05 linux-kernel [PATCH v4 09/11] xfs: expose block size in stat
2024-04-25 11:39:49 linux-kernel [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers
2024-04-25 11:39:26 linux-kernel [PATCH v4 06/11] filemap: cap PTE range to be created to i_size in folio_map_range()
2024-04-25 11:39:15 linux-kernel [PATCH v4 04/11] readahead: allocate folios with mapping_min_order in readahead
2024-04-25 11:38:58 linux-kernel [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
2024-04-25 11:38:38 linux-kernel [PATCH v4 01/11] readahead: rework loop in page_cache_ra_unbounded()
2024-04-22 11:13:47 linux-kernel Re: [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
2024-03-26 16:34:19 linux-kernel Re: [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
2024-03-26 16:10:49 linux-kernel Re: [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
2024-03-26 15:16:05 linux-kernel Re: [PATCH v3 00/11] enable bs > ps in XFS
2024-03-26 15:12:01 linux-kernel Re: [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
2024-03-26 15:05:08 linux-kernel Re: [PATCH v3 00/11] enable bs > ps in XFS
2024-03-26 13:45:26 linux-kernel Re: [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
2024-03-26 13:08:48 linux-kernel Re: [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
2024-03-26 10:07:10 linux-kernel Re: [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
2024-03-26 09:54:38 linux-kernel Re: [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
2024-03-26 09:48:10 linux-kernel Re: [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
2024-03-26 08:56:31 linux-kernel Re: [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
2024-03-26 08:44:30 linux-kernel Re: [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
2024-03-15 13:21:31 linux-kernel Re: [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache
2024-03-14 15:32:38 linux-kernel [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
2024-03-14 14:08:51 linux-kernel [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
2024-03-14 14:06:36 linux-kernel [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
2024-03-14 13:47:19 linux-kernel [PATCH v3 09/11] xfs: expose block size in stat
2024-03-14 13:47:12 linux-kernel [PATCH v3 06/11] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages
2024-03-14 13:47:06 linux-kernel [PATCH v3 00/11] enable bs > ps in XFS
2024-03-14 13:46:47 linux-kernel [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
2024-03-14 13:46:15 linux-kernel [PATCH v3 01/11] mm: Support order-1 folios in the page cache
2024-03-14 13:26:23 linux-kernel [PATCH v3 08/11] iomap: fix iomap_dio_zero() for fs bs > system page size
2024-03-14 13:25:37 linux-kernel [PATCH v3 11/11] xfs: enable block size larger than page size support
2024-03-14 13:18:48 linux-kernel [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache
2024-03-14 13:06:26 linux-kernel [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
2024-03-05 10:05:33 linux-kernel Re: [PATCH v2 03/13] filemap: align the index to mapping_min_order in the page cache
2024-03-05 10:01:22 linux-kernel Re: [PATCH v2 03/13] filemap: align the index to mapping_min_order in the page cache
2024-03-03 09:52:04 linux-kernel [PATCH v2 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
2024-03-03 09:51:52 linux-kernel [PATCH v2 11/13] xfs: expose block size in stat
2024-02-29 09:52:12 linux-kernel Re: [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
2024-02-29 09:52:10 linux-kernel Re: [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
2024-02-29 09:50:18 linux-kernel Re: [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
2024-02-28 14:00:25 linux-kernel Re: [PATCH 04/13] filemap: use mapping_min_order while allocating folios
2024-02-28 09:50:21 linux-kernel Re: [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order