1. 482c6b6 Merge tag 'v5.8-rc4' into for-5.9/drivers by Jens Axboe · 4 years, 6 months ago
  2. 9fbe565 Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  3. b7db41c io_uring: fix regression with always ignoring signals in io_cqring_wait() by Jens Axboe · 4 years, 6 months ago
  4. 8b082a4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
  5. b8e516b Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 6 months ago
  6. 0c7d7d1 Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 6 months ago
  7. bf2d636 Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 6 months ago
  8. d4d80e6 Call sysctl_head_finish on error by Matthew Wilcox (Oracle) · 4 years, 6 months ago
  9. c860f8f gfs2: The freeze glock should never be frozen by Bob Peterson · 4 years, 6 months ago
  10. 623ba66 gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE by Bob Peterson · 4 years, 6 months ago
  11. b780cc6 gfs2: read-only mounts should grab the sd_freeze_gl glock by Bob Peterson · 4 years, 6 months ago
  12. 541656d gfs2: freeze should work on read-only mounts by Bob Peterson · 4 years, 6 months ago
  13. 7542486 gfs2: eliminate GIF_ORDERED in favor of list_empty by Bob Peterson · 4 years, 7 months ago
  14. 083176c Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 6 months ago
  15. c93493b Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  16. 19e8886 cifs: prevent truncation from long to int in wait_for_free_credits by Ronnie Sahlberg · 4 years, 6 months ago
  17. 9ffad92 cifs: Fix the target file was deleted when rename failed. by Zhang Xiaoxu · 4 years, 6 months ago
  18. 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  19. 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  20. ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  21. 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  22. cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  23. aadd69ca cifs: Display local UID details for SMB sessions in DebugData by Paul Aurich · 4 years, 6 months ago
  24. 1008fe6 block: remove the all_bdevs list by Christoph Hellwig · 4 years, 6 months ago
  25. e556f6b block: remove the bd_queue field from struct block_device by Christoph Hellwig · 4 years, 6 months ago
  26. 6b7b181 block: remove the bd_block_size field from struct block_device by Christoph Hellwig · 4 years, 6 months ago
  27. 5ff9f19 block: simplify set_init_blocksize by Christoph Hellwig · 4 years, 6 months ago
  28. ed9b319 fs: remove a weird comment in submit_bh_wbc by Christoph Hellwig · 4 years, 6 months ago
  29. edb543c Merge tag 'exfat-for-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 6 months ago
  30. ce593a6 io_uring: use signal based task_work running by Jens Axboe · 4 years, 6 months ago
  31. 34244d7 gfs2: Don't sleep during glock hash walk by Andreas Gruenbacher · 4 years, 7 months ago
  32. 58e08e8 gfs2: fix trans slab error when withdraw occurs inside log_flush by Bob Peterson · 4 years, 7 months ago
  33. 5902f4d gfs2: Don't return NULL from gfs2_inode_lookup by Andreas Gruenbacher · 4 years, 7 months ago
  34. bf26540 nfsd: fix nfsdfs inode reference count leak by J. Bruce Fields · 4 years, 6 months ago
  35. 681370f nfsd4: fix nfsdfs reference count loop by J. Bruce Fields · 4 years, 6 months ago
  36. b6509f6a Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes" by Mel Gorman · 4 years, 6 months ago
  37. 5267456 exfat: flush dirty metadata in fsync by Sungjong Seo · 4 years, 7 months ago
  38. 3bcfb70 exfat: move setting VOL_DIRTY over exfat_remove_entries() by Namjae Jeon · 4 years, 7 months ago
  39. a0271a1 exfat: call sync_filesystem for read-only remount by Hyunchul Lee · 4 years, 7 months ago
  40. e8dd3cd exfat: add missing brelse() calls on error paths by Dan Carpenter · 4 years, 7 months ago
  41. 4ba6ccd exfat: Set the unused characters of FileName field to the value 0000h by Hyeongseok.Kim · 4 years, 7 months ago
  42. bc53f67 Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  43. 719fdd3 afs: Fix storage of cell names by David Howells · 4 years, 6 months ago
  44. 916a3b0 Merge tag '5.8-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 6 months ago
  45. 4e99b32 Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 6 months ago
  46. ab0f247 Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  47. 7c902e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 6 months ago
  48. d03727b NFSv4 fix CLOSE not waiting for direct IO compeletion by Olga Kornievskaia · 4 years, 6 months ago
  49. 8b04013 pNFS/flexfiles: Fix list corruption if the mirror count changes by Trond Myklebust · 4 years, 6 months ago
  50. 4659ed7 nfs: Fix memory leak of export_path by Tom Rix · 4 years, 7 months ago
  51. 9277f83 ocfs2: fix value of OCFS2_INVALID_SLOT by Junxiao Bi · 4 years, 6 months ago
  52. e5a15e1 ocfs2: fix panic on nfs server over ocfs2 by Junxiao Bi · 4 years, 6 months ago
  53. 7569d3c ocfs2: load global_inode_alloc by Junxiao Bi · 4 years, 6 months ago
  54. 4cd9973 ocfs2: avoid inode removal while nfsd is accessing it by Junxiao Bi · 4 years, 6 months ago
  55. 52366a1 Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 6 months ago
  56. d60b5fb io_uring: fix current->mm NULL dereference on exit by Pavel Begunkov · 4 years, 6 months ago
  57. cd664b0 io_uring: fix hanging iopoll in case of -EAGAIN by Pavel Begunkov · 4 years, 6 months ago
  58. 8be3a53 Merge tag 'erofs-for-5.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 6 months ago
  59. 621c1f4 block: move struct block_device to blk_types.h by Christoph Hellwig · 4 years, 7 months ago
  60. 3f1266f block: move block-related definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  61. 764b23b block: mark bd_finish_claiming static by Christoph Hellwig · 4 years, 7 months ago
  62. 3c597282 erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup by Gao Xiang · 4 years, 7 months ago
  63. bf1028a cifs: misc: Use array_size() in if-statement controlling expression by Gustavo A. R. Silva · 4 years, 7 months ago
  64. 5618303 cifs: update ctime and mtime during truncate by Zhang Xiaoxu · 4 years, 7 months ago
  65. acc91c2 cifs/smb3: Fix data inconsistent when punch hole by Zhang Xiaoxu · 4 years, 6 months ago
  66. 6b69040 cifs/smb3: Fix data inconsistent when zero file range by Zhang Xiaoxu · 4 years, 6 months ago
  67. b772f07 io_uring: fix io_sq_thread no schedule when busy by Xuan Zhuo · 4 years, 6 months ago
  68. 95a3d8f cifs: Fix double add page to memcg when cifs_readpages by Zhang Xiaoxu · 4 years, 6 months ago
  69. 3e08a95 Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
  70. c7f87f3 xfs: fix use-after-free on CIL context on shutdown by Dave Chinner · 4 years, 7 months ago
  71. 77577de cifs: Fix cached_fid refcnt leak in open_shroot by Xiyu Yang · 4 years, 7 months ago
  72. 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 7 months ago
  73. 5481fc6 afs: Fix hang on rmmod due to outstanding timer by David Howells · 4 years, 7 months ago
  74. f8ea5c7 afs: Fix afs_do_lookup() to call correct fetch-status op variant by David Howells · 4 years, 7 months ago
  75. 4333a9b Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  76. d2b1c81 Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  77. 5e857ce Merge branch 'hch' (maccess patches from Christoph Hellwig) by Linus Torvalds · 4 years, 7 months ago
  78. 3373a34 block: make function 'kill_bdev' static by Zheng Bin · 4 years, 7 months ago
  79. 6f2cc16 io_uring: fix possible race condition against REQ_F_NEED_CLEANUP by Xiaoguang Wang · 4 years, 7 months ago
  80. 56952e9 io_uring: reap poll completions while waiting for refs to drop on exit by Jens Axboe · 4 years, 7 months ago
  81. 9d8426a io_uring: acquire 'mm' for task_work for SQPOLL by Jens Axboe · 4 years, 7 months ago
  82. bbde017 io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed by Xiaoguang Wang · 4 years, 7 months ago
  83. 2d7d679 io_uring: don't fail links for EAGAIN error in IOPOLL mode by Xiaoguang Wang · 4 years, 7 months ago
  84. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  85. 22cf841 nfsd: apply umask on fs without ACL support by J. Bruce Fields · 4 years, 7 months ago
  86. 4e264ff proc/bootconfig: Fix to use correct quotes for value by Masami Hiramatsu · 4 years, 7 months ago
  87. 26c20ffc Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  88. ffbc937 Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 7 months ago
  89. b6489a4 afs: Fix silly rename by David Howells · 4 years, 7 months ago
  90. b091f7f btrfs: use kfree() in btrfs_ioctl_get_subvol_info() by Waiman Long · 4 years, 7 months ago
  91. 5dbb75e btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO by Filipe Manana · 4 years, 7 months ago
  92. 260a633 btrfs: fix RWF_NOWAIT write not failling when we need to cow by Filipe Manana · 4 years, 7 months ago
  93. 4b19462 btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof by Filipe Manana · 4 years, 7 months ago
  94. f2cb2f3 btrfs: fix hang on snapshot creation after RWF_NOWAIT write by Filipe Manana · 4 years, 7 months ago
  95. e7a7981 btrfs: check if a log root exists before locking the log_mutex on unlink by Filipe Manana · 4 years, 7 months ago
  96. 6bd335b btrfs: fix bytes_may_use underflow when running balance and scrub in parallel by Filipe Manana · 4 years, 7 months ago
  97. 432cd2a btrfs: fix data block group relocation failure due to concurrent scrub by Filipe Manana · 4 years, 7 months ago
  98. ffcb9d4 btrfs: fix race between block group removal and block group creation by Filipe Manana · 4 years, 7 months ago
  99. 9fecd13 btrfs: fix a block group ref counter leak after failure to remove block group by Filipe Manana · 4 years, 7 months ago
  100. 2d3a8e2 block: Fix use-after-free in blkdev_get() by Jason Yan · 4 years, 7 months ago