1. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  3. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 8 years ago
  4. 86c3e00 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  5. 374bf88 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  6. 9ae3b3f5 block: provide bio_uninit() free freeing integrity/task associations by Jens Axboe · 8 years ago
  7. e547204 Merge tag 'nfs-for-4.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  8. 5657cb0 fs/fcntl: use copy_to/from_user() for u64 types by Jens Axboe · 8 years ago
  9. fbaf94e ovl: don't set origin on broken lower hardlink by Miklos Szeredi · 8 years ago
  10. e85f82f ovl: copy-up: don't unlock between lookup and link by Miklos Szeredi · 8 years ago
  11. 2e31b4c NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete() by Trond Myklebust · 8 years ago
  12. d9f2950 Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind" by Benjamin Coddington · 8 years ago
  13. bd17193 NFSv4.1: Fix a race in nfs4_proc_layoutget by Trond Myklebust · 8 years ago
  14. 898fc11 NFS: Trunking detection should handle ERESTARTSYS/EINTR by Trond Myklebust · 8 years ago
  15. e6959b9 btrfs: add support for passing in write hints for buffered writes by Jens Axboe · 8 years ago
  16. 31d7d58 xfs: add support for passing in write hints for buffered writes by Jens Axboe · 8 years ago
  17. 0127251 ext4: add support for passing in write hints for buffered writes by Jens Axboe · 8 years ago
  18. 8e8f929 fs: add support for buffered writeback to pass down write hints by Jens Axboe · 8 years ago
  19. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 8 years ago
  20. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 8 years ago
  21. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  22. 337c6ba Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  23. 98da7d0 fs/exec.c: account for argv/envp pointers by Kees Cook · 8 years ago
  24. 8818efa ocfs2: fix deadlock caused by recursive locking in xattr by Eric Ren · 8 years ago
  25. 1eb643d fs/dax.c: fix inefficiency in dax_writeback_mapping_range() by Jan Kara · 8 years ago
  26. 9fa4eb8 autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL by NeilBrown · 8 years ago
  27. 7b249bd Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  28. a38371c Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  29. eb5e248 xfs: don't allow bmap on rt files by Darrick J. Wong · 8 years ago
  30. 021f601 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  31. 0e9350d btrfs: use new block error code by Dan Carpenter · 8 years ago
  32. 517a6e4 CIFS: Fix some return values in case of error in 'crypt_message' by Christophe Jaillet · 8 years ago
  33. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  34. e125f52 cifs: remove redundant return in cifs_creation_time_get by Colin Ian King · 8 years ago
  35. dcd87838 CIFS: Improve readdir verbosity by Pavel Shilovsky · 8 years ago
  36. ecf3411 CIFS: check if pages is null rather than bv for a failed allocation by Colin Ian King · 8 years ago
  37. 8a7b0d8 CIFS: Set ->should_dirty in cifs_user_readv() by Dan Carpenter · 8 years ago
  38. edf064e btrfs: nowait aio support by Goldwyn Rodrigues · 8 years ago
  39. 29a5d29 xfs: nowait aio support by Goldwyn Rodrigues · 8 years ago
  40. 728fbc0 ext4: nowait aio support by Goldwyn Rodrigues · 8 years ago
  41. 03a07c9 block: return on congested block device by Goldwyn Rodrigues · 8 years ago
  42. a38d124 fs: Introduce IOMAP_NOWAIT by Goldwyn Rodrigues · 8 years ago
  43. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 8 years ago
  44. 9830f4b fs: Use RWF_* flags for AIO operations by Goldwyn Rodrigues · 8 years ago
  45. fdd2f5b fs: Separate out kiocb flags setup based on RWF_* flags by Goldwyn Rodrigues · 8 years ago
  46. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  47. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 8 years ago
  48. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  49. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  50. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  51. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  52. 6e20350 Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  53. 77e9ce3 ufs: fix the logics for tail relocation by Al Viro · 8 years ago
  54. c0ef65d ufs_iget(): fail with -ESTALE on deleted inode by Al Viro · 8 years ago
  55. 23ac7cb fix signedness of timestamps on ufs1 by Al Viro · 8 years ago
  56. adc3110 Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  57. c8636b9 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. ccd3d90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 64c2b20 userfaultfd: shmem: handle coredumping in handle_userfault() by Andrea Arcangeli · 8 years ago
  60. ab2789b Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  61. 20223f0 fs: pass on flags in compat_writev by Christoph Hellwig · 8 years ago
  62. 4068367 fs: don't forget to put old mntns in mntns_install by Andrei Vagin · 8 years ago
  63. 81be24d Hang/soft lockup in d_invalidate with simultaneous calls by Al Viro · 8 years ago
  64. 54ed0f7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  65. a8fad98 ufs_truncate_blocks(): fix the case when size is in the last direct block by Al Viro · 8 years ago
  66. 289dec5 ufs: more deadlock prevention on tail unpacking by Al Viro · 8 years ago
  67. 09bf4f5 ufs: avoid grabbing ->truncate_mutex if possible by Al Viro · 8 years ago
  68. 267309f ufs_get_locked_page(): make sure we have buffer_heads by Al Viro · 8 years ago
  69. c596961 ufs: fix s_size/s_dsize users by Al Viro · 8 years ago
  70. b451cec ufs: fix reserved blocks check by Al Viro · 8 years ago
  71. fffd70f ufs: make ufs_freespace() return signed by Al Viro · 8 years ago
  72. 96ecff1 ufs: fix logics in "ufs: make fsck -f happy" by Al Viro · 8 years ago
  73. 4ca2fea ceph: unify inode i_ctime update by Yan, Zheng · 8 years ago
  74. 5619901 ceph: use current_kernel_time() to get request time stamp by Yan, Zheng · 8 years ago
  75. 03f2190 ceph: check i_nlink while converting a file handle to dentry by Luis Henriques · 8 years ago
  76. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  77. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  78. 19e72d3 configfs: Introduce config_item_get_unless_zero() by Bart Van Assche · 8 years ago
  79. ba80aa9 configfs: Fix race between create_link and configfs_rmdir by Nicholas Bellinger · 8 years ago
  80. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  81. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. 66cea28 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  83. 67a7001 ufs: we need to sync inode before freeing it by Al Viro · 8 years ago
  84. babef37 excessive checks in ufs_write_failed() and ufs_evict_inode() by Al Viro · 8 years ago
  85. 006351a ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path by Al Viro · 8 years ago
  86. 940ef1a ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() by Al Viro · 8 years ago
  87. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 8 years ago
  88. eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 8 years ago
  89. 414cf71 fix ufs_isblockset() by Al Viro · 8 years ago
  90. 8785d84 ufs: restore proper tail allocation by Al Viro · 8 years ago
  91. 70e7af2 Btrfs: fix delalloc accounting leak caused by u32 overflow by Omar Sandoval · 8 years ago
  92. 452e62b Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 8 years ago
  93. 286b92f btrfs: tree-log.c: Wrong printk information about namelen by Su Yue · 8 years ago
  94. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  95. 36ffc6c block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO by Christoph Hellwig · 8 years ago
  96. d5245d7 fs: simplify dio_bio_complete by Christoph Hellwig · 8 years ago
  97. 4055351 fs: remove the unused error argument to dio_end_io() by Christoph Hellwig · 8 years ago
  98. f729b66 gfs2: remove the unused sd_log_error field by Christoph Hellwig · 8 years ago
  99. 95989c4 xfs: fix spurious spin_is_locked() assert failures on non-smp kernels by Brian Foster · 8 years ago
  100. d41519a crypto: Work around deallocated stack frame reference gcc bug on sparc. by David Miller · 8 years ago