linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-27 20:09:27 to 2016-06-05 19:31:45 UTC [more...]

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-05 19:31 UTC  (6+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE

[RFC PATCH] f2fs: find parent dentry correctly
 2016-06-04 14:01 UTC 

[PATCH] fsck.f2fs: modify sit dump && add nat dump
 2016-06-04 10:03 UTC 

[PATCH] f2fs: fix to redirty page if fail to gc data page
 2016-06-03 17:36 UTC  (9+ messages)

[PATCH 1/8] f2fs: reuse nid if it was cached only
 2016-06-03  3:55 UTC  (8+ messages)
` [PATCH 2/8] f2fs: remove deprecated parameter
` [PATCH 3/8] f2fs: avoid wrong count on dirty inodes
` [PATCH 4/8] f2fs: skip roll_forward recovery after umount
` [PATCH 5/8] f2fs: remove obsolete parameter in f2fs_truncate
` [PATCH 6/8] f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
` [PATCH 7/8] f2fs: fix wrong percentage
` [PATCH 8/8] f2fs: control not to exceed # of cached nat entries

[f2fs:dev-test 6/21] fs/f2fs/checkpoint.c:887:2-3: Unneeded semicolon
 2016-06-02  2:25 UTC  (2+ messages)
` [PATCH] f2fs: fix semicolon.cocci warnings

[PATCH 1/2] f2fs: return error of f2fs_lookup
 2016-06-01 23:34 UTC  (2+ messages)
` [PATCH 2/2] f2fs: handle writepage correctly

[PATCH 1/4] f2fs: propagate error given by f2fs_find_entry
 2016-05-30  2:39 UTC  (6+ messages)
` [PATCH 2/4] f2fs: inject to produce some orphan inodes
` [PATCH 3/4] f2fs: do not skip writing data pages
` [PATCH 4/4] f2fs: remove two steps to flush dirty "
` [f2fs-dev] [PATCH 1/4] f2fs: propagate error given by f2fs_find_entry

[PATCH] f2fs: Return the errno to the caller to avoid using a wrong page
 2016-05-27 12:22 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] f2fs: Return the errno to the caller to avoid using a wrong page
 2016-05-26  4:31 UTC  (2+ messages)

[PATCH] f2fs: introduce on-disk layout version checking functionality
 2016-05-25 17:46 UTC  (13+ messages)

[PATCH 01/12] f2fs: use inode pointer for {set, clear}_inode_flag
 2016-05-25  0:03 UTC  (12+ messages)
` [PATCH 02/12] f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
` [PATCH 03/12] f2fs: introduce f2fs_i_blocks_write "
` [PATCH 04/12] f2fs: introduce f2fs_i_links_write "
` [PATCH 05/12] f2fs: call mark_inode_dirty_sync for i_field changes
` [PATCH 06/12] f2fs: flush inode metadata when checkpoint is doing
` [PATCH 07/12] f2fs: remove syncing inode page in all the cases
` [PATCH 08/12] f2fs: avoid unnecessary updating inode during fsync
` [PATCH 09/12] f2fs: add lazytime mount option
` [PATCH 10/12] f2fs: detect congestion of flush command issues
` [PATCH 11/12] f2fs: set flush_merge by default
` [PATCH 12/12] f2fs: remove writepages lock

[PATCH] f2fs: use bio count instead of F2FS_WRITEBACK page count
 2016-05-22 13:10 UTC  (4+ messages)
` [f2fs-dev] "

[GIT PULL] f2fs for 4.7-rc1
 2016-05-22  0:39 UTC 

Kernel OOPS in f2fs-stable on ARM
 2016-05-20 16:20 UTC  (3+ messages)

[PATCH] f2fs: fix to update dirty page count correctly
 2016-05-20 16:11 UTC 

[PATCH] f2fs: avoid ENOSPC fault in the recovery process
 2016-05-19 19:00 UTC 

[PATCH] f2fs: flush pending bios right away when error occurs
 2016-05-19 16:43 UTC 

[RFC] f2fs: fix a race condition between evict & gc
 2016-05-18 10:52 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH] fsck.f2fs: check sector size if formatted from a regular file
 2016-05-18 10:00 UTC 

[PATCH] f2fs: make exit_f2fs_fs more clear
 2016-05-18  0:02 UTC 

[PATCH] fs: Add MODULE_SOFTDEP declarations for hard-coded crypto drivers
 2016-05-17 14:59 UTC  (2+ messages)

[PATCH 1/5] f2fs: manipulate dirty file inodes when DATA_FLUSH is set
 2016-05-16 22:30 UTC  (5+ messages)
` [PATCH 2/5] f2fs: use percpu_counter for page counters
` [PATCH 3/5] f2fs: use percpu_counter for # of dirty pages in inode
` [PATCH 4/5] f2fs: use percpu_counter for alloc_valid_block_count
` [PATCH 5/5] f2fs: use percpu_counter for total_valid_inode_count

[PATCH v3 1/2] f2fs: correct return value type of f2fs_fill_super
 2016-05-16  4:38 UTC  (2+ messages)
` [PATCH v3 2/2] f2fs: add fault injection to sysfs

[PATCH] f2fs: no need inc dirty pages under inode lock
 2016-05-16  1:50 UTC  (3+ messages)

Invoke GC by user?
 2016-05-14 15:16 UTC  (3+ messages)

[PATCH 1/2] f2fs: fix i_current_depth during inline dentry conversion
 2016-05-14 11:03 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents

Kernel panic in F2FS mount on NVMe SSD
 2016-05-14  0:59 UTC  (9+ messages)

[PATCH v2 1/2] f2fs: correct return value type of f2fs_fill_super
 2016-05-14  0:57 UTC  (5+ messages)
` [PATCH v2 2/2] f2fs: add fault injection to sysfs

[RFC PATCH 1/4] f2fs: correct return value type of f2fs_fill_super
 2016-05-12 20:12 UTC  (6+ messages)
` [RFC PATCH 2/4] f2fs: introduce f2fs_fault_info for fault injection
` [RFC PATCH 3/4] f2fs: add sysfs interfaces "
` [RFC PATCH 4/4] f2fs: move fault injection to sysfs
  ` [RFC PATCH v2 "

[PATCH 1/2] f2fs: show # of orphan inodes
 2016-05-11 17:01 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid f2fs_bug_on during recovery

[PATCH] f2fs: fix deadlock when flush inline data
 2016-05-11 16:42 UTC  (2+ messages)

[PATCH 1/6] f2fs: support in batch multi blocks preallocation
 2016-05-11  3:00 UTC  (14+ messages)
` [PATCH 2/6] f2fs: support in batch fzero in dnode page
` [PATCH 3/6] f2fs: use mnt_{want,drop}_write_file in ioctl
` [PATCH 4/6] f2fs: make atomic/volatile operation exclusive
` [PATCH 5/6] f2fs: enable inline_dentry by default
` [PATCH 6/6] f2fs: add noinline_dentry mount option

[PATCH] f2fs: introduce f2fs_reserve_blocks to speedup fallocate
 2016-05-09 12:03 UTC  (3+ messages)

[PATCH 01/11] f2fs: introduce macros for proc entries
 2016-05-09 12:00 UTC  (14+ messages)
` [PATCH 02/11] f2fs: add proc entry to show valid block bitmap
` [PATCH 03/11] f2fs: introduce f2fs_kmalloc to wrap kmalloc
` [PATCH 04/11] f2fs: use f2fs_grab_cache_page instead of grab_cache_page
` [PATCH 05/11] f2fs: add mount option to select fault injection ratio
  ` [f2fs-dev] "
` [PATCH 06/11] f2fs: inject kmalloc failure
` [PATCH 07/11] f2fs: inject page allocation failures
` [PATCH 08/11] f2fs: inject ENOSPC failures
` [PATCH 09/11] f2fs: revisit error handling flows
` [PATCH 10/11] f2fs: fix leak of orphan inode objects
` [PATCH 11/11] f2fs: retry to truncate blocks in -ENOMEM case
    ` [f2fs-dev] "

[PATCH 1/2] f2fs: read node blocks ahead when truncating blocks
 2016-05-07 17:45 UTC  (2+ messages)
` [PATCH 2/2] f2fs: do not preallocate block unaligned to 4KB

[PATCH v2] f2fs: fix inode cache leak
 2016-05-07  8:15 UTC 

[PATCH 0/2] scop GFP_NOFS api
 2016-05-06  3:20 UTC  (17+ messages)
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [Cluster-devel] [PATCH 0/2] scop GFP_NOFS api

[PATCH 1/2] f2fs: fix incorrect mapping in ->bmap
 2016-05-05 11:13 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid panic when truncating to max filesize

[PATCH 00/42] v7: separate operations from flags in the bio/request structs
 2016-05-04 18:04 UTC  (5+ messages)

[PATCH 2/4] f2fs: remove unneeded memset when updating xattr
 2016-05-04 15:19 UTC  (3+ messages)
` [PATCH 3/4] f2fs: reuse get_extent_info
` [PATCH 4/4] f2fs: shrink size of struct seg_entry

[PATCH 1/4] f2fs: remove unneeded readahead in find_fsync_dnodes
 2016-05-04 15:17 UTC 

[PATCH 2/4] f2fs: fix to clear page private flag
 2016-04-29 12:13 UTC  (3+ messages)
` [PATCH 3/4] f2fs: factor out fsync inode entry operations
` [PATCH 4/4] f2fs: fix inode cache leak

[PATCH 1/4] f2fs: fix to clear private data in page
 2016-04-29 12:09 UTC 

[PATCH 1/4] f2fs: fix to clear private data in page
 2016-04-29 11:19 UTC  (3+ messages)

[PATCH 4/4] f2fs: fix inode cache leak
 2016-04-28 15:17 UTC 

[PATCH 3/4] f2fs: factor out fsync inode entry operations
 2016-04-28 15:15 UTC 

[PATCH 2/4] f2fs: fix to clear page private flag
 2016-04-28 15:14 UTC 

[PATCH RESEND 2/2] f2fs: disable preemption when waiting on all pages writeback
 2016-04-28 15:06 UTC  (7+ messages)
    ` [f2fs-dev] "

[PATCH 1/2] mm: add PF_MEMALLOC_NOFS
 2016-04-27 21:14 UTC  (6+ messages)
` [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
  ` [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API


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