messages from 2017-02-14 02:05:40 to 2017-02-27 13:03:40 UTC [more...]
[PATCH 1/3] f2fs: fix a memleak issue
2017-02-27 13:02 UTC (3+ messages)
` [PATCH 2/3] f2fs: add f2fs_drop_inode tracepoint
` [PATCH 3/3] f2fs: fix a plint compile warning
[PATCH 1/1] f2fs: Fix zoned block device support
2017-02-27 11:52 UTC
[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: add a modify discard command function
2017-02-27 7:19 UTC
[PATCH] f2fs: avoid unnecessary fg_gc
2017-02-27 6:25 UTC (13+ 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] f2fs: use MAX_FREE_NIDS for the free nids target
2017-02-27 6:14 UTC (2+ messages)
[PATCH] f2fs: skip checkpoint if having a dirty segment but no prefree at BG_GC -> FG_GC
2017-02-27 3:25 UTC (5+ messages)
[PATCH 3/3] f2fs: drop calling alloc_nid_failed when no nid is allocated
2017-02-27 3:16 UTC (4+ messages)
[PATCH V2] f2fs: introduce free nid bitmap
2017-02-27 3:11 UTC (4+ messages)
[PATCH 1/3] f2fs: remove build_free_nids() during checkpoint
2017-02-27 3:03 UTC (11+ 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 1/4] f2fs: avoid very large discard command
2017-02-27 2:09 UTC (7+ messages)
` [PATCH 2/4] f2fs: much larger batched trim_fs job
` [PATCH 3/4] f2fs: wait for discard completion after submission
` [PATCH 4/4] f2fs: check discard alignment only for SEQWRITE zones
[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: add F2FS_DIRTY_DATA to has_not_enough_free_secs and need_SSR
2017-02-25 4:20 UTC (3+ messages)
[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 (16+ messages)
` [PATCH 2/3] f2fs: provide more chance to get node ssr
` [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 (8+ 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 (4+ 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 (7+ messages)
` [PATCH 1/2] mkfs.f2fs: add option to set the value of reserved segments and overprovision segments
` [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 (3+ messages)
` [PATCH 4/4] mkfs.f2fs: support nat_bits feature
[PATCH 1/5] f2fs: show # of APPEND and UPDATE inodes
2017-02-23 9:22 UTC (10+ messages)
` [PATCH 2/5] f2fs: check last page index in cached bio to decide submission
` [PATCH 3/5] f2fs: move flush tracepoint
` [PATCH 4/5] f2fs: move write_node_page above fsync_node_pages
` [PATCH 5/5] f2fs: avoid out-of-order execution of atomic writes
[PATCH 1/6] f2fs: clean up flush/discard command namings
2017-02-23 4:25 UTC (15+ messages)
` [PATCH 2/6] f2fs: reorganize stat information
` [PATCH 3/6] f2fs: remove batched discard in f2fs_trim_fs
` [PATCH 4/6] f2fs: factor out discard command info into discard_cmd_control
` [PATCH 5/6] f2fs: add a kernel thread to issue discard commands asynchronously
` [PATCH 6/6] f2fs: show # of on-going flush and discard bios
[PATCH 01/10] f2fs: reassign new segment for mode=lfs
2017-02-23 2:47 UTC (18+ messages)
` [PATCH 08/10] f2fs: relax async discard commands more
` [f2fs-dev] "
` [PATCH 09/10] f2fs: avoid needless checkpoint in f2fs_trim_fs
` [PATCH 10/10] f2fs: return fs_trim if there is no candidate
[PATCH] f2fs: introduce free nid bitmap
2017-02-23 2:21 UTC (3+ messages)
[PATCH] fscrypt: remove broken support for detecting keyring key revocation
2017-02-21 23:07 UTC
[f2fs:dev-test 59/63] fs/f2fs/dir.c:676:8-15: ERROR: PTR_ERR applied after initialization to constant on line 650
2017-02-18 1:22 UTC
[PATCH] f2fs: trace victim's cost selectecd by f2fs_gc
2017-02-17 18:30 UTC
documentation for atomic writes, encryption and other features
2017-02-17 1:50 UTC (2+ messages)
[PATCH] f2fs: fix multiple f2fs_add_link() calls having same name
2017-02-16 17:28 UTC (6+ messages)
` [f2fs-dev] "
[PATCH 1/2] f2fs: use SSR for warm node as well
2017-02-16 1:54 UTC (2+ messages)
` [PATCH 2/2] f2fs: show actual device info in tracepoints
[PATCH] f2fs: introduce noinline_xattr mount option
2017-02-15 2:34 UTC
[PATCH 1/2] f2fs: enable inline_xattr by default
2017-02-15 2:26 UTC (3+ messages)
[PATCH] f2fs: introduce nid cache
2017-02-15 2:25 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).