linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-24 10:04:35 to 2016-01-10 00:56:14 UTC [more...]

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  0:56 UTC  (54+ 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 1/2] f2fs: introduce time and interval facility
 2016-01-09  1:29 UTC  (2+ messages)
` [PATCH 2/2] f2fs: detect idle time depending on user behavior

[PATCH 2/2] f2fs: support revoking atomic written pages
 2016-01-08 19:43 UTC  (11+ messages)
    ` [f2fs-dev] "

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

[PATCH 1/5] f2fs: remove f2fs_bug_on in terms of max_depth
 2015-12-31 23:49 UTC  (5+ messages)
` [PATCH 2/5] f2fs: write pending bios when cp_error is set
` [PATCH 3/5] f2fs: use IPU for fdatasync
` [PATCH 4/5] f2fs: monitor zombie_tree count
` [PATCH 5/5] f2fs: introduce zombie list for fast shrinking extent trees

[PATCH] f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
 2015-12-31 10:20 UTC 

[PATCH] f2fs: add a segment and section num check in sanity_check_raw_super
 2015-12-31  1:02 UTC  (6+ messages)

[PATCH] f2fs: init variable total_zombie_tree
 2015-12-30 18:15 UTC  (3+ messages)

[PATCH] f2fs: introduce F2FS_MAX_BLOCKS
 2015-12-30 18:06 UTC  (4+ messages)

[PATCH v2] f2fs: fix to skip recovering dot dentries in a readonly fs
 2015-12-30  9:40 UTC 

[PATCH 3/3] f2fs: avoid looking up extents outside specified range
 2015-12-30  9:23 UTC 

[PATCH 3/5] f2fs: report readonly status in ->fsync
 2015-12-30  6:46 UTC  (7+ messages)

[PATCH 1/2] f2fs: use atomic variable for total_extent_tree
 2015-12-30  6:44 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH v2] f2fs: add a max block check for get_data_block_bmap
 2015-12-30  1:09 UTC  (3+ messages)

[PATCH 1/3] f2fs: early check broken symlink length in the encrypted case
 2015-12-30  0:59 UTC  (9+ messages)
` [PATCH 2/3] f2fs: use i_size_read to get i_size
  ` [f2fs-dev] "
` [PATCH 3/3] f2fs: load largest extent all the time
  ` [f2fs-dev] "
  ` [f2fs-dev] [PATCH 1/3] f2fs: early check broken symlink length in the encrypted case

[PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs
 2015-12-30  0:44 UTC  (4+ messages)

[PATCH v2] f2fs: serialize block allocation of dio writes to enhance multithread performance
 2015-12-29  6:43 UTC 

[RFC PATCH 2/2] f2fs: export a threshold in sysfs for controlling dio serialization
 2015-12-29  6:39 UTC  (3+ messages)

[PATCH 1/2] f2fs: split drop_inmem_pages from commit_inmem_pages
 2015-12-29  3:11 UTC 

[PATCH v2] f2fs: add a segment and section num check in sanity_check_raw_super
 2015-12-29  2:23 UTC 

[PATCH] f2fs: add a max block count for f2fs_map_blocks
 2015-12-28 13:03 UTC  (5+ messages)

[RFC PATCH 1/2] f2fs: enhance multithread dio write performance
 2015-12-28 10:04 UTC 

[PATCH] fsck.f2fs: fix double free invalid checkpoint
 2015-12-28 11:33 UTC 

[PATCH] f2fs: fix bugs and simplify codes of f2fs_fiemap
 2015-12-26 10:07 UTC 

[PATCH 4/5] f2fs: support data flush in ioctl
 2015-12-26  9:26 UTC  (3+ messages)

[PATCH 1/4] f2fs: introduce prepare_write_begin to clean up
 2015-12-25  1:40 UTC  (11+ messages)
` [PATCH 2/4] f2fs: return early when trying to read null nid
  ` [f2fs-dev] "
` [PATCH 3/4] f2fs: avoid f2fs_lock_op in f2fs_write_begin
  ` [f2fs-dev] "

[PATCH 1/4] f2fs: check inline_data flag at converting time
 2015-12-25  1:38 UTC  (4+ messages)
` [PATCH 4/4] f2fs: call f2fs_balance_fs only when node was changed

[PATCH] f2fs: early check broken symlink length in the encrypted case
 2015-12-25  1:00 UTC 

[PATCH 5/5] f2fs: clean up f2fs_ioc_write_checkpoint
 2015-12-24 10:11 UTC 

[PATCH 2/5] f2fs: let user being aware of IO error
 2015-12-24 10:04 UTC 

[PATCH 1/5] f2fs: add missing f2fs_balance_fs in __recover_dot_dentries
 2015-12-24 10:03 UTC 


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