linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-14 11:29:12 to 2017-12-06 04:45:49 UTC [more...]

[PATCH v4 00/73] XArray version 4
 2017-12-06  4:45 UTC  (85+ messages)
` [PATCH v4 01/73] xfs: Rename xa_ elements to ail_
` [PATCH v4 03/73] page cache: Use xa_lock
` [PATCH v4 04/73] xarray: Replace exceptional entries
` [PATCH v4 05/73] xarray: Change definition of sibling entries
` [PATCH v4 06/73] xarray: Add definition of struct xarray
` [PATCH v4 09/73] xarray: Add xa_load
` [PATCH v4 11/73] xarray: Add xa_store
` [PATCH v4 13/73] xarray: Add xa_for_each
` [PATCH v4 14/73] xarray: Add xas_for_each_tag
` [PATCH v4 15/73] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v4 16/73] xarray: Add xa_destroy
` [PATCH v4 17/73] xarray: Add xas_next and xas_prev
` [PATCH v4 18/73] xarray: Add xas_create_range
` [PATCH v4 20/73] idr: Convert to XArray
` [PATCH v4 23/73] page cache: Add page_cache_range_empty function
` [PATCH v4 24/73] page cache: Add and replace pages using the XArray
` [PATCH v4 25/73] page cache: Convert page deletion to XArray
` [PATCH v4 27/73] page cache: Convert delete_batch "
` [PATCH v4 30/73] mm: Convert workingset "
` [PATCH v4 33/73] mm: Convert delete_from_swap_cache "
` [PATCH v4 34/73] mm: Convert cgroup writeback "
` [PATCH v4 35/73] mm: Convert __do_page_cache_readahead "
` [PATCH v4 36/73] mm: Convert page migration "
` [PATCH v4 37/73] mm: Convert huge_memory "
` [PATCH v4 38/73] mm: Convert collapse_shmem "
` [PATCH v4 39/73] mm: Convert khugepaged_scan_shmem "
` [PATCH v4 40/73] pagevec: Use xa_tag_t
` [PATCH v4 42/73] shmem: Convert shmem_confirm_swap to XArray
` [PATCH v4 43/73] shmem: Convert find_swap_entry "
` [PATCH v4 45/73] shmem: Convert shmem_wait_for_pins "
` [PATCH v4 46/73] shmem: Convert shmem_add_to_page_cache "
` [PATCH v4 47/73] shmem: Convert shmem_alloc_hugepage "
` [PATCH v4 51/73] btrfs: Convert page cache "
` [PATCH v4 53/73] fs: Convert writeback "
  ` [PATCH v4 02/73] xarray: Add the xa_lock to the radix_tree_root
  ` [PATCH v4 07/73] xarray: Define struct xa_node
  ` [PATCH v4 08/73] xarray: Add documentation
  ` [PATCH v4 10/73] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
  ` [PATCH v4 12/73] xarray: Add xa_cmpxchg
  ` [PATCH v4 19/73] xarray: Add MAINTAINERS entry
  ` [PATCH v4 21/73] ida: Convert to XArray
  ` [PATCH v4 22/73] page cache: Convert hole search "
  ` [PATCH v4 26/73] page cache: Convert page cache lookups "
  ` [PATCH v4 28/73] page cache: Remove stray radix comment
  ` [PATCH v4 29/73] mm: Convert page-writeback to XArray
  ` [PATCH v4 31/73] mm: Convert truncate "
  ` [PATCH v4 32/73] mm: Convert add_to_swap_cache "
  ` [PATCH v4 41/73] shmem: Convert replace "
  ` [PATCH v4 44/73] shmem: Convert shmem_tag_pins "
  ` [PATCH v4 48/73] shmem: Convert shmem_free_swap "
  ` [PATCH v4 49/73] shmem: Convert shmem_partial_swap_usage "
  ` [PATCH v4 50/73] shmem: Comment fixups
  ` [PATCH v4 52/73] fs: Convert buffer to XArray
  ` [PATCH v4 54/73] nilfs2: Convert "
  ` [PATCH v4 62/73] dax: Convert dax_insert_pfn_mkwrite "
  ` [PATCH v4 64/73] dax: Convert grab_mapping_entry "
  ` [PATCH v4 67/73] vmalloc: Convert "
  ` [PATCH v4 68/73] brd: "
  ` [PATCH v4 69/73] xfs: Convert m_perag_tree "
  ` [PATCH v4 70/73] xfs: Convert pag_ici_root "
  ` [PATCH v4 71/73] xfs: Convert xfs dquot "
  ` [PATCH v4 72/73] xfs: Convert mru cache "
` [PATCH v4 55/73] f2fs: Convert "
` [PATCH v4 56/73] lustre: "
` [PATCH v4 57/73] dax: Convert dax_unlock_mapping_entry "
` [PATCH v4 58/73] dax: Convert lock_slot "
` [PATCH v4 59/73] dax: More XArray conversion
` [PATCH v4 60/73] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v4 61/73] dax: Convert dax_writeback_one "
` [PATCH v4 63/73] dax: Convert dax_insert_mapping_entry "
` [PATCH v4 65/73] dax: Fix sparse warning
` [PATCH v4 66/73] page cache: Finish XArray conversion
` [PATCH v4 73/73] usb: Convert xhci-mem to XArray

[PATCH] f2fs: no need return value in restore summary process
 2017-12-06  3:31 UTC 

[f2fs-dev] [PATCH] f2fs: use unlikely for release case
 2017-12-05  8:38 UTC 

[f2fs-dev] [PATCH] f2fs: release reserved blocks for quota
 2017-12-05  7:52 UTC 

[PATCH RFC] f2fs: fix an error case of missing update inode page
 2017-12-05  4:07 UTC 

[PATCH] mkfs.f2fs: Windows Android SDK support
 2017-12-05  2:46 UTC 

[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
 2017-12-01  8:50 UTC  (7+ messages)
` [PATCH 2/2] f2fs: pass down write hints to block layer for direct write

[PATCH v4] f2fs: obsolete free nid list approach
 2017-12-01  7:36 UTC  (2+ messages)

[PATCH v2 0/5] f2fs: switch to new fscrypt helper functions
 2017-12-01  7:12 UTC  (7+ messages)
` [PATCH v2 1/5] f2fs: switch to fscrypt_file_open()
` [PATCH v2 2/5] f2fs: switch to fscrypt_prepare_link()
` [PATCH v2 3/5] f2fs: switch to fscrypt_prepare_rename()
` [PATCH v2 4/5] f2fs: switch to fscrypt_prepare_lookup()
` [PATCH v2 5/5] f2fs: switch to fscrypt_prepare_setattr()

[PATCH 1/6] f2fs-tools: build tools selectively
 2017-12-01  5:51 UTC  (6+ messages)
` [PATCH 2/6] mkfs.f2fs: show debug message for quota data writes
` [PATCH 3/6] mkfs.f2fs: match uid/gid/projid between root inode and quota info
` [PATCH 4/6] f2fs-tools: allow multiple prog names
` [PATCH 5/6] sload.f2fs: update build for android
` [PATCH 6/6] f2fs-tools: enable sparse_file opeartions

[PATCH 1/3] f2fs: avoid unneeded free nid building
 2017-11-30 11:32 UTC  (3+ messages)
` [PATCH 2/3] f2fs: refactor __build_free_nids
` [PATCH 3/3] f2fs: allocate full free nat block in prior

[PATCH 1/7] f2fs: inject fault to kzalloc
 2017-11-30 11:28 UTC  (7+ messages)
` [PATCH 2/7] f2fs: inject fault to kvmalloc
` [PATCH 3/7] f2fs: spread f2fs_k{m,z}alloc
` [PATCH 4/7] f2fs: fix error handling in fill_super
` [PATCH 5/7] f2fs: clean up hash codes
` [PATCH 6/7] f2fs: clean up f2fs_map_blocks
` [PATCH 7/7] f2fs: don't return value in truncate_data_blocks_range

[PATCH] f2fs: avoid false positive of free secs check
 2017-11-30  7:15 UTC  (5+ messages)

[f2fs-dev] [PATCH] f2fs: remove a redundant conditional expression
 2017-11-30  7:07 UTC  (2+ messages)
  `  "

[PATCH v2] f2fs: apply write hints to select the type of segment for direct write
 2017-11-30  6:20 UTC  (2+ messages)

[PATCH v4 RESEND] f2fs: fix out-of-free problem caused by atomic write
 2017-11-30  2:45 UTC  (3+ messages)

[PATCH] posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t
 2017-11-29 11:19 UTC 

[PATCH] f2fs: no need to read nat block if nat_block_bitmap is set
 2017-11-27  4:27 UTC  (3+ messages)

[PATCH] f2fs: remove repeated f2fs_bug_on
 2017-11-25 18:34 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: remove an excess variable
 2017-11-25 12:00 UTC  (2+ messages)

[PATCH v3 RESEND] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-11-25  9:12 UTC  (4+ messages)

[PATCH] libf2fs: propagate error from f2fs_{finalize, fsync}_device
 2017-11-24  9:33 UTC 

[PATCH v3] f2fs: obsolete free nid list approach
 2017-11-23 15:28 UTC 

[PATCH] f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
 2017-11-23 15:26 UTC 

[RFC PATCH 1/3] f2fs: introduce sysfs readdir_ra to readahead inode block in readdir
 2017-11-23 13:17 UTC  (6+ messages)
` [PATCH 2/3] f2fs: still write data if preallocate only partial blocks
` [PATCH 3/3] f2fs: remove unused parameter

[PATCH RESEND v3] f2fs: fix concurrent problem for updating free bitmap
 2017-11-23 13:06 UTC  (2+ messages)

[PATCH v2] f2fs: obsolete free nid list approach
 2017-11-23 12:12 UTC 

[PATCH] f2fs: obsolete free nid list approach
 2017-11-22  9:59 UTC 

[f2fs-dev] [PATCH RESEND v2] f2fs: fix concurrent problem for updating free bitmap
 2017-11-21 14:40 UTC  (2+ messages)

[f2fs-dev] [PATCH RESEND] f2fs: fix concurrent problem for updating free bitmap
 2017-11-21 14:33 UTC  (4+ messages)
  `  "

[PATCH] f2fs: remove unneeded memory footprint accounting
 2017-11-21  9:49 UTC 

[PATCH v2] f2fs: no need to read nat block if nat_block_bitmap is set
 2017-11-20  3:01 UTC  (2+ messages)

[PATCH RESEND v2] f2fs: validate before set/clear free nat bitmap
 2017-11-20  2:58 UTC  (2+ messages)

[RFC PATCH 0/2] apply write hints to select the type of segments
 2017-11-20  2:12 UTC  (17+ messages)

[RFC PATCH 0/2] apply write hints to select the type of segments
 2017-11-17 18:36 UTC  (3+ messages)

[PATCH] f2fs: let f2fs also gc atomic file to avoid loop gc
 2017-11-17  5:47 UTC  (8+ messages)

[PATCH] f2fs-tools: define WITH_ANDROID if __ANDROID__ is defined
 2017-11-17  0:26 UTC 

[PATCH 1/4] dump.f2fs: show extra attr only when feature is enabled
 2017-11-16 11:50 UTC  (4+ messages)
` [PATCH 2/4] fsck.f2fs: fix potential stack overflow issue
` [PATCH 3/4] f2fs: avoid memory leak in f2fs_write_root_inode
` [PATCH 4/4] f2fs-tools: adjust feature name

[PATCH] f2fs: reserve nid resource for quota sysfile
 2017-11-16  8:59 UTC 

[GIT PULL] f2fs update for 4.15-rc1
 2017-11-16  4:07 UTC 

[PATCH] f2fs: expose quota information in debugfs
 2017-11-16  2:34 UTC  (4+ messages)
  ` [f2fs-dev] "

[PATCH] f2fs-tools: build binaries in Mac
 2017-11-16  2:28 UTC  (4+ messages)

[PATCH] f2fs: check sit bitmap under sentry_lock
 2017-11-15 16:30 UTC  (3+ messages)

[PATCH] f2fs: deny accessing encryption policy if encryption is off
 2017-11-14 11:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).