linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-24 18:21:53 to 2016-10-28 08:45:07 UTC [more...]

[PATCH v2 0/9] f2fs: Zoned block device support
 2016-10-28  8:45 UTC  (4+ messages)
` [PATCH v2 1/9] f2fs: Add missing break in switch-case
` [PATCH v2 5/9] f2fs: Always enable discard for zoned blocks devices
` [PATCH v2 9/9] f2fs: Trace reset zone events

[PATCH 0/7] f2fs-tools: zoned block device support
 2016-10-28  7:57 UTC  (9+ messages)
` [PATCH 1/7] f2fs-tools: Add executable files to .gitignore
` [PATCH 1/7] Gitignore: add executable files
` [PATCH 2/7] f2fs-tools: Use zoned block device terminology
` [PATCH 3/7] f2fs-tools: Introduce support for zoned block devices
` [PATCH 4/7] mkfs.f2fs: Check options "
` [PATCH 5/7] mkfs.f2fs: Reset sequential zones on device discard
` [PATCH 6/7] mkfs.f2fs: Check zoned block devices configuration
` [PATCH 7/7] fsck.f2fs: Check BLKZONED feature on mount

[PATCH 0/9] f2fs: Zoned block device support
 2016-10-28  8:19 UTC  (11+ messages)
` [PATCH 1/9] f2fs: Add missing break in switch-case
` [PATCH 2/9] f2fs: Use generic zoned block device terminology
` [PATCH 3/9] f2fs: Check zoned block feature for host-managed zoned block devices
` [PATCH 4/9] f2fs: Suppress discard warning message for "
` [PATCH 5/9] f2fs: Always enable discard for zoned blocks devices
` [PATCH 6/9] f2fs: Do not allow adaptive mode for host-managed zoned block devices
` [PATCH 7/9] f2fs: Cache zoned block devices zone type
` [PATCH 8/9] f2fs: Reset sequential zones on zoned block devices
` [PATCH 9/9] f2fs: Trace reset zone events

[PATCH] f2fs: use BIO_MAX_PAGES for bio allocation
 2016-10-27 22:39 UTC  (3+ messages)

[PATCH] f2fs: return directly if block has been removed from the victim
 2016-10-27 22:34 UTC  (4+ messages)

[PATCH v2] f2fs: replace a build-time warning with runtime WARN_ON
 2016-10-27 15:32 UTC 

[PATCH 00/28] Reenable maybe-uninitialized warnings
 2016-10-27 11:41 UTC  (7+ messages)
` [PATCH 04/28] f2fs: replace a build-time warning with runtime WARN_ON
  ` [f2fs-dev] "
` [PATCH 28/28] Kbuild: bring back -Wmaybe-uninitialized warning

[PATCH 1/3] f2fs: count dirty inodes to flush node pages during checkpoint
 2016-10-26 12:06 UTC  (6+ messages)
` [PATCH 2/3] f2fs: call f2fs_balance_fs for setattr
` [PATCH 3/3] f2fs: keep dirty inodes selectively for checkpoint
  ` [PATCH 3/3 v2] "

[PATCH 1/2] dump/fsck: convert encrypted file name
 2016-10-26  1:18 UTC  (4+ messages)
` [PATCH 2/2] fsck.f2fs: do not check the first seg in a sec in find_next_free_block

[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
 2016-10-24 22:58 UTC  (3+ messages)

[PATCH] fscrypto: remove unneeded Kconfig dependencies
 2016-10-24 21:17 UTC  (3+ messages)

Mariés pour avoir des aventures
 2016-10-24 19:38 UTC 

[RFD] Common userspace tool for fscypto
 2016-10-24 13:28 UTC  (5+ messages)

[PATCH] f2fs: fix wrong sum_page pointer in f2fs_gc
 2016-10-24  2:55 UTC  (8+ messages)

[PATCH 1/1] sload.f2fs: allow to build without libselinux
 2016-10-22 20:06 UTC 

[PATCH 1/3] f2fs: add fast path for find_next_{zero}bit
 2016-10-21 10:35 UTC  (4+ messages)
` [PATCH 2/3] f2fs: use __set_page_dirty_nobuffers directly
` [PATCH 3/3] f2fs: remove percpu_count due to performance regression

FWD: Mariés pour avoir des aventures
 2016-10-21  9:14 UTC 

[PATCH] f2fs: make clean inodes when flushing inode page
 2016-10-20  2:26 UTC 

[PATCH] mkfs.f2fs: fix the discarding size for block device
 2016-10-18 22:07 UTC 

[GIT PULL] f2fs bug fix for 4.9-rc2
 2016-10-18 20:19 UTC 

[PATCH] f2fs: declare static function for __build_free_nids
 2016-10-18 18:49 UTC 

[PATCH] fscrypto: move ioctl processing more fully into common code
 2016-10-18 16:52 UTC  (3+ messages)

FWD: la liberte sexuelle des femmes n’a pas de prix
 2016-10-18  6:34 UTC 

[PATCH] fscrypto: lock inode while setting encryption policy
 2016-10-15 13:54 UTC  (4+ messages)

[RFC PATCH 1/2] f2fs: rename f2fs_update_time
 2016-10-14 20:37 UTC  (5+ messages)
` [RFC PATCH 2/2] f2fs: fix allocation failure

[PATCH 1/5] f2fs: avoid AOSP build failure
 2016-10-14  0:02 UTC  (5+ messages)
` [PATCH 2/5] f2fs-tools: clean up and avoid build warning
` [PATCH 3/5] libf2fs: avoid garbage printout
` [PATCH 4/5] fsck.f2fs: check condition to avoid wrong memory allocation
` [PATCH 5/5] fsck.f2fs: support restore lost files into ./lost_found/

Comment avez-vous rencontrée
 2016-10-13 22:43 UTC 

[PATCH 1/8] f2fs: clear nlink if fail to add_link
 2016-10-13 10:29 UTC  (12+ messages)
` [PATCH 2/8] f2fs: fix to release discard entries during checkpoint
` [PATCH 3/8] f2fs: give a chance to detach from dirty list
` [PATCH 4/8] f2fs: add missing f2fs_balance_fs in f2fs_zero_range
` [PATCH 5/8] f2fs: don't miss any f2fs_balance_fs cases
` [PATCH 6/8] f2fs: be aware of extent beyond EOF in fiemap
` [PATCH 7/8] f2fs: fix to update largest extent under lock
` [PATCH 8/8] f2fs: fix error handling in fsync_node_pages

[PATCH 1/7] f2fs: split free nid list
 2016-10-13 10:26 UTC  (15+ messages)
` [PATCH 2/7] f2fs: clean up nid list operation
` [PATCH 3/7] f2fs: rename free nid cache operation
` [PATCH 4/7] f2fs: show pending allocated nids count in debugfs
` [PATCH 5/7] f2fs: exclude free nids building and allocation
` [PATCH 6/7] f2fs: don't interrupt free nids building during nid allocation
` [PATCH 7/7] f2fs: avoid casted negative value as shrink count

[PATCH] fscrypto: make XTS tweak initialization endian-independent
 2016-10-13  3:39 UTC  (7+ messages)

[PATCH v2] f2fs: split free nid list
 2016-10-12 11:28 UTC 

[PATCH] f2fs: fix sparse warnings
 2016-10-11 17:36 UTC 

[SPAM] Une femme sans amant se dépérit
 2016-10-11 11:43 UTC 

[PATCH 1/4] fsck.f2fs: free cp_page_1 in validate_checkpoint
 2016-10-10 16:49 UTC  (7+ messages)
` [PATCH 2/4] fsck.f2fs: fix incorrect ERR_MSG in f2fs_do_mount
` [PATCH 3/4] fsck.f2fs: fix a typo in check_sector_size
` [PATCH 4/4] f2fs: unify the length of versions

[PATCH] fscrypto: make XTS tweak initialization endian-independent
 2016-10-07 16:05 UTC  (9+ messages)

[RANDOM_CONTENT:le mariage et la relation discrete qui va avec|etre responsable, c’est savoir se faire plaisir |Une femme sans amant se dépérit|la liberte sexuelle des femmes n’a pas de prix |la norme, l’immense majorite |Tromper sans faire de mal |Vive l
 2016-10-07 12:39 UTC 

[GIT PULL] f2fs update for 4.9
 2016-10-06 21:36 UTC 

[RANDOM_CONTENT:le mariage et la relation discrete qui va avec|etre responsable, c’est savoir se faire plaisir |Une femme sans amant se dépérit|la liberte sexuelle des femmes n’a pas de prix |la norme, l’immense majorite |Tromper sans faire de mal |Vive l
 2016-10-05  1:26 UTC 

[PATCH] fs: f2fs: Use ktime_get_real_seconds for sit_info times
 2016-10-01 23:31 UTC 

[PATCH] f2fs: introduce update_ckpt_flags to clean up
 2016-10-01  0:55 UTC 

[PATCH 1/2] f2fs: use crc and cp version to determine roll-forward recovery
 2016-10-01  0:54 UTC  (7+ messages)
` [PATCH 1/2 v2] "

[PATCH] ext4: do not unnecessarily null-terminate encrypted symlink data
 2016-09-30  5:47 UTC  (4+ messages)
` [PATCH] fscrypto: use standard macros to compute length of fname ciphertext

[PATCH v4 RESEND] f2fs: introduce get_checkpoint_version for cleanup
 2016-09-30  0:24 UTC 

[PATCH v4] f2fs: introduce get_checkpoint_version for cleanup
 2016-09-30  0:22 UTC  (2+ messages)

[PATCH 1/2] f2fs: fix to commit bio cache after flushing node pages
 2016-09-29 23:45 UTC  (9+ messages)
` [PATCH 2/2] f2fs: remove redundant io plug

[trivial PATCH] f2fs: remove dead variable
 2016-09-29 12:09 UTC  (2+ messages)

[PATCH v3] f2fs: introduce get_checkpoint_version for cleanup
 2016-09-29 11:37 UTC  (2+ messages)

[PATCH 1/2] f2fs: fix to commit bio cache after flushing node pages
 2016-09-29 10:50 UTC  (2+ messages)
` [PATCH 2/2] f2fs: don't submit irrelevant page

le mariage et la relation discrete qui va avec
 2016-09-28 12:16 UTC 

[PATCH v2] f2fs: introduce get_checkpoint_version for cleanup
 2016-09-27 14:17 UTC  (3+ messages)

[LKP] [lkp] [f2fs] ec795418c4: fsmark.files_per_sec -36.3% regression
 2016-09-27  1:41 UTC  (16+ messages)

[PATCH] f2fs: introduce get_checkpoint_version for cleanup
 2016-09-26 22:26 UTC  (3+ messages)

[PATCH v2] f2fs: support checkpoint error injection
 2016-09-26 11:45 UTC 

[PATCH 1/2] f2fs: do fault injection initialization in default_options
 2016-09-26 11:45 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix to recover old fault injection config in ->remount_fs

[PATCH 1/3] f2fs: adjust display format of segment bit
 2016-09-26  1:03 UTC  (8+ messages)
` [PATCH 2/3] f2fs: support checkpoint error injection

[PATCH] f2fs: remove dirty inode pages in error path
 2016-09-26  1:04 UTC  (4+ messages)

[PATCH 1/3] mkfs: get fd for f2fs_trim_device
 2016-09-24 18:21 UTC  (3+ messages)
` [PATCH 2/3] libf2fs: use dev_read_block and dev_write_block
` [PATCH 3/3] f2fs-tools: use shorter config variable name


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