1. 3373a34 block: make function 'kill_bdev' static by Zheng Bin · 4 years, 6 months ago
  2. 2d3a8e2 block: Fix use-after-free in blkdev_get() by Jason Yan · 4 years, 7 months ago
  3. 9d645db Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
  4. 55e20bd Revert "btrfs: switch to iomap_dio_rw() for dio" by David Sterba · 4 years, 7 months ago
  5. f82e7b5 Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  6. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  7. 593bd5e Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  8. c555722 Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  9. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  10. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  11. a7a519a smb3: Add debug message for new file creation with idsfromsid mount option by Steve French · 4 years, 7 months ago
  12. 44ebe01 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  13. ef1548a proc: Use new_inode not new_inode_pseudo by Eric W. Biederman · 4 years, 7 months ago
  14. a660339 cifs: fix chown and chgrp when idsfromsid mount option enabled by Steve French · 4 years, 7 months ago
  15. 975221e smb3: allow uid and gid owners to be set on create with idsfromsid mount option by Steve French · 4 years, 7 months ago
  16. e4bd7c4 smb311: Add tracepoints for new compound posix query info by Steve French · 4 years, 7 months ago
  17. d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 7 months ago
  18. 790434f smb311: Add support for lookup with posix extensions query info by Steve French · 4 years, 7 months ago
  19. b1bc187 smb311: Add support for SMB311 query info (non-compounded) by Steve French · 4 years, 7 months ago
  20. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  21. ebf5744 smb3: add indatalen that can be a non-zero value to calculation of credit charge in smb2 ioctl by Namjae Jeon · 4 years, 7 months ago
  22. b1a6274 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  23. fce1aff ocfs2: fix build failure when TCP/IP is disabled by Tom Seewald · 4 years, 7 months ago
  24. b961f8d Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  25. b359794 afs: Fix afs_store_data() to set mtime in new operation descriptor by David Howells · 4 years, 7 months ago
  26. 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  27. a539568 Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 7 months ago
  28. 7cf035c Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  29. ba838a7 NFS: Fix direct WRITE throughput regression by Chuck Lever · 4 years, 7 months ago
  30. 3a39e77 nfs: set invalid blocks after NFSv4 writes by Zheng Bin · 4 years, 7 months ago
  31. 86b9366 NFS: remove redundant initialization of variable result by Colin Ian King · 4 years, 7 months ago
  32. cd2ed9b NFS: Add a tracepoint in nfs_set_pgio_error() by Chuck Lever · 4 years, 8 months ago
  33. fd2b612 NFS: Trace short NFS READs by Chuck Lever · 4 years, 8 months ago
  34. 5be5945 NFS: nfs_xdr_status should record the procedure name by Chuck Lever · 4 years, 8 months ago
  35. c742b63 Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 7 months ago
  36. 65a6543 io_uring: fix io_kiocb.flags modification race in IOPOLL mode by Xiaoguang Wang · 4 years, 7 months ago
  37. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
  38. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
  39. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
  40. cc989e7 ocfs2: fix spelling mistake and grammar by Keyur Patel · 4 years, 7 months ago
  41. 8301c71 nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() by Ryusuke Konishi · 4 years, 7 months ago
  42. b29482f Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  43. e697dee io_uring: check file O_NONBLOCK state for accept by Jiufei Xue · 4 years, 7 months ago
  44. 405a5d2 io_uring: avoid unnecessary io_wq_work copy for fast poll feature by Xiaoguang Wang · 4 years, 7 months ago
  45. 7cdaf58 io_uring: avoid whole io_wq_work copy for requests completed inline by Xiaoguang Wang · 4 years, 7 months ago
  46. 4dbb29f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  47. 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  48. 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  49. 79ca035 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  50. 058f2e4 proc: s_fs_info may be NULL when proc_kill_sb is called by Alexey Gladkov · 4 years, 7 months ago
  51. ef9d965 sysctl: reject gigantic reads/write to sysctl files by Christoph Hellwig · 4 years, 7 months ago
  52. 7866c17 smb3: fix typo in mount options displayed in /proc/mounts by Steve French · 4 years, 7 months ago
  53. c5b8562 io_uring: allow O_NONBLOCK async retry by Jens Axboe · 4 years, 7 months ago
  54. 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
  55. 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 7 months ago
  56. 4964dd2 Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  57. 42612e7 Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 7 months ago
  58. ad57a10 Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 7 months ago
  59. f1084bc Revert "fs: remove dio_end_io()" by David Sterba · 4 years, 7 months ago
  60. 8e0fa5d Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK" by David Sterba · 4 years, 7 months ago
  61. f4c48b4 Revert "btrfs: split btrfs_direct_IO to read and write part" by David Sterba · 4 years, 7 months ago
  62. c68421b afs: Make afs_zap_data() static by David Howells · 4 years, 11 months ago
  63. 4a06fa5 afs: Remove afs_zero_fid as it's not used by David Howells · 5 years ago
  64. fed79fd afs: Fix debugging statements with %px to be %p by David Howells · 4 years, 7 months ago
  65. 595a56a Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
  66. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  67. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  68. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
  69. 89154dd mmap locking API: convert mmap_sem call sites missed by coccinelle by Michel Lespinasse · 4 years, 7 months ago
  70. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  71. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  72. 9ca0652 afs: Fix use of BUG() by David Howells · 4 years, 7 months ago
  73. 5749ce9 afs: Fix file locking by David Howells · 4 years, 7 months ago
  74. 2ca068b afs: Fix memory leak in afs_put_sysnames() by Zhihao Cheng · 4 years, 7 months ago
  75. fc96152 exfat: Fix potential use after free in exfat_load_upcase_table() by Dan Carpenter · 4 years, 7 months ago
  76. a949824 exfat: fix range validation error in alloc and free cluster by hyeongseok.kim · 4 years, 7 months ago
  77. 29bbb14 exfat: fix incorrect update of stream entry in __exfat_truncate() by Namjae Jeon · 4 years, 7 months ago
  78. f341a7d exfat: fix memory leak in exfat_parse_param() by Al Viro · 4 years, 7 months ago
  79. f780598 exfat: remove unnecessary reassignment of p_uniname->name_len by Namjae Jeon · 4 years, 7 months ago
  80. 5875bf2 exfat: standardize checksum calculation by Tetsuhiro Kohada · 4 years, 7 months ago
  81. 476189c exfat: add boot region verification by Tetsuhiro Kohada · 4 years, 7 months ago
  82. 33404a1 exfat: separate the boot sector analysis by Tetsuhiro Kohada · 4 years, 7 months ago
  83. 181a9e8 exfat: redefine PBR as boot_sector by Tetsuhiro Kohada · 4 years, 7 months ago
  84. 943af1f exfat: optimize dir-cache by Tetsuhiro Kohada · 4 years, 7 months ago
  85. ed0f84d exfat: replace 'time_ms' with 'time_cs' by Tetsuhiro Kohada · 4 years, 8 months ago
  86. cdc0612 exfat: remove the assignment of 0 to bool variable by Jason Yan · 4 years, 9 months ago
  87. 6778337 exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() by Pali Rohár · 4 years, 10 months ago
  88. dddf7da exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF by Pali Rohár · 4 years, 10 months ago
  89. 31f5acc exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option by Geert Uytterhoeven · 4 years, 9 months ago
  90. d1727d5 exfat: Use a more common logging style by Joe Perches · 4 years, 8 months ago
  91. 197298a exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFF by Pali Rohár · 4 years, 10 months ago
  92. 0b0430c cifs: Add get_security_type_str function to return sec type. by Kenneth D'souza · 4 years, 7 months ago
  93. d4ff3b2 iomap: Fix unsharing of an extent >2GB on a 32-bit machine by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  94. 8cc0072 xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster() by Chuhong Yuan · 4 years, 7 months ago
  95. b7b911d f2fs: attach IO flags to the missing cases by Jaegeuk Kim · 4 years, 7 months ago
  96. 32b6aba f2fs: add node_io_flag for bio flags likewise data_io_flag by Jaegeuk Kim · 4 years, 7 months ago
  97. bc67c5d f2fs: remove unused parameter of f2fs_put_rpages_mapping() by Chao Yu · 4 years, 7 months ago
  98. 8626441 f2fs: handle readonly filesystem in f2fs_ioc_shutdown() by Chao Yu · 4 years, 7 months ago
  99. fc3bb09 f2fs: avoid utf8_strncasecmp() with unstable name by Eric Biggers · 4 years, 7 months ago
  100. 0b6d4ca f2fs: don't return vmalloc() memory from f2fs_kmalloc() by Eric Biggers · 4 years, 7 months ago