1. ce528c4 fs/eventfd.c: make eventfd_ida static by YueHaibing · 6 years ago
  2. b556db1 eventfd: present id to userspace via fdinfo by Masatake YAMATO · 6 years ago
  3. d53ddd0 fs/exec.c: move ->recursion_depth out of critical sections by Alexey Dobriyan · 6 years ago
  4. bd8309d fs/fat/file.c: issue flush after the writeback of FAT by Hou Tao · 6 years ago
  5. 672cdd5 reiserfs: add comment to explain endianness issue in xattr_hash by Bharath Vedartham · 6 years ago
  6. bbdc607 binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 6 years ago
  7. 249b08e elf: init pt_regs pointer later by Alexey Dobriyan · 6 years ago
  8. d8e7cb3 fs/binfmt_elf.c: extract PROT_* calculations by Alexey Dobriyan · 6 years ago
  9. 85264316 fs//binfmt_elf.c: move variables initialization closer to their usage by Alexey Dobriyan · 6 years ago
  10. be0deb5 fs/binfmt_elf.c: save 1 indent level by Alexey Dobriyan · 6 years ago
  11. ba0f6b8 fs/binfmt_elf.c: delete trailing "return;" in functions returning "void" by Alexey Dobriyan · 6 years ago
  12. cc33801 fs/binfmt_elf.c: free PT_INTERP filename ASAP by Alexey Dobriyan · 6 years ago
  13. 5cf4a36 fs/binfmt_elf.c: make scope of "pos" variable smaller by Alexey Dobriyan · 6 years ago
  14. 22f084d fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack by Andrew Morton · 6 years ago
  15. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
  16. 318222a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  17. f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
  18. c553ea4 fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback by Amir Goldstein · 6 years ago
  19. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  20. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  21. 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
  22. 024eee0 mm: page_mkclean vs MADV_DONTNEED race by Aneesh Kumar K.V · 6 years ago
  23. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  24. 932f4a6 mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM by Ira Weiny · 6 years ago
  25. cefdca0 userfaultfd/sysctl: add vm.unprivileged_userfaultfd by Peter Xu · 6 years ago
  26. e091eab ocfs2: fix ocfs2 read inode data panic in ocfs2_iget by Shuning Zhang · 6 years ago
  27. 9dc2108 ocfs2: use common file type conversion by Phillip Potter · 6 years ago
  28. fce86ff mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 6 years ago
  29. 7e9890a Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  30. 4856118 Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  31. 0d28544 Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  32. fbcde19 gfs2: Fix error path kobject memory leak by Tobin C. Harding · 6 years ago
  33. d4c6081 Merge tag 'fsnotify_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  34. 29c079c Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  35. d7a02fa Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  36. 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  37. 8ea5b2ab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  38. 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  39. c260121 NFS: Fix a double unlock from nfs_match,get_client by Benjamin Coddington · 6 years ago
  40. a46126c nfs: pass the correct prototype to read_cache_page by Christoph Hellwig · 6 years ago
  41. 8ca017c NFSv4: don't mark all open state for recovery when handling recallable state revoked flag by Scott Mayhew · 6 years ago
  42. f02f375 NFS4: Fix v4.0 client state corruption when mount by ZhangXiaoxu · 6 years ago
  43. b1029c9 PNFS fallback to MDS if no deviceid found by Olga Kornievskaia · 6 years ago
  44. 2777e65 f2fs: fix to avoid accessing xattr across the boundary by Randall Huang · 6 years ago
  45. 8823880 Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 6 years ago
  46. 4d8e705 fsnotify: fix unlink performance regression by Amir Goldstein · 6 years ago
  47. 05883ee do_move_mount(): fix an unsafe use of is_anon_ns() by Al Viro · 6 years ago
  48. c9c8ed5 f2fs: fix to avoid potential race on sbi->unusable_block_count access/update by Chao Yu · 6 years ago
  49. d764834 f2fs: add tracepoint for f2fs_filemap_fault() by Chao Yu · 6 years ago
  50. 93770ab f2fs: introduce DATA_GENERIC_ENHANCE by Chao Yu · 6 years ago
  51. 896285a f2fs: fix to handle error in f2fs_disable_checkpoint() by Chao Yu · 6 years ago
  52. d5d5f0c f2fs: remove redundant check in f2fs_file_write_iter() by Chengguang Xu · 6 years ago
  53. f5a131bb f2fs: fix to be aware of readonly device in write_checkpoint() by Chao Yu · 6 years ago
  54. b61af31 f2fs: fix to skip recovery on readonly device by Chao Yu · 6 years ago
  55. f824deb f2fs: fix to consider multiple device for readonly check by Chao Yu · 6 years ago
  56. b471eb9 f2fs: relocate chksum_offset for large_nat_bitmap feature by Chao Yu · 6 years ago
  57. d7eb8f1 f2fs: allow unfixed f2fs_checkpoint.checksum_offset by Chao Yu · 6 years ago
  58. 3a912b7 f2fs: Replace spaces with tab by Youngjun Yoo · 6 years ago
  59. c456362 f2fs: insert space before the open parenthesis '(' by Youngjun Yoo · 6 years ago
  60. d02a6e6 f2fs: allow address pointer number of dnode aligning to specified size by Chao Yu · 6 years ago
  61. 2df0ab0 f2fs: introduce f2fs_read_single_page() for cleanup by Chao Yu · 6 years ago
  62. 5c533b1 f2fs: mark is_extension_exist() inline by Park Ju Hyung · 6 years ago
  63. cd23ffa9 f2fs: fix to set FI_UPDATE_WRITE correctly by Chao Yu · 6 years ago
  64. 05573d6 f2fs: fix to avoid panic in f2fs_inplace_write_data() by Chao Yu · 6 years ago
  65. e95bcdb f2fs: fix to do sanity check on valid block count of segment by Chao Yu · 6 years ago
  66. 7b63f72 f2fs: fix to do sanity check on valid node/block count by Chao Yu · 6 years ago
  67. 22d61e2 f2fs: fix to avoid panic in do_recover_data() by Chao Yu · 6 years ago
  68. 626bcf2 f2fs: fix to do sanity check on free nid by Chao Yu · 6 years ago
  69. b42b179 f2fs: fix to do checksum even if inode page is uptodate by Chao Yu · 6 years ago
  70. 8b6810f f2fs: fix to avoid panic in f2fs_remove_inode_page() by Chao Yu · 6 years ago
  71. 546d22f f2fs: fix to clear dirty inode in error path of f2fs_iget() by Chao Yu · 6 years ago
  72. bda5239 f2fs: remove new blank line of f2fs kernel message by Chao Yu · 6 years ago
  73. 6dc3a12 f2fs: fix wrong __is_meta_io() macro by Chao Yu · 6 years ago
  74. ea6d7e7 f2fs: fix to avoid panic in dec_valid_node_count() by Chao Yu · 6 years ago
  75. 5e159cd f2fs: fix to avoid panic in dec_valid_block_count() by Chao Yu · 6 years ago
  76. 622927f f2fs: fix to use inline space only if inline_xattr is enable by Chao Yu · 6 years ago
  77. 45a7468 f2fs: fix to retrieve inline xattr space by Chao Yu · 6 years ago
  78. 9883857 f2fs: fix error path of recovery by Chao Yu · 6 years ago
  79. 793ab1c f2fs: fix to avoid deadloop in foreground GC by Chao Yu · 6 years ago
  80. ef75bd7 Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  81. 78d9aff Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  82. 9031a69 fuse: clean up fuse_alloc_inode by zhangliguang · 6 years ago
  83. acf3062 ovl: relax WARN_ON() for overlapping layers use case by Amir Goldstein · 6 years ago
  84. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  85. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  86. cb4f7bf cifs: update module internal version number by Steve French · 6 years ago
  87. ebaf546 SMB3: Clean up query symlink when reparse point by Ronnie Sahlberg · 6 years ago
  88. 6a54b2e cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level() by Christoph Probst · 6 years ago
  89. 26ea888 Negotiate and save preferred compression algorithms by Steve French · 6 years ago
  90. 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
  91. d69cb72 cifs: fix credits leak for SMB1 oplock breaks by Ronnie Sahlberg · 6 years ago
  92. edf3ef3 smb3: Add protocol structs for change notify support by Steve French · 6 years ago
  93. c425014 cifs: fix smb3_zero_range for Azure by Ronnie Sahlberg · 6 years ago
  94. c7fe388 cifs: zero-range does not require the file is sparse by Ronnie Sahlberg · 6 years ago
  95. 0df7edd Add new flag on SMB3.1.1 read by Steve French · 6 years ago
  96. 2f3ebab cifs: add fiemap support by Ronnie Sahlberg · 6 years ago
  97. d7bef4c SMB3: Add defines for new negotiate contexts by Steve French · 6 years ago
  98. 5242fcb cifs: fix bi-directional fsctl passthrough calls by Ronnie Sahlberg · 6 years ago
  99. 4739f23 cifs: smbd: take an array of reqeusts when sending upper layer data by Long Li · 6 years ago
  100. 46e6661 SMB3: Add handling for different FSCTL access flags by Steve French · 6 years ago