1. 1e2328e fs/nsfs.c: Added ns_match by Carlos Neira · 5 years ago
  2. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  3. 2c4f940 sysfs: add sysfs_change_owner() by Christian Brauner · 5 years ago
  4. 303a427 sysfs: add sysfs_group{s}_change_owner() by Christian Brauner · 5 years ago
  5. 0666a3a sysfs: add sysfs_link_change_owner() by Christian Brauner · 5 years ago
  6. f70ce18 sysfs: add sysfs_file_change_owner() by Christian Brauner · 5 years ago
  7. d2eee25 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  8. a3163ca Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  9. b88025e Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  10. c7849be io_uring: fix __io_iopoll_check deadlock in io_sq_thread by Xiaoguang Wang · 5 years ago
  11. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 5 years ago
  12. 8eedabf jbd2: fix ocfs2 corrupt when clearing block group bits by wangyan · 5 years ago
  13. cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 5 years ago
  14. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 5 years ago
  15. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 5 years ago
  16. 7143b5a io_uring: prevent sq_thread from spinning when it should stop by Stefano Garzarella · 5 years ago
  17. a5ae50d Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof by Filipe Manana · 5 years ago
  18. df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 5 years ago
  19. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 5 years ago
  20. 9424ef5 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 5 years ago
  21. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
  22. 929a3af io_uring: fix use-after-free by io_cleanup_req() by Pavel Begunkov · 5 years ago
  23. e75fd33 Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents by Filipe Manana · 5 years ago
  24. b778cf9 btrfs: fix bytes_may_use underflow in prealloc error condtition by Josef Bacik · 5 years ago
  25. bd72717 btrfs: handle logged extent failure properly by Josef Bacik · 5 years ago
  26. 1e90315 btrfs: do not check delayed items are empty for single transaction cleanup by Josef Bacik · 5 years ago
  27. 315bf8e btrfs: reset fs_root to NULL on error in open_ctree by Josef Bacik · 5 years ago
  28. 81f7eb0 btrfs: destroy qgroup extent records on transaction abort by Jeff Mahoney · 5 years ago
  29. 6551d5c pipe: make sure to wake up everybody when the last reader/writer closes by Linus Torvalds · 5 years ago
  30. 297a31e io_uring: remove unnecessary NULL checks by Dan Carpenter · 5 years ago
  31. b1da3ac Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 5 years ago
  32. eaea294 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  33. 52e29e3 btrfs: don't set path->leave_spinning for truncate by Josef Bacik · 5 years ago
  34. 713db35 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  35. 288b27a0 Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  36. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  37. 7fbeb95 io_uring: add missing io_req_cancelled() by Pavel Begunkov · 5 years ago
  38. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 5 years ago
  39. 829e694 Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  40. cf556ed Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  41. ca60ad6 Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  42. 2c2a755 ecryptfs: replace BUG_ON with error handling code by Aditya Pakki · 5 years ago
  43. f8e48a8 eCryptfs: Replace deactivated email address by Tyler Hicks · 5 years ago
  44. 85db6b7 cifs: make sure we do not overflow the max EA buffer size by Ronnie Sahlberg · 5 years ago
  45. 2c6251a cifs: enable change notification for SMB2.1 dialect by Steve French · 5 years ago
  46. 2ca1025 io_uring: prune request from overflow list on flush by Jens Axboe · 5 years ago
  47. 5d63944 NFSv4: Ensure the delegation cred is pinned when we call delegreturn by Trond Myklebust · 5 years ago
  48. 8c75593 NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation() by Trond Myklebust · 5 years ago
  49. cd1b659 NFSv4.1 make cachethis=no for writes by Olga Kornievskaia · 5 years ago
  50. c96dcee jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 5 years ago
  51. 6a66a7d jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 5 years ago
  52. af133ad ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 5 years ago
  53. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 5 years ago
  54. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  55. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
  56. 14c9ca0 ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 5 years ago
  57. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 5 years ago
  58. 7563439 io-wq: don't call kXalloc_node() with non-online node by Jens Axboe · 5 years ago
  59. efeda80 NFSv4: Fix revalidation of dentries with delegations by Trond Myklebust · 5 years ago
  60. 1b9867e btrfs: sysfs, move device id directories to UUID/devinfo by Anand Jain · 5 years ago
  61. a013d14 btrfs: sysfs, add UUID/devinfo kobject by Anand Jain · 5 years ago
  62. 28553fa Btrfs: fix race between shrinking truncate and fiemap by Filipe Manana · 5 years ago
  63. 10a3a3e btrfs: log message when rw remount is attempted with unclean tree-log by David Sterba · 5 years ago
  64. e8294f2 btrfs: print message when tree-log replay starts by David Sterba · 5 years ago
  65. ac05ca9 Btrfs: fix race between using extent maps and merging them by Filipe Manana · 5 years ago
  66. f311ade btrfs: ref-verify: fix memory leaks by Wenwen Wang · 5 years ago
  67. 359c92c Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  68. 3b20bc2 ceph: noacl mount option is effectively ignored by Xiubo Li · 5 years ago
  69. b27a939 ceph: canonicalize server path in place by Ilya Dryomov · 5 years ago
  70. 8e4473b ceph: do not execute direct write in parallel if O_APPEND is specified by Xiubo Li · 5 years ago
  71. cf5b405 NFSv4: Fix races between open and dentry revalidation by Trond Myklebust · 5 years ago
  72. a1147b8 NFS: Fix up directory verifier races by Trond Myklebust · 5 years ago
  73. 3f6166a cifs: fix mount option display for sec=krb5i by Petr Pavlu · 5 years ago
  74. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  75. 380a129 Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 5 years ago
  76. d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  77. 5586c3c Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  78. b537916 io_uring: retain sockaddr_storage across send/recvmsg async punt by Jens Axboe · 5 years ago
  79. 6ab2314 io_uring: cancel pending async work if task exits by Jens Axboe · 5 years ago
  80. 3628288 io-wq: add io_wq_cancel_pid() to cancel based on a specific pid by Jens Axboe · 5 years ago
  81. 00bcda1 io-wq: make io_wqe_cancel_work() take a match handler by Jens Axboe · 5 years ago
  82. 0fd1695 fs: Add VirtualBox guest shared folder (vboxsf) support by Hans de Goede · 5 years ago
  83. b85080c Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  84. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  85. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  86. 0bdbdd0 io_uring: fix openat/statx's filename leak by Pavel Begunkov · 5 years ago
  87. 5f798be io_uring: fix double prep iovec leak by Pavel Begunkov · 5 years ago
  88. a93b333 io_uring: fix async close() with f_op->flush() by Pavel Begunkov · 5 years ago
  89. 0b5faf6 io_uring: allow AT_FDCWD for non-file openat/openat2/statx by Jens Axboe · 5 years ago
  90. ff002b3 io_uring: grab ->fs as part of async preparation by Jens Axboe · 5 years ago
  91. 9392a27 io-wq: add support for inheriting ->fs by Jens Axboe · 5 years ago
  92. faac996 io_uring: retry raw bdev writes if we hit -EOPNOTSUPP by Jens Axboe · 5 years ago
  93. 8fef80b io_uring: add cleanup for openat()/statx() by Pavel Begunkov · 5 years ago
  94. 99bc4c3 io_uring: fix iovec leaks by Pavel Begunkov · 5 years ago
  95. e96e977 io_uring: remove unused struct io_async_open by Pavel Begunkov · 5 years ago
  96. 63e5d81 io_uring: flush overflowed CQ events in the io_uring_poll() by Stefano Garzarella · 5 years ago
  97. cf3040c io_uring: statx/openat/openat2 don't support fixed files by Jens Axboe · 5 years ago
  98. 9959333 Merge branch 'pipe-exclusive-wakeup' by Linus Torvalds · 5 years ago
  99. 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
  100. 0a06174 compat_ioctl: fix FIONREAD on devices by Arnd Bergmann · 5 years ago