1. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  2. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  3. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  5. 7dd690c f2fs: avoid build warning by Jaegeuk Kim · 11 years ago
  6. 90b2fc6 Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev by Jaegeuk Kim · 11 years ago
  7. e975082 f2fs: add compat_ioctl to provide backward compatability by Namjae Jeon · 11 years ago
  8. b7250d2 f2fs: fix calculation of max. gc cost in the SSR case by Jaegeuk Kim · 11 years ago
  9. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 11 years ago
  10. b1f1daf f2fs: optimize the return condition for has_not_enough_free_secs by Namjae Jeon · 11 years ago
  11. 5ac206c f2fs: make an accessor to get sections for particular block type by Namjae Jeon · 11 years ago
  12. 2571842 f2fs: mark gc_thread as NULL when thread creation is failed by Namjae Jeon · 11 years ago
  13. ec7b1f2 f2fs: name gc task as per the block device by Namjae Jeon · 11 years ago
  14. 48600e4 f2fs: remove unnecessary gc option check and balance_fs by Changman Lee · 11 years ago
  15. 94787d9 f2fs: remove repeated F2FS_SET_SB_DIRT call by Changman Lee · 11 years ago
  16. 14d7e9d f2fs: when check superblock failed, try to check another superblock by majianpeng · 11 years ago
  17. 5c9b469 f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size by majianpeng · 11 years ago
  18. f83759e f2fs: add device name in debugfs by majianpeng · 11 years ago
  19. facb020 f2fs: stop repeated checking if cp is needed by Changman Lee · 11 years ago
  20. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 11 years ago
  21. 369a708 f2fs: remove the use of page_cache_release by Jaegeuk Kim · 11 years ago
  22. 324ddc7 f2fs: fix typo mistake for data_version description by Namjae Jeon · 11 years ago
  23. a2b52a5 f2fs: reorganize code for ra_node_page by Namjae Jeon · 11 years ago
  24. 3786dfd f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gc by Namjae Jeon · 11 years ago
  25. d6212a5 f2fs: add un/freeze_fs into super_operations by Changman Lee · 11 years ago
  26. a2617dc f2fs: clean up the add_orphan_inode func by majianpeng · 11 years ago
  27. aa43507 f2fs: fix disable_ext_identify option spelling by Alejandro Martinez Ruiz · 11 years ago
  28. bd43df0 f2fs: cover global locks for reserve_new_block by Jaegeuk Kim · 11 years ago
  29. 577e349 f2fs: prevent checkpoint once any IO failure is detected by Jaegeuk Kim · 11 years ago
  30. 7d79e75 f2fs: save device node number into f2fs_inode by Changman Lee · 11 years ago
  31. b7f7a5e f2fs: get rid of fake on-stack dentries by Al Viro · 11 years ago
  32. 69f24ea f2fs: switch init_inode_metadata() to passing parent and name separately by Al Viro · 11 years ago
  33. c004363 f2fs: switch new_inode_page() from dentry to qstr by Al Viro · 11 years ago
  34. 53dc9a6 f2fs: init_dent_inode() should take qstr by Al Viro · 11 years ago
  35. d8b79b2 f2fs: use _safe() version of list_for_each by Dan Carpenter · 11 years ago
  36. 9af45ef f2fs: add comments of start_bidx_of_node by Jaegeuk Kim · 11 years ago
  37. a7fdffb f2fs: avoid issuing small bios due to several dirty node pages by Jaegeuk Kim · 11 years ago
  38. c01e54b f2fs: support swapfile by Jaegeuk Kim · 11 years ago
  39. 692bb55 f2fs: add remap_pages as generic_file_remap_pages by Jaegeuk Kim · 11 years ago
  40. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 11 years ago
  41. 4589d25 f2fs: fix the debugfs entry creation path by Namjae Jeon · 11 years ago
  42. 66af62c f2fs: add global mutex_lock to protect f2fs_stat_list by majianpeng · 11 years ago
  43. fa9150a f2fs: remove the blk_plug usage in f2fs_write_data_pages by Namjae Jeon · 11 years ago
  44. 1637998 f2fs: avoid redundant time update for parent directory in f2fs_delete_entry by Namjae Jeon · 11 years ago
  45. ff9234a f2fs: remove redundant call to set_blocksize in f2fs_fill_super by Namjae Jeon · 11 years ago
  46. 9eaeba7 f2fs: move f2fs_balance_fs to punch_hole by Jaegeuk Kim · 11 years ago
  47. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 11 years ago
  48. 408e937 f2fs: revisit the f2fs_gc flow by Jaegeuk Kim · 11 years ago
  49. c335a86 f2fs: check return value during recovery by Jaegeuk Kim · 11 years ago
  50. c1b75ea f2fs: avoid null dereference in f2fs_acl_from_disk by Jaegeuk Kim · 11 years ago
  51. d66d1f7 f2fs: initialize newly allocated dnode structure by Jaegeuk Kim · 11 years ago
  52. 7880cee f2fs: update f2fs partition info about SIT/NAT layout by Huajun Li · 11 years ago
  53. 24c366a f2fs: remove unneeded INIT_LIST_HEAD at few places by Namjae Jeon · 11 years ago
  54. 3af60a4 f2fs: fix time update in case of f2fs fallocate by Namjae Jeon · 11 years ago
  55. a07ef78 f2fs: introduce f2fs_msg to ease adding information prints by Namjae Jeon · 11 years ago
  56. 2318aa2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  57. 9836b8b f2fs: unify string length declarations and usage by Leon Romanovsky · 11 years ago
  58. 2b50638 f2fs: clean up unused variables and return values by Jaegeuk Kim · 11 years ago
  59. ce19a5d f2fs: clean up the start_bidx_of_node function by Jaegeuk Kim · 11 years ago
  60. 64c576f f2fs: remove unneeded variable from f2fs_sync_fs by Namjae Jeon · 11 years ago
  61. fd8bb65 f2fs: fix fsync_inode list addition logic and avoid invalid access to memory by Namjae Jeon · 11 years ago
  62. 344324f f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info by Namjae Jeon · 11 years ago
  63. 06025f4 f2fs: handle error from f2fs_iget_nowait by Namjae Jeon · 11 years ago
  64. 029cd28 f2fs: fix equation of has_not_enough_free_secs() by Jaegeuk Kim · 11 years ago
  65. 12a6714 f2fs: return a default value for non-void function by Jaegeuk Kim · 11 years ago
  66. 71e9fec f2fs: invalidate the node page if allocation is failed by Jaegeuk Kim · 11 years ago
  67. 690e4a3 f2fs: add missing #include <linux/prefetch.h> by Geert Uytterhoeven · 11 years ago
  68. 48c6d12 f2fs: Don't assign e_id in f2fs_acl_from_disk by Eric W. Biederman · 11 years ago
  69. 1efef83 f2fs: do f2fs_balance_fs in front of dir operations by Jaegeuk Kim · 11 years ago
  70. 30f0c75 f2fs: should recover orphan and fsync data by Jaegeuk Kim · 11 years ago
  71. 398b1ac f2fs: fix handling errors got by f2fs_write_inode by Jaegeuk Kim · 11 years ago
  72. 38e0abd f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number by Namjae Jeon · 12 years ago
  73. 1362b5e f2fs: fix wrong calculation on f_files in statfs by Jaegeuk Kim · 12 years ago
  74. dfb7c0c f2fs: remove set_page_dirty for atomic f2fs_end_io_write by Jaegeuk Kim · 12 years ago
  75. 6666e6a f2fs: fix tracking parent inode number by Jaegeuk Kim · 12 years ago
  76. 3cd8a23 f2fs: cleanup the f2fs_bio_alloc routine by Jaegeuk Kim · 12 years ago
  77. 457d08e f2fs: introduce accessor to retrieve number of dentry slots by Namjae Jeon · 12 years ago
  78. 508198b f2fs: remove redundant call to f2fs_put_page in delete entry by Namjae Jeon · 12 years ago
  79. a0d4253 f2fs: make use of GFP_F2FS_ZERO for setting gfp_mask by Namjae Jeon · 12 years ago
  80. c212991 f2fs: rewrite f2fs_bio_alloc to make it simpler by Namjae Jeon · 12 years ago
  81. 705f814 f2fs: remove unused variable by Wei Yongjun · 12 years ago
  82. 61412b6 f2fs: move error condition for mkdir at proper place by Namjae Jeon · 12 years ago
  83. 1042d60 f2fs: remove unneeded initialization by Namjae Jeon · 12 years ago
  84. 1fa95b0 f2fs: check read only condition before beginning write out by Namjae Jeon · 12 years ago
  85. 154a086 f2fs: remove unneeded memset from init_once by Namjae Jeon · 12 years ago
  86. 72ce609 f2fs: show error in case of invalid mount arguments by Namjae Jeon · 12 years ago
  87. be4124f f2fs: fix the compiler warning for uninitialized use of variable by Namjae Jeon · 12 years ago
  88. 573ea5f f2fs: resolve build failures by Jaegeuk Kim · 12 years ago
  89. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  90. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago
  91. cf0e3a6 f2fs: remove unneeded version.h header file from f2fs.h by Sachin Kamat · 12 years ago
  92. a14d5393 f2fs: update Kconfig and Makefile by Jaegeuk Kim · 12 years ago
  93. 902829a f2fs: move proc files to debugfs by Greg Kroah-Hartman · 12 years ago
  94. d624c96 f2fs: add recovery routines for roll-forward by Jaegeuk Kim · 12 years ago
  95. 7bc0900 f2fs: add garbage collection functions by Jaegeuk Kim · 12 years ago
  96. af48b85 f2fs: add xattr and acl functionalities by Jaegeuk Kim · 12 years ago
  97. 6b4ea01 f2fs: add core directory operations by Jaegeuk Kim · 12 years ago
  98. 57397d8 f2fs: add inode operations for special inodes by Jaegeuk Kim · 12 years ago
  99. 19f99ce f2fs: add core inode operations by Jaegeuk Kim · 12 years ago
  100. eb47b80 f2fs: add address space operations for data by Jaegeuk Kim · 12 years ago