1. 6b529fb Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  2. 72d657d Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  3. 0f9d140 Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  4. f87092c Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  5. 48d2ba6 cifs: update internal module version number by Steve French · 6 years ago
  6. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  7. ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
  8. 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
  9. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  10. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  11. 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
  12. ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  13. 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
  14. 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
  15. b983f7e CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 6 years ago
  16. c715f89 cifs: Fix a tiny potential memory leak by Dan Carpenter · 6 years ago
  17. 8428817 cifs: Fix a debug message by Dan Carpenter · 6 years ago
  18. 1b3922a btrfs: Use real device structure to verify dev extent by Qu Wenruo · 6 years ago
  19. a6d8654 Btrfs: fix deadlock when using free space tree due to block group creation by Filipe Manana · 6 years ago
  20. d8b5524 Btrfs: fix race between reflink/dedupe and relocation by Filipe Manana · 6 years ago
  21. f7fa110 Btrfs: fix race between cloning range ending at eof and writeback by Filipe Manana · 6 years ago
  22. e7c5809 hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" by Mike Kravetz · 6 years ago
  23. c64a2b0 ceph: use vmf_error() in ceph_filemap_fault() by Souptick Joarder · 6 years ago
  24. 02b2f54 libceph: allow setting abort_on_full for rbd by Dongsheng Yang · 6 years ago
  25. de96e9f sysfs: convert BUG_ON to WARN_ON by Greg Kroah-Hartman · 6 years ago
  26. baa6707 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 6 years ago
  27. 2152404 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  28. 8094c3c fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  29. 7e928df Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  30. acda9ef Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  31. c7eaf34 Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  32. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  33. 9b286ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  34. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  35. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  36. 08d405c fs/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  37. d187715 bfs: extra sanity checking and static inode bitmap by Tigran Aivazian · 6 years ago
  38. 655c16a exec: separate MM_ANONPAGES and RLIMIT_STACK accounting by Oleg Nesterov · 6 years ago
  39. 8099b04 exec: load_script: don't blindly truncate shebang string by Oleg Nesterov · 6 years ago
  40. 306790f fat: new inline functions to determine the FAT variant (32, 16 or 12) by Carmeli Tamir · 6 years ago
  41. d19dc01 fat: move MAX_FAT to fat.h and change it to inline function by Carmeli Tamir · 6 years ago
  42. b553337 fat: remove FAT_FIRST_ENT macro by Carmeli Tamir · 6 years ago
  43. f93ca1e hfsplus: return file attributes on statx by Ernesto A. Fernández · 6 years ago
  44. f516221 autofs: add strictexpire mount option by Ian Kent · 6 years ago
  45. 9d8719a autofs: change catatonic setting to a bit flag by Ian Kent · 6 years ago
  46. 9bf964c autofs: simplify parse_options() function call by Ian Kent · 6 years ago
  47. 55f0d82 autofs: improve ioctl sbi checks by Ian Kent · 6 years ago
  48. 86c0517 fs/epoll: deal with wait_queue only once by Davidlohr Bueso · 6 years ago
  49. 35cff1a fs/epoll: rename check_events label to send_events by Davidlohr Bueso · 6 years ago
  50. abc610e fs/epoll: avoid barrier after an epoll_wait(2) timeout by Davidlohr Bueso · 6 years ago
  51. c5a282e fs/epoll: reduce the scope of wq lock in epoll_wait() by Davidlohr Bueso · 6 years ago
  52. 21877e1 fs/epoll: robustify ep->mtx held checks by Davidlohr Bueso · 6 years ago
  53. 76699a6 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 6 years ago
  54. 4e0982a fs/epoll: simplify ep_send_events_proc() ready-list loop by Davidlohr Bueso · 6 years ago
  55. 74bdc12 fs/epoll: remove max_nests argument from ep_call_nested() by Davidlohr Bueso · 6 years ago
  56. afe922c fs/proc/base.c: slightly faster /proc/*/limits by Alexey Dobriyan · 6 years ago
  57. 230f72e fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() by Alexey Dobriyan · 6 years ago
  58. 81966d83 fs/proc/util.c: include fs/proc/internal.h for name_to_int() by Eric Biggers · 6 years ago
  59. 8da0b4f fs/proc/base.c: use ns_capable instead of capable for timerslack_ns by Benjamin Gordon · 6 years ago
  60. e4f2283 Merge branches 'misc.misc' and 'work.iov_iter' into for-linus by Al Viro · 6 years ago
  61. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  62. 135143b Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  63. d5c7076 smb3: add smb3.1.1 to default dialect list by Steve French · 6 years ago
  64. 55a7f00 cifs: fix confusing warning message on reconnect by Steve French · 6 years ago
  65. 6d2f84e smb3: fix large reads on encrypted connections by Paul Aurich · 6 years ago
  66. bf77ae4 locks: fix error in locks_move_blocks() by NeilBrown · 6 years ago
  67. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  68. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  69. cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  70. 1ac5cd4 block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) by Linus Torvalds · 6 years ago
  71. 10e037d sunrpc: Add xprt after nfs4_test_session_trunk() by Santosh kumar pradhan · 6 years ago
  72. c2c7d84 NFS: remove unnecessary test for IS_ERR(cred) by NeilBrown · 6 years ago
  73. 9aeaf8c NFSv4.2 fix async copy reboot recovery by Olga Kornievskaia · 6 years ago
  74. 5b2095d NFS: Fix NFSv4 symbolic trace point output by Chuck Lever · 6 years ago
  75. 0dfbb5f NFS: Make "port=" mount option optional for RDMA mounts by Chuck Lever · 6 years ago
  76. 191ce17 ext4: fix special inode number checks in __ext4_iget() by Theodore Ts'o · 6 years ago
  77. 2a1a2c1 Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  78. 9ab97ae Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  79. 0ad30ff nfs: fixed broken compilation in nfs_callback_up_net() by Vasily Averin · 6 years ago
  80. fea1708 cifs: update internal module version number by Steve French · 6 years ago
  81. e77fe73 cifs: we can not use small padding iovs together with encryption by Ronnie Sahlberg · 6 years ago
  82. 95cb671 ext4: track writeback errors using the generic tracking infrastructure by Theodore Ts'o · 6 years ago
  83. ad211f3 ext4: use ext4_write_inode() when fsyncing w/o a journal by Theodore Ts'o · 6 years ago
  84. e868078 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 6 years ago
  85. 90be9b8 xfs: xfs_fsops: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  86. 89be677 xfs: xfs_buf: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  87. 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  88. b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  89. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  90. 5d24ae6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  91. 956eb6c Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  92. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  93. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  94. c86aa7b hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race by Mike Kravetz · 6 years ago
  95. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  96. 88dbcbb blkdev: avoid migration stalls for blkdev pages by Jan Kara · 6 years ago
  97. 3cfd22b userfaultfd: clear flag if remap event not enabled by Peter Xu · 6 years ago
  98. a1400af mm, proc: report PR_SET_THP_DISABLE in proc by Michal Hocko · 6 years ago
  99. 7635d9c mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
  100. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago