linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-03 18:59:39 to 2018-01-17 20:22:02 UTC [more...]

[PATCH v6 00/99] XArray version 6
 2018-01-17 20:22 UTC  (36+ messages)
` [PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v6 03/99] xarray: Replace exceptional entries
` [PATCH v6 04/99] xarray: Change definition of sibling entries
` [PATCH v6 06/99] xarray: Define struct xa_node
` [PATCH v6 11/99] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v6 22/99] page cache: Convert hole search to XArray
` [PATCH v6 28/99] page cache: Remove stray radix comment
` [PATCH v6 35/99] mm: Convert __do_page_cache_readahead to XArray
` [PATCH v6 41/99] shmem: Convert replace "
` [PATCH v6 43/99] shmem: Convert find_swap_entry "
` [PATCH v6 49/99] shmem: Convert shmem_partial_swap_usage "
` [PATCH v6 60/99] dax: Convert __dax_invalidate_mapping_entry "
` [PATCH v6 63/99] dax: Convert dax_insert_mapping_entry "
` [PATCH v6 64/99] dax: Convert grab_mapping_entry "
` [PATCH v6 66/99] page cache: Finish XArray conversion
` [PATCH v6 71/99] xfs: Convert pag_ici_root to XArray
` [PATCH v6 72/99] xfs: Convert xfs dquot "
` [PATCH v6 74/99] usb: Convert xhci-mem "
` [PATCH v6 75/99] md: Convert raid5-cache "
` [PATCH v6 76/99] irqdomain: Convert "
` [PATCH v6 79/99] blk-cgroup: "
` [PATCH v6 81/99] i915: Convert handles_vma "
` [PATCH v6 84/99] btrfs: Convert fs_roots_radix "
` [PATCH v6 86/99] btrfs: Convert reada_zones "
` [PATCH v6 87/99] btrfs: Convert reada_extents "
` [PATCH v6 88/99] btrfs: Convert reada_tree "
` [PATCH v6 89/99] btrfs: Convert buffer_radix "
  ` [PATCH v6 25/99] page cache: Convert page deletion "
  ` [PATCH v6 91/99] btrfs: Convert name_cache "
  ` [PATCH v6 93/99] f2fs: Convert ino_root "
  ` [PATCH v6 94/99] f2fs: Convert extent_tree_root "
  ` [PATCH v6 96/99] dma-debug: Convert "
` [PATCH v6 95/99] f2fs: Convert gclist.iroot "
` [PATCH v6 97/99] xen: Convert pvcalls-back "
` [PATCH v6 98/99] qrtr: Convert "

[PATCH 1/2] f2fs: hanlde error case in f2fs_ioc_shutdown
 2018-01-17 14:28 UTC  (2+ messages)
` [PATCH 2/2] f2fs: stop gc/discard thread after fs shutdown

[PATCH 1/4] f2fs: clean up error path of fill_super
 2018-01-17  8:31 UTC  (4+ messages)
` [PATCH 2/4] f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup
` [PATCH 3/4] f2fs: fix to update last_disk_size correctly
` [PATCH 4/4] f2fs: split need_inplace_update

[PATCH v2] mkfs.f2fs: expand scalability of nat bitmap
 2018-01-17  6:43 UTC  (6+ messages)

[PATCH v2] f2fs: avoid hungtask when GC encrypted block if io_bits is set
 2018-01-17  6:25 UTC  (2+ messages)

[PATCH v3 RESEND] f2fs: support F2FS_IOC_PRECACHE_EXTENTS
 2018-01-17  1:28 UTC  (3+ messages)

[PATCH v2] f2fs: correct removexattr behavior for null valued extended attribute
 2018-01-17  1:26 UTC  (2+ messages)

[PATCH] f2fs: add an ioctl to disable GC for specific file
 2018-01-16 23:57 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
 2018-01-16 23:46 UTC  (20+ messages)
` [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH v2 02/11] fscrypt: move fscrypt_control_page() "
` [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes
` [PATCH v2 10/11] fscrypt: new helper functions for ->symlink()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink()

[PATCH] f2fs: support large nat bitmap
 2018-01-15  9:16 UTC 

[PATCH] f2fs: fix to drop all inmem pages correctly
 2018-01-15  9:16 UTC 

[PATCH] mkfs.f2fs: expand scalability of nat bitmap
 2018-01-15  3:47 UTC  (2+ messages)

[PATCH] mkfs.f2fs: expand scalability of nat bitmap
 2018-01-12 10:24 UTC 

[PATCH] f2fs: prevent newly created inode from being dirtied incorrectly
 2018-01-12  7:59 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] f2fs: handle newly created page when revoking inmem pages
 2018-01-11 23:00 UTC  (4+ messages)

[PATCH RFC v4] mkfs.f2fs: binary decision to calculate SIT/NAT/SSA
 2018-01-11 11:19 UTC 

[PATCH] f2fs: avoid hungtask when gc encrypted block if io_bits is set
 2018-01-11 10:19 UTC  (2+ messages)

[PATCH] f2fs: prevent newly created inode from being dirtied incorrectly
 2018-01-11  9:52 UTC  (2+ messages)

[PATCH 1/3] fsck.f2fs: show encoded name when unlinking corrupted dentry
 2018-01-11  9:52 UTC  (6+ messages)
` [PATCH 2/3] mkfs.f2fs: set seed for random checkpoint_ver
` [PATCH 3/3] dump.f2fs: do not write nat bits when dumping info

[PATCH RFC v3] mkfs.f2fs: binary decision to calculate SIT/NAT/SSA
 2018-01-11  7:25 UTC 

[PATCH v3 RESEND] f2fs: support FIEMAP_FLAG_XATTR
 2018-01-11  6:39 UTC 

[PATCH v2] f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock
 2018-01-11  6:37 UTC 

[PATCH v2] f2fs: check node page again in write end io
 2018-01-11  6:19 UTC 

[PATCH v2 1/4] f2fs: support F2FS_IOC_PRECACHE_EXTENTS
 2018-01-11  6:11 UTC  (5+ messages)

[PATCH] f2fs: check node page again in write end io
 2018-01-11  5:20 UTC  (3+ messages)

[PATCH] common: support defrag test on f2fs
 2018-01-11  2:16 UTC 

[PATCH] f2fs: fix to cover f2fs_fiemap with inode_lock
 2018-01-10 18:41 UTC  (2+ messages)

[PATCH RFC v2] mkfs.f2fs: binary decision to calculate SIT/NAT/SSA
 2018-01-10 16:00 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH v2] f2fs: handle newly created page when revoking inmem pages
 2018-01-10 15:08 UTC  (2+ messages)

[PATCH 1/2] f2fs: fix to caclulate required free section correctly
 2018-01-10 10:18 UTC  (2+ messages)
` [PATCH 2/2] f2fs: speed up defragment on sparse file

[PATCH v3 1/4] f2fs: support F2FS_IOC_PRECACHE_EXTENTS
 2018-01-10 10:01 UTC 

[PATCH] f2fs: handle newly created page when revoking inmem pages
 2018-01-10  7:22 UTC  (3+ messages)

[PATCH 1/4] f2fs: support F2FS_IOC_PRECACHE_EXTENTS
 2018-01-10  6:22 UTC  (8+ messages)
` [PATCH 2/4] f2fs: support FIEMAP_FLAG_CACHE
` [PATCH 3/4] f2fs: avoid high cpu usage in discard thread
` [PATCH 4/4] f2fs: remove unused pend_list_tag

[PATCH v3] f2fs: support FIEMAP_FLAG_XATTR
 2018-01-10  6:21 UTC 

[PATCH v2] f2fs: support FIEMAP_FLAG_XATTR
 2018-01-10  6:19 UTC  (3+ messages)

[PATCH RFC v2 1/2] mkfs.f2fs: max_nat_bitmap_size should be aligned up in segment
 2018-01-10  2:27 UTC  (2+ messages)

[PATCH] f2fs: move set_cold_files after adding new node page in f2fs_create
 2018-01-09 11:46 UTC  (4+ messages)

[PATCH v2] f2fs: implement cgroup writeback support
 2018-01-09 11:33 UTC 

[PATCH] f2fs: correct removexattr behavior for null valued extended attribute
 2018-01-09 11:32 UTC  (4+ messages)

[PATCH RFC 2/2] mkfs.f2fs: binary decision to calculate SIT/NAT/SSA
 2018-01-09  8:01 UTC 

[PATCH RFC 1/2] mkfs.f2fs: max_nat_bitmap_size should be aligned up in segment
 2018-01-09  8:00 UTC 

[PATCH] f2fs: allow quota to use reserved blocks
 2018-01-09  2:09 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH -next] f2fs: make local functions static
 2018-01-09  2:08 UTC  (2+ messages)

[PATCH] f2fs: implement cgroup writeback supprot
 2018-01-09  2:06 UTC  (2+ messages)

[PATCH 1/2] f2fs: show precise # of blocks that user/root can use
 2018-01-08 11:23 UTC  (11+ messages)
` [PATCH 2/2] f2fs: add reserved blocks for root user
  ` [PATCH 2/2 v2] "
    ` [PATCH 2/2 v3] "
  ` [f2fs-dev] [PATCH 2/2] "
` [f2fs-dev] [PATCH 1/2] f2fs: show precise # of blocks that user/root can use
` [PATCH 1/2 v2] "

[PATCH] f2fs: add resgid and resuid to reserve root blocks
 2018-01-08 11:01 UTC  (2+ messages)

[PATCH v6] f2fs: avoid dead loop in function find_fsync_dnodes
 2018-01-05  3:47 UTC  (5+ messages)

[PATCH] f2fs: support FIEMAP_FLAG_XATTR
 2018-01-04 10:09 UTC 

[PATCH] f2fs: update inode info to inode page for new file
 2018-01-04  7:24 UTC  (7+ messages)

[PATCH] f2fs: check segment type before recover data
 2018-01-04  7:22 UTC  (12+ messages)
` [PATCH v2] f2fs: check segment type in __f2fs_replace_block
` [PATCH v3] "
` [PATCH v4] "

[PATCH 1/2] f2fs: use flexible array for f2fs_checkpoint::sit_nat_version_bitmap
 2018-01-04  6:28 UTC  (5+ messages)

[PATCH] f2fs: add reserved blocks for root user
 2018-01-04  6:02 UTC  (8+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "
        ` [f2fs-dev] "

[PATCH] f2fs: enable quota at remount from r to w
 2018-01-04  5:49 UTC  (2+ messages)

[PATCH] dump.f2fs: Test blkaddr is valid or not in option '-b'
 2018-01-04  3:12 UTC  (2+ messages)

[PATCH v5] f2fs: avoid dead loop in function find_fsync_dnodes
 2018-01-04  3:07 UTC  (4+ 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).