Linux NILFS development
 help / color / mirror / Atom feed
 messages from 2018-01-18 17:02:11 to 2018-03-30 03:42:35 UTC [more...]

[PATCH v10 00/62] Convert page cache to XArray
 2018-03-30  3:42 UTC  (53+ messages)
` [PATCH v10 01/62] page cache: Use xa_lock
` [PATCH v10 02/62] xarray: Replace exceptional entries
` [PATCH v10 03/62] xarray: Change definition of sibling entries
` [PATCH v10 04/62] xarray: Add definition of struct xarray
` [PATCH v10 05/62] xarray: Define struct xa_node
` [PATCH v10 06/62] xarray: Add documentation
` [PATCH v10 07/62] xarray: Add xa_load
` [PATCH v10 08/62] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v10 09/62] xarray: Add xa_store
` [PATCH v10 10/62] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v10 11/62] xarray: Add xa_for_each
` [PATCH v10 12/62] xarray: Add xa_extract
` [PATCH v10 13/62] xarray: Add xa_destroy
` [PATCH v10 14/62] xarray: Add xas_next and xas_prev
` [PATCH v10 15/62] xarray: Add xas_create_range
` [PATCH v10 16/62] xarray: Add MAINTAINERS entry
` [PATCH v10 17/62] page cache: Rearrange address_space
` [PATCH v10 18/62] page cache: Convert hole search to XArray
` [PATCH v10 19/62] page cache: Add and replace pages using the XArray
` [PATCH v10 20/62] page cache: Convert page deletion to XArray
` [PATCH v10 21/62] page cache: Convert page cache lookups "
` [PATCH v10 22/62] page cache: Convert delete_batch "
` [PATCH v10 23/62] page cache: Remove stray radix comment
` [PATCH v10 24/62] page cache: Convert filemap_range_has_page to XArray
` [PATCH v10 25/62] mm: Convert page-writeback "
` [PATCH v10 26/62] mm: Convert workingset "
` [PATCH v10 27/62] mm: Convert truncate "
` [PATCH v10 28/62] mm: Convert add_to_swap_cache "
` [PATCH v10 29/62] mm: Convert delete_from_swap_cache "
` [PATCH v10 30/62] mm: Convert __do_page_cache_readahead "
` [PATCH v10 31/62] mm: Convert page migration "
` [PATCH v10 32/62] mm: Convert huge_memory "
` [PATCH v10 33/62] mm: Convert collapse_shmem "
` [PATCH v10 34/62] mm: Convert khugepaged_scan_shmem "
` [PATCH v10 35/62] pagevec: Use xa_tag_t
` [PATCH v10 36/62] shmem: Convert replace to XArray
` [PATCH v10 37/62] shmem: Convert shmem_confirm_swap "
` [PATCH v10 38/62] shmem: Convert find_swap_entry "
` [PATCH v10 39/62] shmem: Convert shmem_add_to_page_cache "
` [PATCH v10 40/62] shmem: Convert shmem_alloc_hugepage "
` [PATCH v10 41/62] shmem: Convert shmem_free_swap "
` [PATCH v10 42/62] shmem: Convert shmem_partial_swap_usage "
` [PATCH v10 43/62] memfd: Convert shmem_tag_pins "
` [PATCH v10 44/62] memfd: Convert shmem_wait_for_pins "
` [PATCH v10 45/62] shmem: Comment fixups
` [PATCH v10 46/62] btrfs: Convert page cache to XArray
` [PATCH v10 47/62] fs: Convert buffer "
` [PATCH v10 48/62] fs: Convert writeback "
` [PATCH v10 49/62] nilfs2: Convert "
` [PATCH v10 50/62] f2fs: "
` [PATCH v10 51/62] lustre: "
` [PATCH v10 52/62] dax: Fix use of zero page

[PATCH v9 00/61] XArray v9
 2018-03-27  0:28 UTC  (72+ messages)
` [PATCH v9 01/61] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v9 02/61] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v9 03/61] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v9 04/61] unicore32: "
` [PATCH v9 05/61] Export __set_page_dirty
` [PATCH v9 06/61] fscache: Use appropriate radix tree accessors
` [PATCH v9 07/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v9 08/61] page cache: Use xa_lock
` [PATCH v9 09/61] xarray: Replace exceptional entries
` [PATCH v9 10/61] xarray: Change definition of sibling entries
` [PATCH v9 11/61] xarray: Add definition of struct xarray
` [PATCH v9 12/61] xarray: Define struct xa_node
` [PATCH v9 13/61] xarray: Add documentation
` [PATCH v9 14/61] xarray: Add xa_load
` [PATCH v9 15/61] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v9 16/61] xarray: Add xa_store
` [PATCH v9 17/61] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v9 18/61] xarray: Add xa_for_each
` [PATCH v9 19/61] xarray: Add xa_extract
` [PATCH v9 20/61] xarray: Add xa_destroy
` [PATCH v9 21/61] xarray: Add xas_next and xas_prev
` [PATCH v9 22/61] xarray: Add xas_create_range
` [PATCH v9 23/61] xarray: Add MAINTAINERS entry
` [PATCH v9 24/61] page cache: Rearrange address_space
` [PATCH v9 25/61] page cache: Convert hole search to XArray
` [PATCH v9 26/61] page cache: Add and replace pages using the XArray
` [PATCH v9 27/61] page cache: Convert page deletion to XArray
` [PATCH v9 28/61] page cache: Convert page cache lookups "
` [PATCH v9 29/61] page cache: Convert delete_batch "
` [PATCH v9 30/61] page cache: Remove stray radix comment
` [PATCH v9 31/61] page cache: Convert filemap_range_has_page to XArray
` [PATCH v9 32/61] mm: Convert page-writeback "
` [PATCH v9 33/61] mm: Convert workingset "
` [PATCH v9 34/61] mm: Convert truncate "
` [PATCH v9 35/61] mm: Convert add_to_swap_cache "
` [PATCH v9 36/61] mm: Convert delete_from_swap_cache "
` [PATCH v9 37/61] mm: Convert __do_page_cache_readahead "
` [PATCH v9 38/61] mm: Convert page migration "
` [PATCH v9 39/61] mm: Convert huge_memory "
` [PATCH v9 40/61] mm: Convert collapse_shmem "
` [PATCH v9 41/61] mm: Convert khugepaged_scan_shmem "
` [PATCH v9 42/61] pagevec: Use xa_tag_t
` [PATCH v9 43/61] shmem: Convert replace to XArray
` [PATCH v9 44/61] shmem: Convert shmem_confirm_swap "
` [PATCH v9 45/61] shmem: Convert find_swap_entry "
` [PATCH v9 46/61] shmem: Convert shmem_add_to_page_cache "
` [PATCH v9 47/61] shmem: Convert shmem_alloc_hugepage "
` [PATCH v9 48/61] shmem: Convert shmem_free_swap "
` [PATCH v9 49/61] shmem: Convert shmem_partial_swap_usage "
` [PATCH v9 50/61] memfd: Convert shmem_tag_pins "
` [PATCH v9 51/61] memfd: Convert shmem_wait_for_pins "
` [PATCH v9 52/61] shmem: Comment fixups
` [PATCH v9 53/61] btrfs: Convert page cache to XArray
` [PATCH v9 54/61] fs: Convert buffer "
` [PATCH v9 55/61] fs: Convert writeback "
` [PATCH v9 56/61] nilfs2: Convert "
` [PATCH v9 57/61] f2fs: "
` [PATCH v9 58/61] lustre: "
` [PATCH v9 59/61] dax: "
` [PATCH v9 60/61] page cache: Finish XArray conversion
` [PATCH v9 61/61] radix tree: Remove unused functions

[PATCH v8 00/63] XArray v8
 2018-03-07 14:25 UTC  (66+ messages)
` [PATCH v8 01/63] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v8 02/63] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v8 03/63] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v8 04/63] unicore32: "
` [PATCH v8 05/63] Export __set_page_dirty
` [PATCH v8 06/63] btrfs: Use filemap_range_has_page()
` [PATCH v8 07/63] xfs: Rename xa_ elements to ail_
` [PATCH v8 08/63] fscache: Use appropriate radix tree accessors
` [PATCH v8 09/63] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v8 10/63] page cache: Use xa_lock
` [PATCH v8 11/63] xarray: Replace exceptional entries
` [PATCH v8 12/63] xarray: Change definition of sibling entries
` [PATCH v8 13/63] xarray: Add definition of struct xarray
` [PATCH v8 14/63] xarray: Define struct xa_node
` [PATCH v8 15/63] xarray: Add documentation
` [PATCH v8 16/63] xarray: Add xa_load
` [PATCH v8 17/63] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v8 18/63] xarray: Add xa_store
` [PATCH v8 19/63] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v8 20/63] xarray: Add xa_for_each
` [PATCH v8 21/63] xarray: Add xa_extract
` [PATCH v8 22/63] xarray: Add xa_destroy
` [PATCH v8 23/63] xarray: Add xas_next and xas_prev
` [PATCH v8 24/63] xarray: Add xas_create_range
` [PATCH v8 25/63] xarray: Add MAINTAINERS entry
` [PATCH v8 26/63] page cache: Rearrange address_space
` [PATCH v8 27/63] page cache: Convert hole search to XArray
` [PATCH v8 28/63] page cache: Add and replace pages using the XArray
` [PATCH v8 29/63] page cache: Convert page deletion to XArray
` [PATCH v8 30/63] page cache: Convert page cache lookups "
` [PATCH v8 31/63] page cache: Convert delete_batch "
` [PATCH v8 32/63] page cache: Remove stray radix comment
` [PATCH v8 33/63] page cache: Convert filemap_range_has_page to XArray
` [PATCH v8 34/63] mm: Convert page-writeback "
` [PATCH v8 35/63] mm: Convert workingset "
` [PATCH v8 36/63] mm: Convert truncate "
` [PATCH v8 37/63] mm: Convert add_to_swap_cache "
` [PATCH v8 38/63] mm: Convert delete_from_swap_cache "
` [PATCH v8 39/63] mm: Convert __do_page_cache_readahead "
` [PATCH v8 40/63] mm: Convert page migration "
` [PATCH v8 41/63] mm: Convert huge_memory "
` [PATCH v8 42/63] mm: Convert collapse_shmem "
` [PATCH v8 43/63] mm: Convert khugepaged_scan_shmem "
` [PATCH v8 44/63] pagevec: Use xa_tag_t
` [PATCH v8 45/63] shmem: Convert replace to XArray
` [PATCH v8 46/63] shmem: Convert shmem_confirm_swap "
` [PATCH v8 47/63] shmem: Convert find_swap_entry "
` [PATCH v8 48/63] shmem: Convert shmem_add_to_page_cache "
` [PATCH v8 49/63] shmem: Convert shmem_alloc_hugepage "
` [PATCH v8 50/63] shmem: Convert shmem_free_swap "
` [PATCH v8 51/63] shmem: Convert shmem_partial_swap_usage "
` [PATCH v8 52/63] memfd: Convert shmem_tag_pins "
` [PATCH v8 53/63] memfd: Convert shmem_wait_for_pins "
` [PATCH v8 54/63] shmem: Comment fixups
` [PATCH v8 55/63] btrfs: Convert page cache to XArray
` [PATCH v8 56/63] fs: Convert buffer "
` [PATCH v8 57/63] fs: Convert writeback "
` [PATCH v8 58/63] nilfs2: Convert "
` [PATCH v8 59/63] f2fs: "
` [PATCH v8 60/63] lustre: "
` [PATCH v8 61/63] dax: "
` [PATCH v8 62/63] page cache: Finish XArray conversion
` [PATCH v8 63/63] radix tree: Remove unused functions

Re:[5] linux-net@vger.kernel.org We offer E-mail databases with 80% discount / Предлагаем E-mail базы с 80% скидкой
 2018-02-06  4:54 UTC 

[PATCH v6 00/99] XArray version 6
 2018-01-24  8:45 UTC  (7+ messages)
` [PATCH v6 05/99] xarray: Add definition of struct xarray

[PATCH v2] libmount, libblkid: use PKG_CHECK_MODULES for probing
 2018-01-23 20:51 UTC 

[PATCH] libmount, libblkid: use PKG_CHECK_MODULES for probing
 2018-01-23 16:26 UTC  (3+ messages)

[PATCH] nilfs2: use time64_t internally
 2018-01-23  0:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox