1. 969d1b1 f2fs: introduce discard_granularity sysfs entry by Chao Yu · 7 years ago
  2. f24b150 f2fs: remove unused function overprovision_sections by Yunlong Song · 7 years ago
  3. 125c9fb f2fs: check hot_data for roll-forward recovery by Jaegeuk Kim · 7 years ago
  4. c56f16d f2fs: add tracepoint for f2fs_gc by Chao Yu · 7 years ago
  5. 7f2b4e8 f2fs: retry to revoke atomic commit in -ENOMEM case by Chao Yu · 7 years ago
  6. afd2b4d f2fs: let fill_super handle roll-forward errors by Jaegeuk Kim · 7 years ago
  7. f2220c7 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  8. 4b2414d f2fs: support journalled quota by Chao Yu · 7 years ago
  9. b8c502b f2fs: fix potential overflow when adjusting GC cycle by Chao Yu · 7 years ago
  10. 9a20d39 f2fs: avoid unneeded sync on quota file by Chao Yu · 7 years ago
  11. d9872a6 f2fs: introduce gc_urgent mode for background GC by Jaegeuk Kim · 7 years ago
  12. 3537581 f2fs: use IPU for cold files by Jaegeuk Kim · 7 years ago
  13. 008396e f2fs: fix the size value in __check_sit_bitmap by Yunlong Song · 7 years ago
  14. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  15. 35ee82c f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared by Yunlong Song · 7 years ago
  16. 6415fed f2fs: update cur_valid_map_mir together with cur_valid_map by Yunlong Song · 7 years ago
  17. a36c106 f2fs: use printk_ratelimited for f2fs_msg by Jaegeuk Kim · 7 years ago
  18. bf9e697 f2fs: expose features to sysfs entry by Jaegeuk Kim · 7 years ago
  19. 704956e f2fs: support inode checksum by Chao Yu · 7 years ago
  20. 4f31d26 f2fs: return wrong error number on f2fs_quota_write by Jaegeuk Kim · 7 years ago
  21. 401db79 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  22. ddc34e3 f2fs: introduce f2fs_statfs_project by Chao Yu · 7 years ago
  23. 2c1d030 f2fs: support F2FS_IOC_FS{GET,SET}XATTR by Chao Yu · 7 years ago
  24. b6a245e f2fs: don't need to wait for node writes for atomic write by Jaegeuk Kim · 7 years ago
  25. dc6b205 f2fs: avoid naming confusion of sysfs init by Jaegeuk Kim · 7 years ago
  26. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  27. a6d3a47 f2fs: record quota during dot{,dot} recovery by Chao Yu · 7 years ago
  28. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  29. f247037 f2fs: make max inline size changeable by Chao Yu · 7 years ago
  30. e65ef20 f2fs: add ioctl to expose current features by Jaegeuk Kim · 7 years ago
  31. dc6febb f2fs: make background threads of f2fs being aware of freezing by Chao Yu · 7 years ago
  32. 7a10f01 f2fs: don't give partially written atomic data from process crash by Jaegeuk Kim · 7 years ago
  33. 640cc18 f2fs: give a try to do atomic write in -ENOMEM case by Jaegeuk Kim · 7 years ago
  34. 14af20f f2fs: preserve i_mode if __f2fs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  35. 8790568 f2fs: alloc new nids for xattr block in recovery by Yunlei He · 7 years ago
  36. 76a9dd8 f2fs: spread struct f2fs_dentry_ptr for inline path by Chao Yu · 7 years ago
  37. 5f4ce6a f2fs: remove unused input parameter by Yunlei He · 7 years ago
  38. 25f6a53 Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 7 years ago
  39. 505d5c1 Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  40. 9931341 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  41. 1ebf980 NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid() by Trond Myklebust · 7 years ago
  42. ecbb903 NFS: Be more careful about mapping file permissions by Trond Myklebust · 7 years ago
  43. bd8b244 NFS: Store the raw NFS access mask in the inode's access cache by Trond Myklebust · 7 years ago
  44. eda3e20 NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask() by Trond Myklebust · 7 years ago
  45. 15d4b73 NFS: Refactor NFS access to kernel access mask calculation by Trond Myklebust · 7 years ago
  46. ecc7b43 nfs: count correct array for mnt3_counts array size by Eryu Guan · 7 years ago
  47. 791f2df Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  48. 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
  49. 0e08255 ovl: check for bad and whiteout index on lookup by Amir Goldstein · 7 years ago
  50. 61b6747 ovl: do not cleanup directory and whiteout index entries by Amir Goldstein · 7 years ago
  51. 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 7 years ago
  52. 2132973 Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...") by Trond Myklebust · 7 years ago
  53. 4b75053e pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit() by Trond Myklebust · 7 years ago
  54. 4118188 NFS: Fix another COMMIT race in pNFS by Trond Myklebust · 7 years ago
  55. e39928f NFS: Fix a COMMIT race in pNFS by Trond Myklebust · 7 years ago
  56. 89a6814 mount: copy the port field into the cloned nfs_server structure. by Steve Dickson · 8 years ago
  57. 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
  58. a90c6ac Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  59. f070e5a jfs: preserve i_mode if __jfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  60. 9bcf66c jfs: Don't clear SGID when inheriting ACLs by Jan Kara · 8 years ago
  61. 15b0a8d Merge tag 'nfsd-4.13-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  62. 8496946 hfsplus: Don't clear SGID when inheriting ACLs by Jan Kara · 8 years ago
  63. 34363c0 isofs: Fix off-by-one in 'session' mount option parsing by Jan Kara · 7 years ago
  64. fcea8ae reiserfs: preserve i_mode if __reiserfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  65. fe26569 ext2: preserve i_mode if ext2_set_acl() fails by Ernesto A. Fernández · 7 years ago
  66. 4db08d0 f2fs: avoid cpu lockup by Jaegeuk Kim · 7 years ago
  67. 299aa41 f2fs: include seq_file.h for sysfs.c by Jaegeuk Kim · 7 years ago
  68. eff7936 nfsd: Fix a memory scribble in the callback channel by Trond Myklebust · 7 years ago
  69. 84583cfb ceph: fix race in concurrent readdir by Yan, Zheng · 7 years ago
  70. a992f2d ext2: Don't clear SGID when inheriting ACLs by Jan Kara · 8 years ago
  71. 6883cd7 reiserfs: Don't clear SGID when inheriting ACLs by Jan Kara · 8 years ago
  72. a860542 binfmt_flat: Use %u to format u32 by Geert Uytterhoeven · 7 years ago
  73. c925dc1 f2fs: Don't clear SGID when inheriting ACLs by Jaegeuk Kim · 7 years ago
  74. 5ffff28 f2fs: remove extra inode_unlock() in error path by Luis Henriques · 7 years ago
  75. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  76. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  77. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  78. 966859b Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  79. 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
  80. bc24370 Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  81. 867eacd Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  82. 168c42b fault-inject: add /proc/<pid>/fail-nth by Akinobu Mita · 7 years ago
  83. 1203c8e fault-inject: simplify access check for fail-nth by Akinobu Mita · 7 years ago
  84. bfc7409 fault-inject: make fail-nth read/write interface symmetric by Akinobu Mita · 7 years ago
  85. 9049f2f fault-inject: parse as natural 1-based value for fail-nth write interface by Akinobu Mita · 7 years ago
  86. ecaad81 fault-inject: automatically detect the number base for fail-nth write interface by Akinobu Mita · 7 years ago
  87. a666443 ubifs: Set double hash cookie also for RENAME_EXCHANGE by Richard Weinberger · 8 years ago
  88. d8db5b1c ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs by Xiaolei Li · 8 years ago
  89. 4acadda ubifs: Don't leak kernel memory to the MTD by Richard Weinberger · 8 years ago
  90. 480a1a6 ubifs: Change gfp flags in page allocation for bulk read by Hyunchul Lee · 8 years ago
  91. 07d41c3 ubifs: Fix oops when remounting with no_bulk_read. by karam.lee · 8 years ago
  92. df71b09 ubifs: Fail commit if TNC is obviously inconsistent by Richard Weinberger · 8 years ago
  93. 319c104 ubifs: allow userspace to map mounts to volumes by Rabin Vincent · 8 years ago
  94. a02a6eb ubifs: Wire-up statx() support by Richard Weinberger · 8 years ago
  95. d2eb852 ubifs: Remove dead code from ubifs_get_link() by Richard Weinberger · 8 years ago
  96. 35ee314 ubifs: Massage debug prints wrt. fscrypt by Richard Weinberger · 8 years ago
  97. 8b2900c ubifs: Add assert to dent_key_init() by Richard Weinberger · 8 years ago
  98. 781f675 ubifs: Fix unlink code wrt. double hash lookups by Richard Weinberger · 8 years ago
  99. 59a7499 ubifs: Fix data node size for truncating uncompressed nodes by David Oberhollenzer · 8 years ago
  100. f34e87f ubifs: Don't encrypt special files on creation by David Gstir · 8 years ago