linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-26 10:36:21 to 2014-10-21 12:53:44 UTC [more...]

f2fs: add key function to handle inline dir
 2014-10-21 12:53 UTC 

[PATCH] f2fs: Avoid returning uninitialized value to userspace from f2fs_trim_fs()
 2014-10-21 12:07 UTC 

[PATCH 1/6] f2fs: remove the seems unneeded argument 'type' from __get_victim
 2014-10-20  9:45 UTC  (6+ messages)
` [PATCH 2/6] f2fs: use current_sit_addr to replace the open code
` [PATCH 3/6] f2fs: introduce f2fs_change_bit to simplify the change bit logic
` [PATCH 4/6] f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit
` [PATCH 5/6] f2fs: remove the redundant function cond_clear_inode_flag
` [PATCH 6/6] f2fs: set raw_super default to NULL to avoid compile warning

[PATCH 01/11] f2fs: reuse room_for_filename for inline dentry operation
 2014-10-20  5:19 UTC  (11+ messages)
` [PATCH 02/11] f2fs: reuse find_in_block code for find_in_inline_dir
` [PATCH 03/11] f2fs: fix to wait correct block type
` [PATCH 04/11] f2fs: avoid deadlock on init_inode_metadata
` [PATCH 05/11] f2fs: add stat info for inline_dentry inodes
` [PATCH 06/11] f2fs: fix counting inline_data inode numbers
` [PATCH 07/11] f2fs: reuse core function in f2fs_readdir for inline_dentry
` [PATCH 08/11] f2fs: should not truncate any inline_dentry
` [PATCH 09/11] f2fs: introduce f2fs_dentry_ptr structure for code clean-up
` [PATCH 10/11] f2fs: reuse make_empty_dir code for inline_dentry
` [PATCH 11/11] f2fs: use kmap_atomic instead of kmap

[PATCH 01/09] f2fs: do not make dirty any inmemory pages
 2014-10-20  5:18 UTC  (9+ messages)
` [PATCH 02/09] f2fs: invalidate inmemory page
` [PATCH 03/09] f2fs: should truncate any allocated block for inline_data write
` [PATCH 04/09] f2fs: fix race conditon on truncation with inline_data
` [PATCH 05/09] f2fs: use highmem for directory pages
` [PATCH 06/09] f2fs: avoid to allocate when inline_data was written
` [PATCH 07/09] f2fs: fix to call f2fs_unlock_op
` [PATCH 08/09] f2fs: avoid build warning
` [PATCH 09/09] f2fs: avoid infinite loop at cp_error

[PATCH 1/4] mkfs.f2fs: avoid build warning
 2014-10-16  3:59 UTC  (4+ messages)
` [PATCH 2/4] fsck.f2fs: fix superblock offset
` [PATCH 3/4] fsck.f2fs: support inline_dentry
` [PATCH 4/4] fsck.f2fs: fix wrong hash_code made by previous buggy code

[PATCH 1/3] f2fs: introduce cp_control structure
 2014-10-11 13:11 UTC  (9+ messages)
` [PATCH 2/3] f2fs: introduce FITRIM in f2fs_ioctl
` [PATCH 3/3] f2fs: refactor flush_nat_entries to remove costly reorganizing ops
  ` [f2fs-dev] "

[GIT PULL] f2fs updates for v3.18
 2014-10-08  5:57 UTC 

[PATCH] f2fs: remove unused return vale
 2014-10-04  7:05 UTC 

[PATCH 1/4] f2fs: check the use of macros on block counts and addresses
 2014-10-04  7:04 UTC  (7+ messages)
` [PATCH 2/4] f2fs: support atomic_write feature for database
  ` [PATCH 2/4 v2] "
    ` [f2fs-dev] "
` [PATCH 3/4] f2fs: clean up f2fs_ioctl functions
` [PATCH 4/4] f2fs: call f2fs_unlock_op after error was handled
` [f2fs-dev] [PATCH 1/4] f2fs: check the use of macros on block counts and addresses

possible endianes bug in mkfs.f2fs roll-forward speed
 2014-09-25 16:05 UTC 

[patch] f2fs: potential shift wrapping buf in f2fs_trim_fs()
 2014-09-25 11:39 UTC 

etre responsable, c’est savoir se faire plaisir
 2014-09-24 23:17 UTC 

[f2fs-dev][PATCH 6/6 v2] f2fs: update f2fs documentation for inline dir support
 2014-09-24 10:20 UTC 

[PATCH 5/6 v2] f2fs: enable inline dir handling
 2014-09-24 10:19 UTC 

[f2fs-dev][PATCH 4/6 v2] f2fs: add key function to handle inline dir
 2014-09-24 10:17 UTC 

[PATCH 3/6 v2] f2fs: export dir operations for inline dir
 2014-09-24 10:17 UTC 

[f2fs-dev][PATCH 2/6 v2] f2fs: add a new mount option for inline dir
 2014-09-24 10:16 UTC 

[f2fs-dev][PATCH 1/6 v2] f2fs: add infra struct and helper for inline dir
 2014-09-24 10:15 UTC 

[f2fs-dev][PATCH 0/6 v2] f2fs: support inline dir
 2014-09-24 10:14 UTC 

[PATCH 1/3] f2fs: introduce a flag to represent each nat entry information
 2014-09-23  8:50 UTC  (12+ messages)
` [PATCH 2/3] f2fs: fix conditions to remain recovery information in f2fs_sync_file
      ` [f2fs-dev] "
` [PATCH 3/3] f2fs: fix roll-forward missing scenarios

[PATCH 01/10] f2fs: fix negative value for lseek offset
 2014-09-23  6:54 UTC  (17+ messages)
` [PATCH 02/10] f2fs: remove lengthy inode->i_ino
` [PATCH 03/10] f2fs: expand counting dirty pages in the inode page cache
` [PATCH 04/10] f2fs: give an option to enable in-place-updates during fsync to users
  ` [f2fs-dev] "
` [PATCH 05/10] f2fs: fix roll-forward missing scenarios
` [PATCH 06/10] f2fs: do not skip latest inode information
` [PATCH 07/10] f2fs: use meta_inode cache to improve roll-forward speed
  ` [f2fs-dev] "
` [PATCH 08/10] f2fs: remove redundant operation during roll-forward recovery
` [PATCH 09/10] f2fs: use MAX_BIO_BLOCKS(sbi)
` [PATCH 10/10] f2fs: fix double lock for inode page during roll-foward recovery

[f2fs-dev] [PATCH 08/10] f2fs: remove redundant operation during roll-forward recovery
 2014-09-23  5:28 UTC  (2+ messages)
`  "

[PATCH] f2fs-tools: release 1.4.0
 2014-09-20 16:19 UTC 

[SPAM] Re:stainless steel
 2014-09-19 13:10 UTC 

Run xfstests for f2fs
 2014-09-19  7:59 UTC  (3+ messages)

systemd-fsck and f2fs
 2014-09-18  6:09 UTC  (2+ messages)

[PATCH 1/3] f2fs: update i_size when __allocate_data_block
 2014-09-18  5:53 UTC  (3+ messages)
` [PATCH 2/3] f2fs: change the ipu_policy option to enable combinations
` [PATCH 3/3] f2fs: use more free segments until SSR is activated

f2fs: use meta_inode cache to improve roll-forward speed
 2014-09-18  5:48 UTC  (2+ messages)

[PATCH] f2fs: Fix recover when nid of non-inode dnode < nid of inode
 2014-09-18  5:47 UTC  (17+ messages)

[SPAM] Re: PU sandwich panel
 2014-09-16  5:15 UTC 

[f2fs-dev][PATCH 4/5] f2fs: fix to clean previous mount option when remount_fs
 2014-09-16  3:46 UTC  (4+ messages)
` [PATCH "

[PATCH 5/5] f2fs: fix to search whole dirty segmap when get_victim
 2014-09-15 10:05 UTC 

[PATCH 3/5] f2fs: skip punching hole in special condition
 2014-09-15 10:03 UTC 

[PATCH 2/5] f2fs: fix to truncate blocks past EOF in ->setattr
 2014-09-15 10:02 UTC 

[PATCH 1/5] f2fs: support large sector size
 2014-09-15 10:01 UTC 

[PATCH] f2fs: Use nm_i->next_scan_nid as default for next_free_nid
 2014-09-12 12:19 UTC 

[PATCH] f2fs: Fix a race condition in next_free_nid
 2014-09-12 11:21 UTC 

mon mariage, je le vis bien
 2014-09-12  4:49 UTC 

f2fs get_dnode_of_data oops
 2014-09-10  7:26 UTC  (9+ messages)
        ` [f2fs-dev] "

[PATCH] f2fs: Remove lock from check_valid_map
 2014-09-09  8:04 UTC  (7+ messages)
` [PATCH -v2] "

[PATCH] f2fs: Avoid node page to be written twice in gc_node_segment
 2014-09-07  3:05 UTC 

[PATCH V2] f2fs: use lock-less list(llist) to simplify the flush cmd management
 2014-09-05 10:31 UTC 

[PATCH] f2fs: use lock-less list(llist) to simplify the flush cmd management
 2014-09-05 10:17 UTC  (3+ messages)

le mariage et la relation discrete qui va avec
 2014-09-05  7:10 UTC 

[SPAM] Greetings
 2014-09-04 12:52 UTC 

Ставки на сентябрь Европа - РФ
 2014-09-04  6:15 UTC 

[PATCH] f2fs: rearrange options to remove redundant check
 2014-09-04  6:12 UTC 

FROM: Husam Al Sayed
 2014-09-03 18:31 UTC 

Inquiry
 2014-09-03  7:42 UTC 

Доставка грузов из Германии!
 2014-09-03  6:13 UTC 

[PATCH 1/2] fsck.f2fs: avoid build warnings
 2014-09-03  5:03 UTC  (2+ messages)
` [PATCH 2/2] fsck.f2fs: add auto_fix feature

[PATCH 1/6] f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
 2014-09-03  5:02 UTC  (6+ messages)
` [PATCH 2/6] f2fs: remain inconsistency information to initiate fsck.f2fs
` [PATCH 3/6] f2fs: need fsck.f2fs when f2fs_bug_on is triggered
` [PATCH 4/6] f2fs: add BUG cases to initiate fsck.f2fs
` [PATCH 5/6] f2fs: handle bug cases by letting fsck.f2fs initiate
` [PATCH 6/6] f2fs: need fsck.f2fs if the recovery was failed

[GIT PULL] f2fs bug fixes for v3.17-rc4
 2014-09-03  4:34 UTC 

[f2fs.fsck] status report show fails
 2014-09-03  4:28 UTC  (2+ messages)

[SPAM] Attn: linux-f2fs-devel---Rock bottom price in print marketing
 2014-09-02  5:20 UTC 

Есть проблемы с сайтом? Мы поможем!
 2014-09-02  4:24 UTC 

[SPAM] Attn: linux-f2fs-devel---Main products intro/ catalogue factory
 2014-09-01  9:57 UTC 

[PATCH v2] f2fs: reposition unlock_new_inode to prevent accessing invalid inode
 2014-08-30  1:52 UTC 

[PATCH 01/17] f2fs_dentry_hash: avoid casting unsigned char to singed char
 2014-08-30  0:29 UTC  (17+ messages)
` [PATCH 02/17] fsck.f2fs: retry to fix corrupted image
` [PATCH 03/17] fsck.f2fs: clean up codes
` [PATCH 04/17] fsck.f2fs: handle IS_VALID_BLK_ADDR
` [PATCH 05/17] fsck.f2fs: remove return value of get_node_info
` [PATCH 06/17] fsck.f2fs: handle error cases
` [PATCH 07/17] fsck.f2fs: cleanup mount.c
` [PATCH 08/17] fsck.f2fs: give a chance to recover sit entries
` [PATCH 09/17] fsck.f2fs: fix inode block inconsistency
` [PATCH 10/17] fsck.f2fs: add fixing messeages
` [PATCH 11/17] fsck.f2fs: remove dentry if its inode block is corrupted
` [PATCH 12/17] fsck.f2fs: corrupted orphan inode will be removed
` [PATCH 13/17] fsck.f2fs: remove corrupted xattr block
` [PATCH 14/17] fsck.f2fs: handle correctly segment summary entries
` [PATCH 15/17] fsck.f2fs: fix checkpoint
` [PATCH 16/17] fsck.f2fs: check next block is free or not
` [PATCH 17/17] fsck.f2fs: remove list.h

[PATCH] f2fs: fix wrong casting for dentry name
 2014-08-29 16:55 UTC 

[patch] f2fs: simplify by using a literal
 2014-08-28 13:13 UTC 

[PATCH] f2fs: reposition unlock_new_inode to prevent accessing invalid inode
 2014-08-28 10:13 UTC  (4+ messages)

[PATCH 1/2] dump.f2fs: support dump_file from image
 2014-08-27  0:36 UTC  (3+ messages)

[SPAM] Attn: linux-f2fs-devel---International paper product list
 2014-08-26  2:55 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).