1. ed0d523 Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base by Christoph Hellwig · 7 years ago
  2. 4faa9996 fix io_destroy()/aio_complete() race by Al Viro · 7 years ago
  3. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  4. 5aa1437 ext2: fix a block leak by Al Viro · 7 years ago
  5. 3819bb0 nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  6. 9c3e902 cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  7. 7b745a4e unfuck sysfs_mount() by Al Viro · 7 years ago
  8. 82382ac kernfs: deal with kernfs_fill_super() failures by Al Viro · 7 years ago
  9. 08a8f30 cramfs: Fix IS_ENABLED typo by Joe Perches · 7 years ago
  10. f4e4d43 befs_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  11. 87fbd63 affs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  12. 30da870 affs_lookup(): close a race with affs_remove_link() by Al Viro · 7 years ago
  13. 79f546a fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 7 years ago
  14. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  15. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  16. a3c0d43 aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC by Christoph Hellwig · 7 years ago
  17. 54843f8 aio: refactor read/write iocb setup by Christoph Hellwig · 7 years ago
  18. 92ce472 aio: remove the extra get_file/fput pair in io_submit_one by Christoph Hellwig · 7 years ago
  19. 75321b5 aio: sanitize ki_list handling by Christoph Hellwig · 7 years ago
  20. c213dc8 aio: remove an outdated BUG_ON and comment in aio_complete by Christoph Hellwig · 7 years ago
  21. 01a658e aio: don't print the page size at boot time by Christoph Hellwig · 7 years ago
  22. cdface5 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  23. cac2642 Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  24. 7ef79ad ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs by Theodore Ts'o · 7 years ago
  25. 8bcda1d cifs: smbd: Avoid allocating iov on the stack by Long Li · 7 years ago
  26. bb4c041 cifs: smbd: Don't use RDMA read/write when signing is used by Long Li · 7 years ago
  27. 0d5ec28 SMB311: Fix reconnect by Steve French · 7 years ago
  28. 22be37a ext4: fix bitmap position validation by Lukas Czerner · 7 years ago
  29. 23657ad SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon by Steve French · 7 years ago
  30. 117e3b7 CIFS: set *resp_buf_type to NO_BUFFER on error by Steve French · 7 years ago
  31. f191982 ceph: check if mds create snaprealm when setting quota by Yan, Zheng · 7 years ago
  32. 5ec83b2 Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  33. d54b5c1 Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  34. d23a61e fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error by Tetsuo Handa · 7 years ago
  35. 9a1015b proc: fix /proc/loadavg regression by Alexey Dobriyan · 7 years ago
  36. 2e0ad55 proc: revalidate kernel thread inodes to root:root by Alexey Dobriyan · 7 years ago
  37. 1e63066 autofs: mount point create should honour passed in mode by Ian Kent · 7 years ago
  38. 2e898e4 writeback: safer lock nesting by Greg Thelen · 7 years ago
  39. 88c28f2 mm, pagemap: fix swap offset value for PMD migration entry by Huang Ying · 7 years ago
  40. 596632d CIFS: fix typo in cifs_dbg by Aurelien Aptel · 7 years ago
  41. 1d0cffa cifs: do not allow creating sockets except with SMB1 posix exensions by Steve French · 7 years ago
  42. ff30b89 cifs: smbd: Dump SMB packet when configured by Long Li · 7 years ago
  43. c0872323 btrfs: print-tree: debugging output enhancement by Qu Wenruo · 7 years ago
  44. 5e388e9 btrfs: Fix race condition between delayed refs and blockgroup removal by Nikolay Borisov · 7 years ago
  45. a9e5b73 vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion by David Howells · 7 years ago
  46. 6606259 afs: Fix server record deletion by David Howells · 7 years ago
  47. b9abdcf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  48. 43f70c9 Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 7 years ago
  49. 0d9cf33 Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  50. 16a34ad Don't leak MNT_INTERNAL away from internal mounts by Al Viro · 7 years ago
  51. ab60ee7 cifs: smbd: Check for iov length on sending the last iov by Long Li · 7 years ago
  52. 92d3217 btrfs: fix unaligned access in readdir by David Sterba · 7 years ago
  53. b256926 ext4: set h_journal if there is a failure starting a reserved handle by Theodore Ts'o · 7 years ago
  54. 336a8bb btrfs: Fix wrong btrfs_delalloc_release_extents parameter by Qu Wenruo · 7 years ago
  55. f218ea6 btrfs: delayed-inode: Remove wrong qgroup meta reservation calls by Qu Wenruo · 7 years ago
  56. ff6bc37 btrfs: qgroup: Use independent and accurate per inode qgroup rsv by Qu Wenruo · 7 years ago
  57. a514d63 btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT by Qu Wenruo · 7 years ago
  58. 44f06ba udf: Fix leak of UTF-16 surrogates into encoded strings by Jan Kara · 7 years ago
  59. a5240cb fs: cifs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  60. 0d568cd cifs: smb2ops: Fix NULL check in smb2_query_symlink by Gustavo A. R. Silva · 7 years ago
  61. e86281e eCryptfs: don't pass up plaintext names when using filename encryption by Tyler Hicks · 7 years ago
  62. 0685693 fs: ext2: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  63. 4f34a51 isofs: fix potential memory leak in mount option parsing by Chengguang Xu · 7 years ago
  64. ffdeec7 ceph: always update atime/mtime/ctime for new inode by Yan, Zheng · 7 years ago
  65. 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
  66. 6590384 orangefs_kill_sb(): deal with allocation failures by Al Viro · 7 years ago
  67. c66b23c jffs2_kill_sb(): deal with failed allocations by Al Viro · 7 years ago
  68. e37563bb Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  69. 09c9b0e Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  70. 18b7fd1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  71. 1da4d37 proc: revalidate misc dentries by Alexey Dobriyan · 7 years ago
  72. 4802310 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  73. 5d41be6 btrfs: Only check first key for committed tree blocks by Qu Wenruo · 7 years ago
  74. 92183a4 fsnotify: fix ignore mask logic in send_to_group() by Amir Goldstein · 7 years ago
  75. c1596ff cifs: change validate_buf to validate_iov by Ronnie Sahlberg · 7 years ago
  76. 05432e2 cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data() by Ronnie Sahlberg · 7 years ago
  77. 91cb74f cifs: Change SMB2_open to return an iov for the error parameter by Ronnie Sahlberg · 7 years ago
  78. e19b2bc cifs: add resp_buf_size to the mid_q_entry structure by Ronnie Sahlberg · 7 years ago
  79. 0d4b46b smb3.11: replace a 4 with server->vals->header_preamble_size by Steve French · 7 years ago
  80. 9fdd2e0 cifs: replace a 4 with server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
  81. 2e96467 cifs: add pdu_size to the TCP_Server_Info structure by Ronnie Sahlberg · 7 years ago
  82. 5100d8a SMB311: Improve checking of negotiate security contexts by Steve French · 7 years ago
  83. 136ff1b SMB3: Fix length checking of SMB3.11 negotiate request by Steve French · 7 years ago
  84. 80aa76b Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  85. 4ac1800 Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  86. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  87. 7214dd4 Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. 19e8a2f Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 3e7aafc GFS2: Minor improvements to comments and documentation by Bob Peterson · 7 years ago
  90. 3fd5d3a gfs2: Stop using rhashtable_walk_peek by Andreas Gruenbacher · 7 years ago
  91. 349fa7d ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS by Eric Biggers · 7 years ago
  92. 852eb3a btrfs: add SPDX header to Kconfig by David Sterba · 7 years ago
  93. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  94. 9888c34 btrfs: replace GPL boilerplate by SPDX -- headers by David Sterba · 7 years ago
  95. 471d557 Btrfs: fix loss of prealloc extents past i_size after fsync log replay by Filipe Manana · 7 years ago
  96. af72273 Btrfs: clean up resources during umount after trans is aborted by Liu Bo · 7 years ago
  97. 795939a ovl: add support for "xino" mount and config options by Amir Goldstein · 7 years ago
  98. adbf4f7 ovl: consistent d_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  99. 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
  100. e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago