1. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  2. 940a6d3 f2fs: move all the bio initialization into __bio_alloc by Gu Zheng · 11 years ago
  3. 5459aa9 f2fs: write dirty meta pages collectively by Jaegeuk Kim · 11 years ago
  4. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  5. 216fbd6 f2fs: introduce sysfs entry to control in-place-update policy by Jaegeuk Kim · 11 years ago
  6. 5dcd8a7 f2fs: missing kmem_cache_destroy for discard_entry by Changman Lee · 11 years ago
  7. 76130cc f2fs: fix the location of tracepoint by Jaegeuk Kim · 11 years ago
  8. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  9. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  10. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  11. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  12. b9987a2 f2fs: avoid unneeded page release for correct _count of page by Chao Yu · 11 years ago
  13. a0acdfe f2fs: use inner macro GFP_F2FS_ZERO for simplification by Chao Yu · 11 years ago
  14. 40e1ebe f2fs: replace the debugfs_root with f2fs_debugfs_root by Younger Liu · 11 years ago
  15. c524723 f2fs: remove debufs dir if debugfs_create_file() failed by Younger Liu · 11 years ago
  16. 9af0ff1 f2fs: readahead contiguous pages for restore_node_summary by Chao Yu · 11 years ago
  17. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  18. 187b5b8 f2fs: remove the own bi_private allocation by Jaegeuk Kim · 11 years ago
  19. 8f99a94 f2fs: convert recover_orphan_inodes to void by Chao Yu · 11 years ago
  20. 1069bbf f2fs: check return value of f2fs_readpage in find_data_page by Chao Yu · 11 years ago
  21. 01d2d1a f2fs: use true and false for boolean variable by Chao Yu · 11 years ago
  22. aac4404 f2fs: correct type of wait in struct bio_private by Chao Yu · 11 years ago
  23. 6947eea f2fs: avoid to calculate incorrect max orphan number by Chao Yu · 11 years ago
  24. a66c7b2 f2fs: remove unneeded code in punch_hole by Chao Yu · 11 years ago
  25. 031fa8c f2fs: remove unnecessary condition checks by Jaegeuk Kim · 11 years ago
  26. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  27. 3679556 f2fs: fix a potential out of range issue by Gu Zheng · 11 years ago
  28. 0e80220 f2fs: remove unnecessary return value by Jaegeuk Kim · 11 years ago
  29. 8274de7 f2fs: add a new mount option: inline_data by Huajun Li · 11 years ago
  30. 1001b34 f2fs: add flags and helpers to support inline data by Huajun Li · 11 years ago
  31. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  32. a709f4a f2fs: add detailed information of bio types in the tracepoints by Jaegeuk Kim · 11 years ago
  33. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  34. 0daaad9 f2fs: avoid lock debugging overhead by Jaegeuk Kim · 11 years ago
  35. 74de593 f2fs: read contiguous sit entry pages by merging for mount performance by Chao Yu · 11 years ago
  36. d4d288b f2fs: adds a tracepoint for f2fs_submit_read_bio by Chao Yu · 11 years ago
  37. 87b8872 f2fs: adds a tracepoint for submit_read_page by Chao Yu · 11 years ago
  38. 61ae45c f2fs: simplify IS_DATASEG and IS_NODESEG macro by Changman Lee · 11 years ago
  39. 7107e0a f2fs: merge read IOs at ra_nat_pages() by Jaegeuk Kim · 11 years ago
  40. 924b720 f2fs: add a new function to support for merging contiguous read by Chao Yu · 11 years ago
  41. ce3b7d8 f2fs: move the list_head initialization into the lock protection region by Gu Zheng · 11 years ago
  42. 502c6e0 f2fs: simplify write_orphan_inodes for better readable by Gu Zheng · 11 years ago
  43. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  44. da19b0d f2fs: convert dev_valid_block_count to void by Gu Zheng · 11 years ago
  45. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  46. 1ff7bd3 f2fs: introduce a bio array for per-page write bios by Jaegeuk Kim · 11 years ago
  47. c11abd1 f2fs: disable the extent cache ops on high fragmented files by Jaegeuk Kim · 11 years ago
  48. 971767c f2fs: use sbi->write_mutex for write bios by Jaegeuk Kim · 11 years ago
  49. 7d5e510 f2fs: clean up the do_submit_bio flow by Jaegeuk Kim · 11 years ago
  50. 75c3c8b f2fs: use f2fs_put_page to release page for uniform style by Chao Yu · 11 years ago
  51. 1661d07 f2fs: add a tracepoint for f2fs_issue_discard by Jaegeuk Kim · 11 years ago
  52. 3720887 f2fs: introduce f2fs_issue_discard() to clean up by Jaegeuk Kim · 11 years ago
  53. 7ac8c3b f2fs: add a sysfs entry to control max_discards by Jaegeuk Kim · 11 years ago
  54. b295555 f2fs: add key functions for small discards by Jaegeuk Kim · 11 years ago
  55. 7fd9e54 f2fs: add a slab cache entry for small discards by Jaegeuk Kim · 11 years ago
  56. e81c93c f2fs: improve searching speed of __next_free_blkoff by Changman Lee · 11 years ago
  57. 9a7f143 f2fs: introduce __find_rev_next(_zero)_bit by Changman Lee · 11 years ago
  58. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  59. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  60. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  61. 1881686 aio: fix kioctx leak introduced by "aio: Fix a trinity splat" by Benjamin LaHaise · 11 years ago
  62. a6ddeee Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  63. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  64. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  65. 582d2f7 GFS2: Wait for async DIO in glock state changes by Steven Whitehouse · 11 years ago
  66. dfd1118 GFS2: Fix incorrect invalidation for DIO/buffered I/O by Steven Whitehouse · 11 years ago
  67. 77d84ff treewide: Fix typos in printk by Masanari Iida · 11 years ago
  68. 2516b61 Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  69. eef334e xfs: assert that we hold the ilock for extent map access by Christoph Hellwig · 11 years ago
  70. 568d994 xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_int by Christoph Hellwig · 11 years ago
  71. 683cb94 xfs: use xfs_ilock_attr_map_shared in xfs_attr_get by Christoph Hellwig · 11 years ago
  72. da51d32 xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterate by Christoph Hellwig · 11 years ago
  73. f4df8ad xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp by Christoph Hellwig · 11 years ago
  74. 4f31736 xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytes by Christoph Hellwig · 11 years ago
  75. 40194ec xfs: reinstate the ilock in xfs_readdir by Ben Myers · 11 years ago
  76. efa70be xfs: add xfs_ilock_attr_map_shared by Christoph Hellwig · 11 years ago
  77. 309ecac xfs: rename xfs_ilock_map_shared by Christoph Hellwig · 11 years ago
  78. 01f4f32 xfs: remove xfs_iunlock_map_shared by Christoph Hellwig · 11 years ago
  79. 30ba7ad xfs: no need to lock the inode in xfs_find_handle by Christoph Hellwig · 11 years ago
  80. 324bb26 Merge branch 'xfs-for-linus-v3.13-rc5' into for-next by Ben Myers · 11 years ago
  81. 34cf865 ext4: fix deadlock when writing in ENOSPC conditions by Jan Kara · 11 years ago
  82. a5905a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  83. 9e78d14 Use %pd in eCryptFS by David Howells · 11 years ago
  84. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  85. 19bbb92 kernfs: allow negative dentries by Tejun Heo · 11 years ago
  86. 47a52e9 kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  87. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  88. d0ae3d4 kernfs: add REMOVED check to create and rename paths by Tejun Heo · 11 years ago
  89. bb8b9d09 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  90. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  91. 33177f0 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  92. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  93. 6e708bc xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  94. 718cc6f xfs: fix infinite loop by detaching the group/project hints from user dquot by Jie Liu · 11 years ago
  95. 5c22727 xfs: fix assertion failure at xfs_setattr_nonsize by Jie Liu · 11 years ago
  96. 30d161c xfs: fix false assertion at xfs_qm_vop_create_dqattach by Jie Liu · 11 years ago
  97. 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  98. ece3584 dlm: set zero linger time on sctp socket by Dongmao Zhang · 11 years ago
  99. 502be2a GFS2: Fix slab memory leak in gfs2_bufdata by Bob Peterson · 11 years ago
  100. 9290a9a GFS2: Fix use-after-free race when calling gfs2_remove_from_ail by Bob Peterson · 11 years ago