1. 1eb1ef4 f2fs: better to wait for fstrim completion by Jaegeuk Kim · 7 years ago
  2. 27161f1 f2fs: avoid race in between read xattr & write xattr by Yunlei He · 7 years ago
  3. 13ba41e f2fs: make get_lock_data_page to handle encrypted inode by Jaegeuk Kim · 7 years ago
  4. d4c759e f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  5. 1958593 f2fs: introduce f2fs_encrypted_file for clean-up by Jaegeuk Kim · 7 years ago
  6. 2afce76 Revert "f2fs: add a new function get_ssr_cost" by Yunlong Song · 7 years ago
  7. f62fc9f f2fs: constify super_operations by Arvind Yadav · 7 years ago
  8. d323869 f2fs: fix to wake up all sleeping flusher by Chao Yu · 7 years ago
  9. edd748e f2fs: avoid race in between atomic_read & atomic_inc by Chao Yu · 7 years ago
  10. 025d63a f2fs: remove unneeded parameter of change_curseg by Chao Yu · 7 years ago
  11. 11f5020 f2fs: update i_flags correctly by Chao Yu · 7 years ago
  12. ee60523 f2fs: don't check inode's checksum if it was dirtied or writebacked by Jaegeuk Kim · 7 years ago
  13. a298d57 f2fs: don't need to update inode checksum for recovery by Jaegeuk Kim · 7 years ago
  14. 774e1b7 f2fs: trigger fdatasync for non-atomic_write file by Chao Yu · 7 years ago
  15. 73ac2f4 f2fs: fix to avoid race in between aio and gc by Chao Yu · 7 years ago
  16. 01983c7 f2fs: wake up discard_thread iff there is a candidate by Jaegeuk Kim · 7 years ago
  17. adb6dc19 f2fs: return error when accessing insane flie offset by Jaegeuk Kim · 7 years ago
  18. 0adf6a1 f2fs: trigger normal fsync for non-atomic_write file by Chao Yu · 7 years ago
  19. 84a23fb f2fs: clear FI_HOT_DATA correctly by Chao Yu · 7 years ago
  20. 6f890df f2fs: fix out-of-order execution in f2fs_issue_flush by Chao Yu · 7 years ago
  21. 5f65654 f2fs: issue discard commands if gc_urgent is set by Jaegeuk Kim · 7 years ago
  22. 969d1b1 f2fs: introduce discard_granularity sysfs entry by Chao Yu · 7 years ago
  23. f24b150 f2fs: remove unused function overprovision_sections by Yunlong Song · 7 years ago
  24. 125c9fb f2fs: check hot_data for roll-forward recovery by Jaegeuk Kim · 7 years ago
  25. c56f16d f2fs: add tracepoint for f2fs_gc by Chao Yu · 7 years ago
  26. 7f2b4e8 f2fs: retry to revoke atomic commit in -ENOMEM case by Chao Yu · 7 years ago
  27. afd2b4d f2fs: let fill_super handle roll-forward errors by Jaegeuk Kim · 7 years ago
  28. f2220c7 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  29. 4b2414d f2fs: support journalled quota by Chao Yu · 7 years ago
  30. b8c502b f2fs: fix potential overflow when adjusting GC cycle by Chao Yu · 7 years ago
  31. 9a20d39 f2fs: avoid unneeded sync on quota file by Chao Yu · 7 years ago
  32. d9872a6 f2fs: introduce gc_urgent mode for background GC by Jaegeuk Kim · 7 years ago
  33. 3537581 f2fs: use IPU for cold files by Jaegeuk Kim · 7 years ago
  34. 008396e f2fs: fix the size value in __check_sit_bitmap by Yunlong Song · 7 years ago
  35. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  36. 35ee82c f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared by Yunlong Song · 7 years ago
  37. 6415fed f2fs: update cur_valid_map_mir together with cur_valid_map by Yunlong Song · 7 years ago
  38. a36c106 f2fs: use printk_ratelimited for f2fs_msg by Jaegeuk Kim · 7 years ago
  39. bf9e697 f2fs: expose features to sysfs entry by Jaegeuk Kim · 7 years ago
  40. 704956e f2fs: support inode checksum by Chao Yu · 7 years ago
  41. 4f31d26 f2fs: return wrong error number on f2fs_quota_write by Jaegeuk Kim · 7 years ago
  42. 401db79 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  43. ddc34e3 f2fs: introduce f2fs_statfs_project by Chao Yu · 7 years ago
  44. 2c1d030 f2fs: support F2FS_IOC_FS{GET,SET}XATTR by Chao Yu · 7 years ago
  45. b6a245e f2fs: don't need to wait for node writes for atomic write by Jaegeuk Kim · 7 years ago
  46. dc6b205 f2fs: avoid naming confusion of sysfs init by Jaegeuk Kim · 7 years ago
  47. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  48. a6d3a47 f2fs: record quota during dot{,dot} recovery by Chao Yu · 7 years ago
  49. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  50. f247037 f2fs: make max inline size changeable by Chao Yu · 7 years ago
  51. e65ef20 f2fs: add ioctl to expose current features by Jaegeuk Kim · 7 years ago
  52. dc6febb f2fs: make background threads of f2fs being aware of freezing by Chao Yu · 7 years ago
  53. 7a10f01 f2fs: don't give partially written atomic data from process crash by Jaegeuk Kim · 7 years ago
  54. 640cc18 f2fs: give a try to do atomic write in -ENOMEM case by Jaegeuk Kim · 7 years ago
  55. 14af20f f2fs: preserve i_mode if __f2fs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  56. 8790568 f2fs: alloc new nids for xattr block in recovery by Yunlei He · 7 years ago
  57. 76a9dd8 f2fs: spread struct f2fs_dentry_ptr for inline path by Chao Yu · 7 years ago
  58. 5f4ce6a f2fs: remove unused input parameter by Yunlei He · 7 years ago
  59. 25f6a53 Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 7 years ago
  60. 505d5c1 Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  61. 9931341 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  62. 1ebf980 NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid() by Trond Myklebust · 7 years ago
  63. ecbb903 NFS: Be more careful about mapping file permissions by Trond Myklebust · 7 years ago
  64. bd8b244 NFS: Store the raw NFS access mask in the inode's access cache by Trond Myklebust · 7 years ago
  65. eda3e20 NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask() by Trond Myklebust · 7 years ago
  66. 15d4b73 NFS: Refactor NFS access to kernel access mask calculation by Trond Myklebust · 7 years ago
  67. ecc7b43 nfs: count correct array for mnt3_counts array size by Eryu Guan · 7 years ago
  68. 791f2df Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  69. 465b0db Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  70. 0e08255 ovl: check for bad and whiteout index on lookup by Amir Goldstein · 7 years ago
  71. 61b6747 ovl: do not cleanup directory and whiteout index entries by Amir Goldstein · 7 years ago
  72. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 7 years ago
  73. 2132973 Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...") by Trond Myklebust · 7 years ago
  74. 4b75053 pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit() by Trond Myklebust · 7 years ago
  75. 4118188 NFS: Fix another COMMIT race in pNFS by Trond Myklebust · 7 years ago
  76. e39928f NFS: Fix a COMMIT race in pNFS by Trond Myklebust · 7 years ago
  77. 89a6814 mount: copy the port field into the cloned nfs_server structure. by Steve Dickson · 7 years ago
  78. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  79. a90c6ac Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  80. f070e5a jfs: preserve i_mode if __jfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  81. 9bcf66c jfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  82. 15b0a8d Merge tag 'nfsd-4.13-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  83. 8496946 hfsplus: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  84. 34363c0 isofs: Fix off-by-one in 'session' mount option parsing by Jan Kara · 7 years ago
  85. fcea8ae reiserfs: preserve i_mode if __reiserfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  86. fe26569 ext2: preserve i_mode if ext2_set_acl() fails by Ernesto A. Fernández · 7 years ago
  87. 4db08d0 f2fs: avoid cpu lockup by Jaegeuk Kim · 7 years ago
  88. 299aa41 f2fs: include seq_file.h for sysfs.c by Jaegeuk Kim · 7 years ago
  89. eff7936 nfsd: Fix a memory scribble in the callback channel by Trond Myklebust · 7 years ago
  90. 84583cfb ceph: fix race in concurrent readdir by Yan, Zheng · 7 years ago
  91. a992f2d ext2: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  92. 6883cd7 reiserfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  93. a860542 binfmt_flat: Use %u to format u32 by Geert Uytterhoeven · 7 years ago
  94. c925dc1 f2fs: Don't clear SGID when inheriting ACLs by Jaegeuk Kim · 7 years ago
  95. 5ffff28 f2fs: remove extra inode_unlock() in error path by Luis Henriques · 7 years ago
  96. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  97. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  98. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. 966859b Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  100. a80099a Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago