1. 5dae460 fscrypt: v2 encryption policy support by Eric Biggers · 5 years ago
  2. c1144c9 fscrypt: add an HKDF-SHA512 implementation by Eric Biggers · 5 years ago
  3. 5a7e299 fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl by Eric Biggers · 5 years ago
  4. b1c0ec3 fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  5. 22d94f4 fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  6. feed825 fscrypt: rename keyinfo.c to keysetup.c by Eric Biggers · 5 years ago
  7. 0109ce76 fscrypt: move v1 policy key setup to keysetup_v1.c by Eric Biggers · 5 years ago
  8. 3ec4f2a6 fscrypt: refactor key setup code in preparation for v2 policies by Eric Biggers · 5 years ago
  9. a828daa fscrypt: rename fscrypt_master_key to fscrypt_direct_key by Eric Biggers · 5 years ago
  10. 59dc6a8 fscrypt: add ->ci_inode to fscrypt_info by Eric Biggers · 5 years ago
  11. 3b6df59 fscrypt: use FSCRYPT_* definitions, not FS_* by Eric Biggers · 5 years ago
  12. 29a98c1 fscrypt: use ENOPKG when crypto API support missing by Eric Biggers · 5 years ago
  13. a4d14e9 fscrypt: improve warnings for missing crypto API support by Eric Biggers · 5 years ago
  14. 63f668f fscrypt: improve warning messages for unsupported encryption contexts by Eric Biggers · 5 years ago
  15. 886da8b fscrypt: make fscrypt_msg() take inode instead of super_block by Eric Biggers · 5 years ago
  16. 1c5100a fscrypt: clean up base64 encoding/decoding by Eric Biggers · 5 years ago
  17. 75798f8 fscrypt: remove loadable module related code by Eric Biggers · 5 years ago
  18. e12b243 Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  19. b7aea68 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  20. 315c692 coredump: split pipe command whitespace before expanding template by Paul Wise · 5 years ago
  21. 7bc36e3 ocfs2: remove set but not used variable 'last_hash' by YueHaibing · 5 years ago
  22. 10e5ddd Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  23. d38c3fa Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  24. 97b00af Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  25. 0eb6ddf block: Fix __blkdev_direct_IO() for bio fragments by Damien Le Moal · 5 years ago
  26. 5c62075 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  27. 706cb54 gfs2: Inode dirtying fix by Andreas Gruenbacher · 5 years ago
  28. c2c44ec Unbreak mount_capable() by Al Viro · 5 years ago
  29. d0ee879 io_uring: fix KASAN use after free in io_sq_wq_submit_work by Jackie Liu · 5 years ago
  30. 4010b62 Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  31. 0572d76 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  32. 89e524c0 loop: Fix mount(2) failure due to race with LOOP_SET_FD by Jan Kara · 5 years ago
  33. afa1d96 xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling() by Jia-Ju Bai · 5 years ago
  34. a6d155d Btrfs: fix deadlock between fiemap and transaction commits by Filipe Manana · 5 years ago
  35. cb2d3da Btrfs: fix race leading to fs corruption after transaction abort by Filipe Manana · 5 years ago
  36. b4f9a1a Btrfs: fix incremental send failure after deduplication by Filipe Manana · 5 years ago
  37. 61c30c9 dax: Fix missed wakeup in put_unlocked_entry() by Jan Kara · 5 years ago
  38. 38fb6d0 f2fs: use EINVAL for superblock with invalid magic by Icenowy Zheng · 5 years ago
  39. 2e616d9 xfs: fix stack contents leakage in the v1 inumber ioctls by Darrick J. Wong · 5 years ago
  40. ad28fd1 Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 5 years ago
  41. e24ce84 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  42. 88c5083 Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 5 years ago
  43. 543b8c46 f2fs: fix to read source block before invalidating it by Jaegeuk Kim · 5 years ago
  44. 4792ba1 Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  45. 863fa88 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  46. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  47. 19a1c40 fix the struct mount leak in umount_tree() by Al Viro · 5 years ago
  48. a3b46b8 btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range by Naohiro Aota · 5 years ago
  49. 2988160 afs: fsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  50. 35a3a90 afs: yfsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  51. 3670324 io_uring: ensure ->list is initialized for poll commands by Jens Axboe · 5 years ago
  52. a29a0a4 Merge branch 'access-creds' by Linus Torvalds · 5 years ago
  53. 6e7ca09 btrfs: Fix deadlock caused by missing memory barrier by Nikolay Borisov · 5 years ago
  54. 16d51a5 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 5 years ago
  55. 0ce38c5 iomap: fix Invalid License ID by Masahiro Yamada · 5 years ago
  56. d7852fb access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
  57. 21c730d Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  58. 9310a7ba io_uring: track io length in async_list based on bytes by Zhengyuan Liu · 5 years ago
  59. bd11b3a io_uring: don't use iov_iter_advance() for fixed buffers by Jens Axboe · 5 years ago
  60. 6a43074 block: properly handle IOCB_NOWAIT for async O_DIRECT IO by Jens Axboe · 5 years ago
  61. 91962d0 Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  62. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  63. 26473f8 Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  64. d2fbf4b Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  65. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  66. 249be85 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  67. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  68. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 5 years ago
  69. c063066 mm: thp: fix false negative of shmem vma's THP eligibility by Yang Shi · 5 years ago
  70. 2a957ac cifs: update internal module number by Steve French · 5 years ago
  71. aa08185 cifs: flush before set-info if we have writeable handles by Ronnie Sahlberg · 5 years ago
  72. 89a5bfa smb3: optimize open to not send query file internal info by Steve French · 5 years ago
  73. 6860c98 Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 5 years ago
  74. d5b9216 pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDS by Trond Myklebust · 5 years ago
  75. 58bbeab pnfs: Fix a problem where we gratuitously start doing I/O through the MDS by Trond Myklebust · 5 years ago
  76. bf3c90e cifs: copy_file_range needs to strip setuid bits and update timestamps by Amir Goldstein · 6 years ago
  77. 7e5a70a CIFS: fix deadlock in cached root handling by Aurelien Aptel · 5 years ago
  78. 8e04fdf pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error by Trond Myklebust · 5 years ago
  79. d9aba2b NFSv4: Don't use the zero stateid with layoutget by Trond Myklebust · 5 years ago
  80. 366a4e3 Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  81. ae9b728 Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  82. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  83. 0fe49f7 Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  84. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  85. c0e48f9 io_uring: add a memory barrier before atomic_read by Zhengyuan Liu · 5 years ago
  86. 7402a4f SUNRPC: Fix up backchannel slot table accounting by Trond Myklebust · 5 years ago
  87. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  88. 373c3b8 btrfs: don't leak extent_map in btrfs_get_io_geometry() by Johannes Thumshirn · 5 years ago
  89. bfcea1c btrfs: free checksum hash on in close_ctree by Johannes Thumshirn · 5 years ago
  90. 314c4cd btrfs: Fix build error while LIBCRC32C is module by YueHaibing · 5 years ago
  91. 42c16da btrfs: inode: Don't compress if NODATASUM or NODATACOW set by Qu Wenruo · 6 years ago
  92. 5d90730 iomap: move internal declarations into fs/iomap/ by Darrick J. Wong · 5 years ago
  93. cb7181f iomap: move the main iteration code into a separate file by Darrick J. Wong · 5 years ago
  94. afc51aa iomap: move the buffered IO code into a separate file by Darrick J. Wong · 5 years ago
  95. db07443 iomap: move the direct IO code into a separate file by Darrick J. Wong · 5 years ago
  96. 56a1789 iomap: move the SEEK_HOLE code into a separate file by Darrick J. Wong · 5 years ago
  97. 5157fb8 iomap: move the file mapping reporting code into a separate file by Darrick J. Wong · 5 years ago
  98. a45c0ecc iomap: move the swapfile code into a separate file by Darrick J. Wong · 5 years ago
  99. 56cbb42 switch the remnants of releasing the mountpoint away from fs_pin by Al Viro · 5 years ago
  100. 2763d11 get rid of detach_mnt() by Al Viro · 6 years ago