linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-11 03:38:45 to 2017-10-13 10:01:32 UTC [more...]

[PATCH 1/5] f2fs: trace f2fs_lookup
 2017-10-13 10:01 UTC 

[PATCH] f2fs: no need to punch hole far beyond the file size
 2017-10-13 16:59 UTC 

Userspace locks at f2fs_issue_flush kernel call, hard reset necessary
 2017-10-13  4:19 UTC  (8+ messages)

[PATCH] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-10-13  2:29 UTC  (4+ messages)

[PATCH] f2fs: avoid stale fi->gdirty_list pointer
 2017-10-13  2:14 UTC 

[PATCH] f2fs: return error number for quota_write
 2017-10-12 23:15 UTC 

[PATCH] f2fs: update dirty status for CURSEG as well
 2017-10-11 13:25 UTC 

[PATCH] f2fs/crypto: drop crypto key at evict_inode only
 2017-10-11  3:44 UTC  (2+ messages)

[f2fs:dev-test 15/23] fs//f2fs/super.c:830:2: error: too many arguments to function 'f2fs_wait_discard_bios'
 2017-10-11  1:22 UTC  (2+ messages)

[PATCH] f2fs: don't commit quota files
 2017-10-10 22:53 UTC 

[PATCH] f2fs: Fix bool initialization/comparison
 2017-10-10 17:41 UTC  (5+ messages)
  ` [f2fs-dev] "

[GIT PULL] f2fs fix for v4.14-rc5
 2017-10-10 17:31 UTC 

[PATCH] mkfs.f2fs: fix wrong end blkaddr
 2017-10-10 12:49 UTC 

[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
 2017-10-09 20:33 UTC  (2+ messages)

[PATCH v2 00/11] fscrypt: add some higher-level helper functions
 2017-10-09 19:15 UTC  (12+ messages)
` [PATCH v2 01/11] fscrypt: clean up include file mess
` [PATCH v2 02/11] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH v2 03/11] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH v2 04/11] fscrypt: remove ->is_encrypted()
` [PATCH v2 05/11] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH v2 06/11] fscrypt: new helper function - fscrypt_require_key()
` [PATCH v2 07/11] fscrypt: new helper function - fscrypt_file_open()
` [PATCH v2 08/11] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH v2 09/11] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH v2 10/11] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_prepare_setattr()

[PATCH 05/16] f2fs: Use pagevec_lookup_range_tag()
 2017-10-09 15:13 UTC  (3+ messages)
` [PATCH 06/16] f2fs: Simplify page iteration loops
` [PATCH 07/16] f2fs: Use find_get_pages_tag() for looking up single page

[PATCH] f2fs: fix to avoid race when accessing last_disk_size
 2017-10-09  9:55 UTC 

[PATCH v2] f2fs: support flexible inline xattr size
 2017-10-04  1:22 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 1/6] f2fs: support issuing/waiting discard in range
 2017-10-04  1:08 UTC  (6+ messages)
` [PATCH v2 2/6] f2fs: wrap discard policy
` [PATCH v2 3/6] f2fs: split "
` [PATCH v2 4/6] f2fs: reduce cmd_lock coverage in __issue_discard_cmd
` [PATCH v2 5/6] f2fs: trace f2fs_remove_discard
` [PATCH v2 6/6] f2fs: give up CP_TRIMMED_FLAG if it drops discards

[PATCH v4] f2fs: introduce discard_granularity sysfs entry
 2017-10-04  0:49 UTC  (11+ messages)
            ` [f2fs-dev] "

[PATCH 1/6] f2fs: support issuing/waiting discard in range
 2017-10-04  0:48 UTC  (13+ messages)
` [PATCH 2/6] f2fs: wrap discard policy
` [PATCH 3/6] f2fs: split "
` [PATCH 4/6] f2fs: reduce cmd_lock coverage in __issue_discard_cmd
` [PATCH 5/6] f2fs: trace f2fs_remove_discard
` [PATCH 6/6] f2fs: give up CP_TRIMMED_FLAG if it drops discards
    ` [f2fs-dev] [PATCH 1/6] f2fs: support issuing/waiting discard in range

[PATCH v2] f2fs: order free nid allocator
 2017-09-30  9:37 UTC 

[PATCH v2] f2fs: convert inline data for direct I/O & FI_NO_PREALLOC
 2017-09-29 14:43 UTC  (2+ messages)

[PATCH] f2fs: convert inline data for direct I/O & FI_NO_PREALLOC
 2017-09-29 14:25 UTC  (2+ messages)

[PATCH 1/5] f2fs: obsolete ALLOC_NID_LIST list
 2017-09-29  5:59 UTC  (5+ messages)
` [PATCH 2/5] f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush
` [PATCH 3/5] f2fs: fix to show ino management cache size correctly
` [PATCH 4/5] f2fs: enhance multiple device flush
` [PATCH 5/5] f2fs: fix to flush multiple device in checkpoint

[PATCH] f2fs: direct I/O -> buffered I/O for FI_NO_PREALLOC & FI_INLINE_DATA
 2017-09-29  5:51 UTC  (2+ messages)

[PATCH] f2fs: set ioprio of GC kthread to idle
 2017-09-28 13:54 UTC  (3+ messages)

[PATCH] f2fs: order free nid allocator
 2017-09-28 14:28 UTC  (2+ messages)

[PATCH 05/15] f2fs: Use pagevec_lookup_range_tag()
 2017-09-27 16:03 UTC  (3+ messages)
` [PATCH 06/15] f2fs: Simplify page iteration loops
` [PATCH 07/15] f2fs: Use find_get_pages_tag() for looking up single page

[PATCH v2] f2fs: allow readpages with NULL file pointer
 2017-09-26 12:40 UTC  (2+ messages)

[PATCH] Revert "f2fs: node segment is prior to data segment selected victim"
 2017-09-26 10:44 UTC  (3+ messages)

[PATCH] Revert "f2fs: reuse nids more aggressively"
 2017-09-25  6:17 UTC 

[PATCH v2] f2fs: allow readpages with NULL file pointer
 2017-09-25  1:35 UTC  (2+ messages)

[PATCH] f2fs: allow readpages with NULL file pointer
 2017-09-23 17:42 UTC 

[PATCH] f2fs: allow readpages with NULL file pointer
 2017-09-23 12:49 UTC  (4+ messages)

[PATCH 00/25] fscrypt: add some higher-level helper functions
 2017-09-21 20:48 UTC  (30+ messages)
` [PATCH 01/25] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH 02/25] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH 03/25] fscrypt: remove ->is_encrypted()
` [PATCH 04/25] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH 05/25] fscrypt: new helper function - fscrypt_require_key()
` [PATCH 06/25] fscrypt: new helper function - fscrypt_file_open()
` [PATCH 07/25] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH 08/25] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH 09/25] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH 10/25] fscrypt: new helper function - fscrypt_prepare_setattr()
` [PATCH 11/25] ext4: switch to fscrypt_file_open()
` [PATCH 12/25] ext4: switch to fscrypt_prepare_link()
` [PATCH 13/25] ext4: switch to fscrypt_prepare_rename()
` [PATCH 14/25] ext4: switch to fscrypt_prepare_lookup()
` [PATCH 15/25] ext4: switch to fscrypt_prepare_setattr()
` [PATCH 16/25] f2fs: switch to fscrypt_file_open()
` [PATCH 17/25] f2fs: switch to fscrypt_prepare_link()
` [PATCH 18/25] f2fs: switch to fscrypt_prepare_rename()
` [PATCH 19/25] f2fs: switch to fscrypt_prepare_lookup()
` [PATCH 20/25] f2fs: switch to fscrypt_prepare_setattr()
` [PATCH 21/25] ubifs: switch to fscrypt_file_open()
` [PATCH 22/25] ubifs: switch to fscrypt_prepare_link()
` [PATCH 23/25] ubifs: switch to fscrypt_prepare_rename()
` [PATCH 24/25] ubifs: switch to fscrypt_prepare_lookup()
` [PATCH 25/25] ubifs: switch to fscrypt_prepare_setattr()
` [f2fs-dev] [PATCH 00/25] fscrypt: add some higher-level helper functions

[PATCH] vfs: introduce UMOUNT_WAIT which waits for umount completion
 2017-09-21 18:20 UTC  (26+ messages)
` [PATCH v2] "
  ` [PATCH v3] vfs: introduce UMOUNT_WAIT to wait for delayed_fput/mntput completion

.FW: PRODUCT INQUIRY
 2017-09-19  1:30 UTC 

[PATCH 0/15 v1] Ranged pagevec tagged lookup
 2017-09-18  7:53 UTC  (23+ messages)
` [PATCH 01/15] mm: Implement find_get_pages_range_tag()
` [PATCH 02/15] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 03/15] ceph: "
` [PATCH 04/15] ext4: "
` [PATCH 05/15] f2fs: "
  ` [f2fs-dev] "
` [PATCH 06/15] f2fs: Simplify page iteration loops
  ` [f2fs-dev] "
` [PATCH 07/15] f2fs: Use find_get_pages_tag() for looking up single page
  ` [f2fs-dev] "
` [PATCH 08/15] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 09/15] nilfs2: "
` [PATCH 10/15] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 11/15] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 12/15] mm: Add variant of pagevec_lookup_range_tag() taking number of pages
` [PATCH 13/15] ceph: Use pagevec_lookup_range_nr_tag()
` [PATCH 14/15] mm: Remove nr_pages argument from pagevec_lookup_{, range}_tag()
` [PATCH 15/15] afs: Use find_get_pages_range_tag()

[PATCH] f2fs: show flush list status in sysfs
 2017-09-14  2:18 UTC 

[PATCH] f2fs: fix double count on issued discard commands
 2017-09-13  8:48 UTC  (8+ messages)
` [f2fs-dev] "

[GIT PULL] f2fs: update for 4.14-rc1
 2017-09-13  0:32 UTC 

[PATCH v2] f2fs: hurry up to issue discard after io interruption
 2017-09-12 13:35 UTC 

[PATCH] f2fs: hurry up to issue discard after io interruption
 2017-09-12 10:08 UTC 

[PATCH] f2fs: fix to show correct discard_granularity in sysfs
 2017-09-12  6:25 UTC 

[PATCH] f2fs: detect dirty inode in evict_inode
 2017-09-12  6:04 UTC 

[PATCH] f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared
 2017-09-12  1:53 UTC  (2+ messages)

[PATCH] f2fs-tools: move_curseg_info only if check_curseg_offset fails
 2017-09-12  1:19 UTC  (2+ messages)

[PATCH] f2fs-tools: fix is_set_ckpt_flags for correct bool value
 2017-09-12  1:11 UTC  (2+ messages)

[PATCH 1/2] f2fs: speed up gc_urgent mode with SSR
 2017-09-11 10:35 UTC  (4+ messages)
` [PATCH 2/2] f2fs: better to wait for fstrim completion
` [f2fs-dev] [PATCH 1/2] f2fs: speed up gc_urgent mode with SSR

[PATCH] f2fs-tools: add cscope files to .gitignore
 2017-09-11 10:32 UTC  (2+ messages)

[PATCH] f2fs-tools: support CP_CRC_RECOVERY_FLAG check
 2017-09-11 10:32 UTC  (2+ 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).