1. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  3. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 11 years ago
  4. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 11 years ago
  5. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  6. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 11 years ago
  7. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  8. b1c57c1 f2fs: add a sysfs entry to control max_victim_search by Jaegeuk Kim · 11 years ago
  9. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 11 years ago
  10. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  11. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  12. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  13. e18c65b f2fs: key functions to handle inline data by Huajun Li · 11 years ago
  14. 0d47c1a f2fs: convert max_orphans to a field of f2fs_sb_info by Gu Zheng · 11 years ago
  15. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  16. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  17. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  18. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  19. 216fbd6 f2fs: introduce sysfs entry to control in-place-update policy by Jaegeuk Kim · 11 years ago
  20. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  21. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  22. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  23. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  24. 8f99a94 f2fs: convert recover_orphan_inodes to void by Chao Yu · 11 years ago
  25. 031fa8c f2fs: remove unnecessary condition checks by Jaegeuk Kim · 11 years ago
  26. 0e80220 f2fs: remove unnecessary return value by Jaegeuk Kim · 11 years ago
  27. 1001b34 f2fs: add flags and helpers to support inline data by Huajun Li · 11 years ago
  28. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  29. 0daaad9 f2fs: avoid lock debugging overhead by Jaegeuk Kim · 11 years ago
  30. 924b720 f2fs: add a new function to support for merging contiguous read by Chao Yu · 11 years ago
  31. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  32. da19b0d f2fs: convert dev_valid_block_count to void by Gu Zheng · 11 years ago
  33. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  34. 1ff7bd3 f2fs: introduce a bio array for per-page write bios by Jaegeuk Kim · 11 years ago
  35. c11abd1 f2fs: disable the extent cache ops on high fragmented files by Jaegeuk Kim · 11 years ago
  36. 971767c f2fs: use sbi->write_mutex for write bios by Jaegeuk Kim · 11 years ago
  37. 7d5e510 f2fs: clean up the do_submit_bio flow by Jaegeuk Kim · 11 years ago
  38. 7fd9e54 f2fs: add a slab cache entry for small discards by Jaegeuk Kim · 11 years ago
  39. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  40. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  41. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  42. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  43. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  44. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  45. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  46. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  47. e234088 f2fs: avoid wait if IO end up when do_checkpoint for better performance by Gu Zheng · 11 years ago
  48. b1838f8 f2fs: fix the starvation problem on cp_rwsem by Jaegeuk Kim · 11 years ago
  49. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  50. e76eebe f2fs: optimize fs_lock for better performance by Yu Chao · 11 years ago
  51. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  52. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  53. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  54. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  55. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  56. e518ff8 f2fs: fix inconsistency between xattr node blocks and its inode by Jaegeuk Kim · 11 years ago
  57. dbe6a5f f2fs: fix the use of XATTR_NODE_OFFSET by Jaegeuk Kim · 11 years ago
  58. c2d715d f2fs: fix a build failure due to missing the kobject header by Jaegeuk Kim · 11 years ago
  59. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  60. b59d0ba f2fs: add sysfs support for controlling the gc_thread by Namjae Jeon · 11 years ago
  61. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  62. 1cd14ca f2fs: update file name in the inode block during f2fs_rename by Jaegeuk Kim · 11 years ago
  63. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  64. 963d4f7 f2fs: add a help func F2FS_STAT() to get the f2fs_stat_info by Gu Zheng · 11 years ago
  65. 5e176d5 f2fs: add proc entry to monitor current usage of segments by Jaegeuk Kim · 11 years ago
  66. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  67. 354a339 f2fs: recover wrong pino after checkpoint during fsync by Jaegeuk Kim · 11 years ago
  68. 8d8451a f2fs: make locate_dirty_segment() as static by Haicheng Li · 11 years ago
  69. b378387 f2fs: avoid freqeunt write_inode calls by Jaegeuk Kim · 11 years ago
  70. 699489b f2fs: sync dir->i_size with its block allocation by Jaegeuk Kim · 11 years ago
  71. 2d4d9fb5 f2fs: fix i_blocks translation on various types of files by Jaegeuk Kim · 11 years ago
  72. 8ae8f16 f2fs: support xattr security labels by Jaegeuk Kim · 11 years ago
  73. 5deb826 f2fs: fix iget/iput of dir during recovery by Jaegeuk Kim · 11 years ago
  74. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  75. a9841c4 f2fs: align data types between on-disk and in-memory block addresses by Jaegeuk Kim · 11 years ago
  76. b292dcab f2fs: reuse the locked dnode page and its inode by Jaegeuk Kim · 11 years ago
  77. 77888c1 f2fs: add f2fs_readonly() by Jaegeuk Kim · 11 years ago
  78. bfe3596 f2fs, lockdep: annotate mutex_lock_all() by Peter Zijlstra · 11 years ago
  79. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  80. 64aa7ed f2fs: change get_new_data_page to pass a locked node page by Jaegeuk Kim · 11 years ago
  81. 74d0b91 f2fs: fix BUG_ON during f2fs_evict_inode(dir) by Jaegeuk Kim · 11 years ago
  82. 55008d8 f2fs: enhance alloc_nid and build_free_nids flows by Jaegeuk Kim · 11 years ago
  83. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  84. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  85. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 11 years ago
  86. 953a3e2 f2fs: fix to give correct parent inode number for roll forward by Jaegeuk Kim · 11 years ago
  87. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 11 years ago
  88. 6ead114 f2fs: fix the recovery flow to handle errors correctly by Jaegeuk Kim · 11 years ago
  89. 111d249 f2fs: fix typo in comments by Masanari Iida · 11 years ago
  90. 064e082 f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode by Namjae Jeon · 11 years ago
  91. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 12 years ago
  92. 90b2fc6 Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev by Jaegeuk Kim · 12 years ago
  93. e975082 f2fs: add compat_ioctl to provide backward compatability by Namjae Jeon · 12 years ago
  94. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 12 years ago
  95. 5ac206c f2fs: make an accessor to get sections for particular block type by Namjae Jeon · 12 years ago
  96. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 12 years ago
  97. 324ddc7 f2fs: fix typo mistake for data_version description by Namjae Jeon · 12 years ago
  98. 577e349 f2fs: prevent checkpoint once any IO failure is detected by Jaegeuk Kim · 12 years ago
  99. b7f7a5e f2fs: get rid of fake on-stack dentries by Al Viro · 12 years ago
  100. c004363 f2fs: switch new_inode_page() from dentry to qstr by Al Viro · 12 years ago