1. 4071e67 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 7 years ago
  2. 14a2855 f2fs: fix error path of move_data_page by Chao Yu · 7 years ago
  3. 1174abf f2fs: don't drop dentry pages after fs shutdown by Chao Yu · 7 years ago
  4. 250dbf5 f2fs: fix to avoid race during access gc_thread pointer by Chao Yu · 7 years ago
  5. aec2f72 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 7 years ago
  6. 64c74a7 f2fs: fix to don't trigger writeback during recovery by Chao Yu · 7 years ago
  7. 35a9a76 f2fs: clear discard_wake earlier by Sheng Yong · 7 years ago
  8. f9d1dce f2fs: let discard thread wait a little longer if dev is busy by Yunlei He · 7 years ago
  9. 2ef79ec f2fs: avoid stucking GC due to atomic write by Chao Yu · 7 years ago
  10. 5b0e953 f2fs: introduce sbi->gc_mode to determine the policy by Jaegeuk Kim · 7 years ago
  11. 107a805 f2fs: keep migration IO order in LFS mode by Chao Yu · 7 years ago
  12. e5e5732 f2fs: fix to wait page writeback during revoking atomic write by Chao Yu · 7 years ago
  13. 60b2b4e f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 7 years ago
  14. f8de433 f2fs: detect synchronous writeback more earlier by Chao Yu · 7 years ago
  15. 7b525dd f2fs: clean up with is_valid_blkaddr() by Chao Yu · 7 years ago
  16. 5ad2544 f2fs: fix to initialize min_mtime with ULLONG_MAX by Chao Yu · 7 years ago
  17. e7a4feb f2fs: fix to let checkpoint guarantee atomic page persistence by Chao Yu · 7 years ago
  18. 1c41e680 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 7 years ago
  19. 299254d Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc" by Chao Yu · 7 years ago
  20. 868de61 f2fs: don't drop any page on f2fs_cp_error() case by Jaegeuk Kim · 7 years ago
  21. 4580038 f2fs: fix spelling mistake: "extenstion" -> "extension" by Colin Ian King · 7 years ago
  22. 0cfe75c f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 7 years ago
  23. b4c3ca8 f2fs: treat volatile file's data as hot one by Chao Yu · 7 years ago
  24. af8ff65 f2fs: introduce release_discard_addr() for cleanup by Chao Yu · 7 years ago
  25. a9af3fd f2fs: fix potential overflow by Chao Yu · 7 years ago
  26. b2532c6 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 7 years ago
  27. b82f6e3 f2fs: move mnt_want_write_file after range check by Yunlei He · 7 years ago
  28. cba41be f2fs: fix missing clear FI_NO_PREALLOC in some error case by Yunlei He · 7 years ago
  29. ade990f f2fs: enforce fsync_mode=strict for renamed directory by Jaegeuk Kim · 7 years ago
  30. 8a29c12 f2fs: sanity check for total valid node blocks by Jaegeuk Kim · 7 years ago
  31. b2ca374 f2fs: sanity check on sit entry by Jaegeuk Kim · 7 years ago
  32. 5d64600 f2fs: avoid bug_on on corrupted inode by Jaegeuk Kim · 7 years ago
  33. a4f843b f2fs: give message and set need_fsck given broken node id by Jaegeuk Kim · 7 years ago
  34. cf52b27 f2fs: clean up commit_inmem_pages() by Chao Yu · 7 years ago
  35. eff15c2 f2fs: do not check F2FS_INLINE_DOTS in recover by Sheng Yong · 7 years ago
  36. a515d12 f2fs: remove duplicated dquot_initialize and fix error handling by Sheng Yong · 7 years ago
  37. c22aecd f2fs: fix to detect failure of dquot_initialize by Chao Yu · 7 years ago
  38. d618477 f2fs: stop issue discard if something wrong with f2fs by Yunlei He · 7 years ago
  39. b169c3c f2fs: fix return value in f2fs_ioc_commit_atomic_write by Chao Yu · 7 years ago
  40. 054afda f2fs: allocate hot_data for atomic write more strictly by Yunlei He · 7 years ago
  41. d0891e8 f2fs: check if inmem_pages list is empty correctly by Sheng Yong · 7 years ago
  42. 27319ba f2fs: fix race in between GC and atomic open by Chao Yu · 7 years ago
  43. ea4d479 fs: f2fs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  44. d696494 f2fs: change le32 to le16 of f2fs_inode->i_extra_size by Zhikang Zhang · 7 years ago
  45. 56b07e7 f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries by Zhikang Zhang · 7 years ago
  46. 3d165dc f2fs: correct return value of f2fs_trim_fs by Chao Yu · 7 years ago
  47. 7648115 f2fs: fix to show missing bits in FS_IOC_GETFLAGS by Chao Yu · 7 years ago
  48. c807a7c f2fs: remove unneeded F2FS_PROJINHERIT_FL by Chao Yu · 7 years ago
  49. 81114ba f2fs: don't use GFP_ZERO for page caches by Chao Yu · 7 years ago
  50. 241b493 f2fs: issue all big range discards in umount process by Yunlei He · 7 years ago
  51. 47cca3d f2fs: remove redundant block plug by Chao Yu · 7 years ago
  52. 8045249 f2fs: remove unmatched zero_user_segment when convert inline dentry by Yunlong Song · 7 years ago
  53. 59c8440 f2fs: introduce private inode status mapping by Chao Yu · 7 years ago
  54. e555da9 f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 7 years ago
  55. cba6084 f2fs: turn down IO priority of discard from background by Chao Yu · 7 years ago
  56. 377224c f2fs: don't split checkpoint in fstrim by Chao Yu · 7 years ago
  57. 8bb4f25 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 7 years ago
  58. d629081 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 7 years ago
  59. 9a99718 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 7 years ago
  60. 5b19d28 f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 7 years ago
  61. 17c5003 f2fs: clear PageError on writepage by Jaegeuk Kim · 7 years ago
  62. a90a0884 f2fs: check cap_resource only for data blocks by Jaegeuk Kim · 7 years ago
  63. b87078a Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 7 years ago
  64. ab3835a f2fs: call unlock_new_inode() before d_instantiate() by Eric Biggers · 7 years ago
  65. 6dbb179 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  66. 0cb8dae fscrypt: allow synchronous bio decryption by Eric Biggers · 7 years ago
  67. f212599 Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  68. cdface5 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  69. cac2642 Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  70. 7ef79ad ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs by Theodore Ts'o · 7 years ago
  71. 8bcda1d cifs: smbd: Avoid allocating iov on the stack by Long Li · 7 years ago
  72. bb4c041 cifs: smbd: Don't use RDMA read/write when signing is used by Long Li · 7 years ago
  73. 0d5ec28 SMB311: Fix reconnect by Steve French · 7 years ago
  74. 22be37a ext4: fix bitmap position validation by Lukas Czerner · 7 years ago
  75. 23657ad SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon by Steve French · 7 years ago
  76. 117e3b7 CIFS: set *resp_buf_type to NO_BUFFER on error by Steve French · 7 years ago
  77. f191982 ceph: check if mds create snaprealm when setting quota by Yan, Zheng · 7 years ago
  78. 5ec83b2 Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  79. d54b5c1 Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  80. d23a61e fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error by Tetsuo Handa · 7 years ago
  81. 9a1015b proc: fix /proc/loadavg regression by Alexey Dobriyan · 7 years ago
  82. 2e0ad55 proc: revalidate kernel thread inodes to root:root by Alexey Dobriyan · 7 years ago
  83. 1e63066 autofs: mount point create should honour passed in mode by Ian Kent · 7 years ago
  84. 2e898e4 writeback: safer lock nesting by Greg Thelen · 7 years ago
  85. 88c28f2 mm, pagemap: fix swap offset value for PMD migration entry by Huang Ying · 7 years ago
  86. 596632d CIFS: fix typo in cifs_dbg by Aurelien Aptel · 7 years ago
  87. 1d0cffa cifs: do not allow creating sockets except with SMB1 posix exensions by Steve French · 7 years ago
  88. ff30b89 cifs: smbd: Dump SMB packet when configured by Long Li · 7 years ago
  89. c0872323 btrfs: print-tree: debugging output enhancement by Qu Wenruo · 7 years ago
  90. 5e388e9 btrfs: Fix race condition between delayed refs and blockgroup removal by Nikolay Borisov · 7 years ago
  91. a9e5b73 vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion by David Howells · 7 years ago
  92. 6606259 afs: Fix server record deletion by David Howells · 7 years ago
  93. b9abdcf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 43f70c9 Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 7 years ago
  95. 0d9cf33 Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  96. 16a34ad Don't leak MNT_INTERNAL away from internal mounts by Al Viro · 7 years ago
  97. ab60ee7 cifs: smbd: Check for iov length on sending the last iov by Long Li · 7 years ago
  98. 92d3217 btrfs: fix unaligned access in readdir by David Sterba · 7 years ago
  99. b256926 ext4: set h_journal if there is a failure starting a reserved handle by Theodore Ts'o · 7 years ago
  100. 336a8bb btrfs: Fix wrong btrfs_delalloc_release_extents parameter by Qu Wenruo · 7 years ago