1. 5f281fa f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  2. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  3. 1d353eb f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 8 years ago
  4. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  5. a2ee0a3 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 8 years ago
  6. c24a0fd f2fs: fix to avoid redundant discard during fstrim by Chao Yu · 8 years ago
  7. c7b41e1 f2fs: avoid mismatching block range for discard by Yunlei He · 8 years ago
  8. 3e6d0b4 f2fs: fix incorrect f_bfree calculation in ->statfs by Chao Yu · 8 years ago
  9. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 8 years ago
  10. 3bdad3c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  11. 2555a2d f2fs: shrink critical region in spin_lock by Jaegeuk Kim · 8 years ago
  12. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  13. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  14. a0995af f2fs: remove unnecessary goto statement by Tiezhu Yang · 8 years ago
  15. 64058be f2fs: add nodiscard mount option by Chao Yu · 8 years ago
  16. 72e1c79 f2fs: fix to redirty page if fail to gc data page by Chao Yu · 8 years ago
  17. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  18. 78682f7 f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 8 years ago
  19. ac6f199 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago
  20. 2c237eb f2fs: avoid writing node/metapages during writes by Jaegeuk Kim · 8 years ago
  21. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  22. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  23. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  24. 3e19886 f2fs: report error for f2fs_parent_dir by Jaegeuk Kim · 8 years ago
  25. 8be0fea f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  26. c92737c f2fs: fix deadlock in add_link failure by Jaegeuk Kim · 8 years ago
  27. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  28. aa98727 f2fs: skip clean segment for gc by Jaegeuk Kim · 8 years ago
  29. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  30. 7dfeaa3 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 8 years ago
  31. 7f31997 f2fs: set mapping error for EIO by Jaegeuk Kim · 8 years ago
  32. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  33. 29710bc f2fs: fix wrong percentage by Jaegeuk Kim · 8 years ago
  34. 1e7c48f f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode by Jaegeuk Kim · 8 years ago
  35. 9a449e9 f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  36. 338bbfa f2fs: avoid wrong count on dirty inodes by Jaegeuk Kim · 8 years ago
  37. 9f7c45c f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  38. b230e6c f2fs: handle writepage correctly by Jaegeuk Kim · 8 years ago
  39. eb4246d f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  40. 0c9df7f f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 8 years ago
  41. 46ae957 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 8 years ago
  42. 28ea616 f2fs: do not skip writing data pages by Jaegeuk Kim · 8 years ago
  43. 53aa6bb f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  44. 42d9640 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  45. b93f771 f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  46. 69e9e42 f2fs: set flush_merge by default by Jaegeuk Kim · 8 years ago
  47. 0a87f66 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 8 years ago
  48. 6d94c74 f2fs: add lazytime mount option by Jaegeuk Kim · 8 years ago
  49. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  50. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  51. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  52. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  53. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  54. 8edd03c f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  55. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  56. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  57. 1c4bf76 Revert "f2fs: no need inc dirty pages under inode lock" by Jaegeuk Kim · 8 years ago
  58. e0ab7af hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS by George Spelvin · 8 years ago
  59. f2a031b Rename other copy of hash_string to hashlen_string by George Spelvin · 8 years ago
  60. 037369b hpfs: implement the show_options method by Mikulas Patocka · 8 years ago
  61. 01d6e08 affs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  62. 44d5170 hpfs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  63. d66492b fs: fix binfmt_aout.c build error by Guenter Roeck · 8 years ago
  64. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  65. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  66. 2a18da7a fs/namei.c: Improve dcache hash function by George Spelvin · 8 years ago
  67. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 8 years ago
  68. 23a3e17 Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  69. e0714ec nfs: fix anonymous member initializer build failure with older compilers by Linus Torvalds · 8 years ago
  70. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  71. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  72. 0121a32 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  73. 559b6d9 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  74. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  75. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  76. 9ecd10b direct-io: fix direct write stale data exposure from concurrent buffered read by Eryu Guan · 8 years ago
  77. 38b52ef ocfs2: bump up o2cb network protocol version by Junxiao Bi · 8 years ago
  78. 6633ca5 ocfs2: o2hb: fix hb hung time by Junxiao Bi · 8 years ago
  79. 88dbe98 ocfs2: o2hb: don't negotiate if last hb fail by Junxiao Bi · 8 years ago
  80. 1bd1290 ocfs2: o2hb: add some user/debug log by Junxiao Bi · 8 years ago
  81. e76f823 ocfs2: o2hb: add NEGOTIATE_APPROVE message by Junxiao Bi · 8 years ago
  82. 34069b8 ocfs2: o2hb: add NEGO_TIMEOUT message by Junxiao Bi · 8 years ago
  83. e0cbb79 ocfs2: o2hb: add negotiate timer by Junxiao Bi · 8 years ago
  84. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  85. 2176519 ovl: Do d_type check only if work dir creation was successful by Vivek Goyal · 8 years ago
  86. 3fe6e52 ovl: override creds with the ones from the superblock mounter by Antonio Murdaca · 8 years ago
  87. e12fab2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  88. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  89. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  90. 1f3a437 ocfs2: fix improper handling of return errno by Eric Ren · 8 years ago
  91. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  92. 56244ef Btrfs: fix handling of faults from btrfs_copy_from_user by Chris Mason · 8 years ago
  93. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  94. 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  95. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 8 years ago
  96. 602c4cd nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabled by Tom Haynes · 8 years ago
  97. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 8 years ago
  98. e536030 ceph: fix wake_up_session_cb() by Yan, Zheng · 8 years ago
  99. 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 8 years ago
  100. b109eec6 ceph: SetPageError() for writeback pages if writepages fails by Yan, Zheng · 8 years ago