linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-06 00:41:22 to 2017-12-15 22:04:44 UTC [more...]

[PATCH v5 00/78] XArray v5
 2017-12-15 22:04 UTC  (20+ messages)
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 26/78] page cache: Add and replace pages using the XArray
` [PATCH v5 36/78] mm: Convert __do_page_cache_readahead to XArray
` [PATCH v5 37/78] mm: Convert page migration "
` [PATCH v5 39/78] mm: Convert collapse_shmem "
` [PATCH v5 40/78] mm: Convert khugepaged_scan_shmem "
` [PATCH v5 42/78] shmem: Convert replace "
` [PATCH v5 43/78] shmem: Convert shmem_confirm_swap "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [PATCH v5 53/78] fs: Convert buffer "
` [PATCH v5 57/78] lustre: Convert "
` [PATCH v5 58/78] dax: Convert dax_unlock_mapping_entry "
` [PATCH v5 59/78] dax: Convert lock_slot "
` [PATCH v5 65/78] dax: Convert grab_mapping_entry "
` [PATCH v5 70/78] brd: Convert "
` [PATCH v5 71/78] xfs: Convert m_perag_tree "
` [PATCH v5 72/78] xfs: Convert pag_ici_root "

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2017-12-15 19:58 UTC  (8+ messages)

[PATCH 00/24] fscrypt: symlink helpers and fscrypt.h cleanup
 2017-12-15 17:42 UTC  (25+ messages)
` [PATCH 01/24] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH 02/24] fscrypt: move fscrypt_control_page() "
` [PATCH 03/24] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH 04/24] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH 05/24] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH 06/24] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH 07/24] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH 08/24] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH 09/24] fscrypt: trim down fscrypt.h includes
` [PATCH 10/24] fscrypt: new helper functions for ->symlink()
` [PATCH 11/24] fscrypt: new helper function - fscrypt_get_symlink()
` [PATCH 12/24] ext4: switch to fscrypt ->symlink() helper functions
` [PATCH 13/24] ext4: switch to fscrypt_get_symlink()
` [PATCH 14/24] f2fs: switch to fscrypt ->symlink() helper functions
` [PATCH 15/24] f2fs: switch to fscrypt_get_symlink()
` [PATCH 16/24] ubifs: free the encrypted symlink target
` [PATCH 17/24] ubifs: switch to fscrypt ->symlink() helper functions
` [PATCH 18/24] ubifs: switch to fscrypt_get_symlink()
` [PATCH 19/24] fscrypt: remove fscrypt_fname_usr_to_disk()
` [PATCH 20/24] fscrypt: move fscrypt_symlink_data to fscrypt_private.h
` [PATCH 21/24] fscrypt: calculate NUL-padding length in one place only
` [PATCH 22/24] fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
` [PATCH 23/24] fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
` [PATCH 24/24] fscrypt: document symlink length restriction

[PATCH v4 00/73] XArray version 4
 2017-12-15 17:10 UTC  (86+ messages)
` [PATCH v4 08/73] xarray: Add documentation
        ` Naming of tag operations in the XArray
    ` Storing errors "
` [PATCH v4 36/73] mm: Convert page migration to XArray
` [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 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 41/73] shmem: Convert replace to XArray
  ` [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 "
                      ` Lockdep is less useful than it was
` [PATCH v4 73/73] usb: Convert xhci-mem to XArray

[PATCH] fsck.f2fs: check nid range before use to avoid segmentation fault
 2017-12-15 10:06 UTC  (2+ messages)

[PATCH] fsck.f2fs: check and fix i_namelen to avoid double free
 2017-12-15 10:01 UTC  (2+ messages)

[PATCH v4] f2fs: avoid dead loop in function find_fsync_dnodes
 2017-12-15  7:56 UTC 

question about find_next_free_block in f2fs-tools
 2017-12-15  7:55 UTC 

[PATCH RFC] f2fs: fix an error case of missing update inode page
 2017-12-15  6:47 UTC  (8+ messages)

[PATCH] f2fs: uses the same naming scheme for struct nat_entry and f2fs_nat_entry
 2017-12-15  2:10 UTC  (2+ messages)

[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
 2017-12-15  2:06 UTC  (12+ messages)
    ` [f2fs-dev] "

[PATCH] f2fs: add an ioctl to disable GC for specific file
 2017-12-14 19:50 UTC  (4+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH v4] f2fs: obsolete free nid list approach
 2017-12-14 19:21 UTC  (4+ messages)

[PATCH] mkfs.f2fs: Limit pragma pack(1) only for Windows Host
 2017-12-14 18:27 UTC 

[PATCH v3] f2fs: avoid dead loop in function find_fsync_dnodes
 2017-12-14 11:03 UTC  (2+ messages)

question about find_next_free_block in f2fs-tools
 2017-12-12 12:19 UTC 

question about find_next_free_block in f2fs-tools
 2017-12-12 10:01 UTC  (2+ messages)

[PATCH] f2fs: fix potential hangtask in f2fs_trace_pid
 2017-12-12  6:11 UTC 

[BUG] fs/f2fs: a possible sleep-in-atomic bug in f2fs_trace_pid
 2017-12-12  2:00 UTC  (2+ messages)

[PATCH] fscrypt: add support for ChaCha20 contents encryption
 2017-12-11 16:11 UTC  (12+ messages)

[PATCH v2] f2fs: avoid dead loop in function find_fsync_dnodes
 2017-12-11 13:46 UTC  (2+ messages)

[PATCH] f2fs: no need return value in restore summary process
 2017-12-11 13:17 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: use unlikely for release case
 2017-12-11 13:16 UTC  (2+ messages)
  `  "

[RFC PATCH] crypto: chacha20 - add implementation using 96-bit nonce
 2017-12-11  7:38 UTC  (8+ messages)

[PATCH] f2fs: avoid dead loop in function find_fsync_dnodes
 2017-12-08  5:31 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: release reserved blocks for quota
 2017-12-08  5:24 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;
as well as URLs for NNTP newsgroup(s).