linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-03 01:26:18 to 2016-01-23 20:16:45 UTC [more...]

[PATCH 1/4] f2fs: give scheduling point in shrinking path
 2016-01-23 20:16 UTC  (2+ messages)
` [PATCH 3/4] f2fs: use wait_for_stable_page to avoid contention

[PATCH 1/2] f2fs: avoid multiple node page writes due to inline_data
 2016-01-23 20:15 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix to overcome inline_data floods

[oops, 4.4-rc8] warn + oops during generic/204
 2016-01-23 20:15 UTC  (7+ messages)

[PATCH v2 2/2] f2fs: enhance foreground GC
 2016-01-23  8:23 UTC 

[PATCH 2/2] f2fs: enhance foreground GC
 2016-01-22 10:12 UTC  (2+ messages)

[PATCH 1/2] f2fs: correct search area in get_new_segment
 2016-01-22  9:42 UTC 

[PATCH 3/3] f2fs: remove unneeded pointer conversion for cleanup
 2016-01-19 10:55 UTC 

[PATCH 2/3] f2fs: simplify __allocate_data_blocks
 2016-01-19 10:54 UTC 

[PATCH 1/3] f2fs: simplify f2fs_map_blocks
 2016-01-19 10:53 UTC 

[PATCH] f2fs: optimize f2fs_write_cache_pages()
 2016-01-19  5:38 UTC 

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-18 18:15 UTC  (37+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH v2 4/4] f2fs: export dirty_nats_ratio in sysfs
 2016-01-18 10:32 UTC 

[PATCH v2 3/4] f2fs: flush dirty nat entries when exceeding threshold
 2016-01-18 10:31 UTC 

[PATCH v2 2/4] f2fs: introduce f2fs_submit_merged_bio_cond
 2016-01-18 10:28 UTC 

[PATCH v2 1/4] f2fs: relocate is_merged_page
 2016-01-18 10:24 UTC 

[PATCH 1/2] f2fs: flush dirty nat entries when exceeding threshold
 2016-01-18  3:13 UTC  (3+ messages)

[PATCH 2/2] f2fs: introduce f2fs_submit_merged_bio_cond
 2016-01-16  9:38 UTC 

[PATCH 1/2] fsck.f2fs: assign checkpoint pointer correctly
 2016-01-15 18:33 UTC  (2+ messages)
` [PATCH 2/2] fsck.f2fs: return 0 for no error was reported

[PATCH v2] f2fs: serialize block allocation of dio writes to enhance multithread performance
 2016-01-15  8:51 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH 2/2] f2fs: support revoking atomic written pages
 2016-01-15  0:03 UTC  (12+ messages)
            ` [f2fs-dev] "

[PATCH] f2fs-tools: avoid failure and warnings for android build
 2016-01-14 23:57 UTC 

[GIT PULL] f2fs updates for v4.5
 2016-01-14 17:37 UTC  (3+ messages)

[PATCH] fsck.f2fs: swap checkpoint crc to CPU endian
 2016-01-14  9:13 UTC 

[RFC PATCH 2/2] f2fs: export a threshold in sysfs for controlling dio serialization
 2016-01-13  6:57 UTC  (4+ messages)
    ` [f2fs-dev] "

Consolidated file encryption interface/semantics?
 2016-01-12 16:21 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH 1/2] f2fs: introduce time and interval facility
 2016-01-11 23:59 UTC  (7+ messages)
` [PATCH 2/2] f2fs: detect idle time depending on user behavior
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: introduce time and interval facility

[PATCH] f2fs: should unset atomic flag after successful commit
 2016-01-11 23:32 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  7:15 UTC  (57+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
  ` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [dm-devel] "
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH] f2fs: fix wrong memory condition check
 2016-01-10  0:15 UTC 

[PATCH] f2fs: monitor the number of background checkpoint
 2016-01-09 21:54 UTC 

[PATCH] F2FS support
 2016-01-08 19:41 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "
          ` [f2fs-dev] "
          ` [PATCH v6] "

[PATCH 3/3] f2fs: skip releasing nodes in chindless extent tree
 2016-01-08 12:24 UTC 

[PATCH 2/3] f2fs: use atomic type for node count in extent tree
 2016-01-08 12:22 UTC 

[PATCH 1/3] f2fs: recognize encrypted data in f2fs_fiemap
 2016-01-08 12:19 UTC 

[PATCH v2 1/2] f2fs: check node id earily when readaheading node page
 2016-01-08 12:13 UTC 

[PATCH] mkfs.f2fs: introduce zone align for main area
 2016-01-08  2:28 UTC  (3+ messages)

[PATCH] mkfs.f2fs: introduce zone align for main area
 2016-01-08  2:25 UTC 

[PATCH 1/3] f2fs: avoid unnecessary f2fs_balance_fs calls
 2016-01-08  1:36 UTC  (3+ messages)
` [PATCH 2/3] f2fs: remove redundant calls
` [PATCH 3/3] f2fs: clean up f2fs_balance_fs

[PATCH 1/3] f2fs: check the page status filled from disk
 2016-01-06  5:20 UTC  (12+ messages)
` [PATCH 2/3] f2fs: cover more area with nat_tree_lock
  ` [f2fs-dev] "
` [PATCH 3/3] Revert "f2fs: check the node block address of newly allocated nid"
  ` [f2fs-dev] [PATCH 1/3] f2fs: check the page status filled from disk
` [PATCH 1/3 v2] "
  ` [f2fs-dev] "

[PATCH 1/3] f2fs: check the page status filled from disk
 2016-01-06  4:02 UTC  (2+ messages)

[PATCH 2/3] f2fs: support finding extents after isize
 2016-01-05 18:11 UTC  (18+ messages)

[PATCH 1/2] f2fs: check node id earily when readahead NAT page
 2016-01-05  9:10 UTC  (2+ messages)

[PATCH 2/2] f2fs: introduce __get_node_page to reuse common code
 2016-01-05  8:52 UTC 

[PATCH] f2fs: read isize while holding i_mutex in fiemap
 2016-01-04  7:56 UTC 

[PATCH 1/3] f2fs: avoid calling i_size_read when it's unnecessary
 2016-01-04  6:13 UTC  (5+ messages)

[PATCH] f2fs: introduce max_file_blocks in sbi
 2016-01-04  5:56 UTC  (3+ 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).