linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-23 09:23:01 to 2017-03-07 15:09:56 UTC [more...]

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-07 15:09 UTC  (10+ messages)
` [PATCH 1/7] lockdep: teach lockdep about memalloc_noio_save
` [PATCH 2/7] lockdep: allow to disable reclaim lockup detection
` [PATCH 3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/7] mm: introduce memalloc_nofs_{save, restore} API
  ` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/7] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/7] jbd2: make the whole kjournald2 kthread NOFS safe

[PATCH RFC] f2fs: allow write page cache when writting cp
 2017-03-07 12:47 UTC 

[PATCH] f2fs: remove the redundant cur_victim_sec / sec_usage_check()
 2017-03-07 11:06 UTC 

[PATCH] f2fscrypt: add a tool for encryption management in the f2fs filesystem
 2017-03-07  2:34 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] f2fs: fix oops of set_bit_le in arm64 architecture
 2017-03-07  1:59 UTC 

[PATCH 1/2] f2fs: don't need to invalidate wrong node page
 2017-03-06 21:51 UTC  (2+ messages)
` [PATCH 2/2] f2fs: don't overwrite node block by SSR

[PATCH v2] f2fs: combine nat_bits and free_nid_bitmap cache
 2017-03-06 13:12 UTC 

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-03-06 11:59 UTC  (5+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"

[PATCH 2/2] f2fs: avoid new_inode's flags overwrite the old_node
 2017-03-06 11:10 UTC  (6+ messages)
  ` [PATCH] f2fs: sync the enc name flags with disk level filename
    ` [PATCH v2] "

[PATCH] f2fs: make sure trace all f2fs_issue_flush
 2017-03-06 11:10 UTC  (2+ messages)

[PATCH 1/2] f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode
 2017-03-06 10:54 UTC  (2+ messages)

[PATCH RFC] f2fs: combine nat_bits and free_nid_bitmap cache
 2017-03-06 10:31 UTC  (6+ messages)

[PATCH] f2fs: correct cp_ver for compatibility to old image
 2017-03-06 10:23 UTC  (3+ messages)

[PATCH v3 2/2] mkfs.f2fs: check overwrite before make filesystem
 2017-03-05 13:05 UTC 

[PATCH v3 1/2] mkfs.f2fs: clearfiy the help message and manpages
 2017-03-05 13:04 UTC 

[PATCH v2 1/2] mkfs.f2fs: make the help messages and manpages clearer
 2017-03-04 13:18 UTC 

[PATCH v2 2/2] mkfs.f2fs: check overwrite before make filesystem
 2017-03-04 13:16 UTC 

[PATCH] f2fs: fix the fault of calculating blkstart twice
 2017-03-04  1:12 UTC 

[PATCH] f2fs-tools: calculate cp_ver correctly
 2017-03-02  3:39 UTC 

[PATCH v2] f2fs: add a punch discard command function
 2017-03-02  2:36 UTC 

[PATCH] f2fs: add a modify discard command function
 2017-03-02  2:07 UTC  (5+ messages)

[PATCH] f2fs: fix an error return value in truncate_partial_data_page
 2017-03-02  2:00 UTC  (5+ messages)

[PATCH v2] f2fs: skip writeback meta pages if cp_mutex acquire failed
 2017-03-02  1:36 UTC  (2+ messages)

[PATCH V2] f2fs: introduce free nid bitmap
 2017-03-02  1:30 UTC  (7+ messages)

[PATCH] f2fs: skip checkpoint if having a dirty segment but no prefree at BG_GC -> FG_GC
 2017-03-01 19:24 UTC  (9+ messages)

[PATCH] f2fs: skip writeback meta pages if cp_mutex acquire failed
 2017-03-01  9:47 UTC  (3+ messages)

[PATCH] f2fs: skip scanning free nid bitmap of full NAT blocks
 2017-03-01  9:09 UTC 

[GIT PULL] f2fs update for 4.11
 2017-03-01  6:22 UTC 

[PATCH] f2fs: skip filesystem level truncate when size isn't changed
 2017-03-01  4:18 UTC  (3+ messages)

[PATCH] f2fs: drop duplicate radix tree lookup of nat_entry_set
 2017-02-28 13:34 UTC 

[PATCH] f2fs: remove dead macro PGOFS_OF_NEXT_DNODE
 2017-02-28 13:34 UTC 

[PATCH 1/3] f2fs: remove build_free_nids() during checkpoint
 2017-02-28 10:52 UTC  (16+ messages)
` [PATCH 2/3] f2fs: add bitmaps for empty or full NAT blocks
    ` [f2fs-dev] "
  ` [PATCH 2/3 v2] "
` [PATCH 3/3] f2fs: avoid reading NAT page by get_node_info
    ` [f2fs-dev] "

[PATCH] f2fs: avoid unnecessary fg_gc
 2017-02-28  2:06 UTC  (15+ messages)
      ` [PATCH 1/2] remove stale comment info about cp before fggc
        ` [PATCH 2/2] f2fs: avoid bggc->fggc when enough free segments are avaliable after cp

[PATCH 1/3] f2fs: fix a memleak issue
 2017-02-28  2:06 UTC  (5+ messages)
` [PATCH 2/3] f2fs: add f2fs_drop_inode tracepoint
` [PATCH 3/3] f2fs: fix a plint compile warning

[PATCH] f2fs: add F2FS_DIRTY_DATA to has_not_enough_free_secs and need_SSR
 2017-02-27 23:37 UTC  (4+ messages)

[PATCH] f2fs: avoid to issue redundant discard commands
 2017-02-27 21:43 UTC 

[PATCH 1/1] f2fs: Fix zoned block device support
 2017-02-27 18:49 UTC  (2+ messages)

[PATCH] f2fs: remove redundant set_page_dirty()
 2017-02-27 10:59 UTC 

[PATCH 1/2] f2fs: fix memory leak of write_io_dummy mempool during umount
 2017-02-27 10:43 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix to enlarge size of write_io_dummy mempool

[PATCH] f2fs: fix to update F2FS_{CP_}WB_DATA count correctly
 2017-02-27  9:10 UTC 

[PATCH] f2fs: use MAX_FREE_NIDS for the free nids target
 2017-02-27  6:14 UTC  (2+ messages)

[PATCH 3/3] f2fs: drop calling alloc_nid_failed when no nid is allocated
 2017-02-27  3:16 UTC  (4+ messages)

[PATCH 1/4] f2fs: avoid very large discard command
 2017-02-27  2:09 UTC  (4+ messages)

[PATCH] mkfs.f2fs: check filesystem overwrite before formatting
 2017-02-26 13:29 UTC 

[PATCH] f2fs: change the codes of checking CP_CRC_RECOVERY_FLAG to macro
 2017-02-25 18:46 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 1/3] f2fs: init local extent_info to avoid stale stack info in tp
 2017-02-25 18:11 UTC  (12+ messages)
` [PATCH 2/3] f2fs: remove unsafe bitmap checking
` [PATCH 3/3] f2fs: skip dirty bitmap scanning when no dirty segments

[PATCH] f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint
 2017-02-25 11:53 UTC 

[PATCH] f2fs: update the comment of default nr_pages to skipping
 2017-02-25 11:32 UTC 

[PATCH 2/3] f2fs: drop the duplicate pval in f2fs_getxattr
 2017-02-25 11:23 UTC 

[PATCH 1/3] f2fs: Don't update the xattr data that same as the exist
 2017-02-25 11:23 UTC 

[PATCH] f2fs: kill __is_extent_same
 2017-02-25  9:29 UTC 

[PATCH] f2fs: show simple call stack in fault injection message
 2017-02-25  3:08 UTC 

[PATCH 1/3] f2fs: clean up codes in get_ssr_segment
 2017-02-25  2:16 UTC  (10+ messages)
` [PATCH 3/3] f2fs: provide more chance for node and data to get ssr segment

[PATCH] f2fs: no need lock_op in f2fs_write_inline_data
 2017-02-25  2:10 UTC  (7+ messages)

[PATCH] f2fs: avoid m_flags overlay when allocating more data blocks
 2017-02-24 11:16 UTC  (2+ messages)

[PATCH] f2fs: select target segment with closer temperature in SSR mode
 2017-02-24 10:46 UTC 

[PATCH 1/2] f2fs fg_gc: node segment is prior to data segment selected victim
 2017-02-24  3:04 UTC  (7+ messages)
` [PATCH 2/2] f2fs:use fggc_set_cold_data instead of set_cold_data in fggc

[PATCH] f2fs: clean up codes in f2fs_gc related with write_checkpoint
 2017-02-24  1:40 UTC  (2+ messages)

[PATCH] f2fs: put allocate_segment after refresh_sit_entry
 2017-02-24  1:33 UTC  (2+ messages)

Multiple Devices
 2017-02-23 22:59 UTC  (4+ messages)

[PATCH 0/2] Reduce the overprovision size a lot in f2fs
 2017-02-23 19:27 UTC  (5+ messages)
` [PATCH 2/2] f2fs: fix the case when there is no free segment to allocate for CURSEG_WARM_NODE

[PATCH] vfs: hoist {XFS, EXT4, F2FS}_IOC_{GOING, SHUT}DOWN to the VFS
 2017-02-23 17:59 UTC 

[PATCH] vfs: hoist {XFS, EXT4}_IOC_{GOING, SHUT}DOWN to the VFS
 2017-02-23 16:57 UTC  (3+ messages)
  ` [f2fs-dev] "

[RFC] add ovp valid_blocks check for bg gc victim to fg_gc
 2017-02-23 12:35 UTC  (7+ messages)

[PATCH 1/2] f2fs: replace __get_victim by dirty_segments in FG_GC
 2017-02-23 11:59 UTC  (6+ messages)
` [PATCH 2/2] f2fs: remove unnecessary wait in write_begin

[PATCH] f2fs: replace rw semaphore extent_tree_lock with mutex lock
 2017-02-23 11:39 UTC 

[PATCH 1/4] mkfs.f2fs: make sure clean all reset dnodes
 2017-02-23  9:25 UTC  (2+ messages)

[PATCH 1/5] f2fs: show # of APPEND and UPDATE inodes
 2017-02-23  9:22 UTC  (3+ messages)
` [PATCH 5/5] f2fs: avoid out-of-order execution of atomic writes


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).