linux.git
2016-03-26 Linus TorvaldsLinux 4.6-rc1 v4.6-rc1
2016-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-03-26 Linus TorvaldsMerge tag 'ofs-pull-tag-1' of git://git./linux/kernel...
2016-03-26 Linus TorvaldsMerge tag 'ntb-4.6' of git://github.com/jonmason/ntb
2016-03-26 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2016-03-26 Linus Torvaldsf2fs/crypto: fix xts_tweak initialization
2016-03-26 Allen HubbeNTB: Remove _addr functions from ntb_hw_amd
2016-03-26 Al Viroorangefs: fix orangefs_superblock locking
2016-03-26 Al Viroorangefs: fix do_readv_writev() handling of error halfw...
2016-03-26 Al Viroorangefs: have ->kill_sb() evict the VFS side of things...
2016-03-26 Al Viroorangefs: sanitize ->llseek()
2016-03-26 Al Viroorangefs-bufmap.h: trim unused junk
2016-03-26 Al Viroorangefs: saner calling conventions for getting a slot
2016-03-26 Al Viroorangefs_copy_{to,from}_bufmap(): don't pass bufmap...
2016-03-26 Al Viroorangefs: get rid of readdir_handle_s
2016-03-25 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-03-25 Linus TorvaldsMerge tag 'pm+acpi-4.6-rc1-3' of git://git./linux/kerne...
2016-03-25 Linus TorvaldsMerge tag 'please-pull-preadv2' of git://git./linux...
2016-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-03-25 Kirill A. Shutemovthp: fix typo in khugepaged_scan_pmd()
2016-03-25 Andrey RyabininMAINTAINERS: fill entries for KASAN
2016-03-25 Nicolai Stangemm/filemap: generic_file_read_iter(): check for zero...
2016-03-25 Alexander Potapenkokasan: test fix: warn if the UAF could not be detected...
2016-03-25 Alexander Potapenkomm, kasan: stackdepot implementation. Enable stackdepot...
2016-03-25 Alexander Potapenkoarch, ftrace: for KASAN put hard/soft IRQ entries into...
2016-03-25 Alexander Potapenkomm, kasan: add GFP flags to KASAN API
2016-03-25 Alexander Potapenkomm, kasan: SLAB support
2016-03-25 Alexander Potapenkokasan: modify kmalloc_large_oob_right(), add kmalloc_pa...
2016-03-25 Tetsuo Handainclude/linux/oom.h: remove undefined oom_kills_count...
2016-03-25 Vlastimil Babkamm/page_alloc: prevent merging between isolated and...
2016-03-25 Arnd Bergmanndrivers/memstick/host/r592.c: avoid gcc-6 warning
2016-03-25 Xue jiufeiocfs2: extend enough credits for freeing one truncate...
2016-03-25 Xue jiufeiocfs2: extend transaction for ocfs2_remove_rightmost_pa...
2016-03-25 xuejiufeiocfs2/dlm: move lock to the tail of grant queue while...
2016-03-25 jiangyiwenocfs2: solve a problem of crossing the boundary in...
2016-03-25 jiangyiwenocfs2: fix occurring deadlock by changing ocfs2_wq...
2016-03-25 Joseph Qiocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
2016-03-25 Joseph Qiocfs2/dlm: fix race between convert and recovery
2016-03-25 Ryan Dingocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()
2016-03-25 Ryan Dingocfs2: fix disk file size and memory file size mismatch
2016-03-25 Ryan Dingocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2...
2016-03-25 Ryan Dingocfs2: fix ip_unaligned_aio deadlock with dio work...
2016-03-25 Ryan Dingocfs2: code clean up for direct io
2016-03-25 Ryan Dingocfs2: fix sparse file & data ordering issue in direct io
2016-03-25 Ryan Dingocfs2: record UNWRITTEN extents when populate write...
2016-03-25 Ryan Dingocfs2: return the physical address in ocfs2_write_cluster
2016-03-25 Ryan Dingocfs2: do not change i_size in write_end for direct io
2016-03-25 Ryan Dingocfs2: test target page before change it
2016-03-25 Ryan Dingocfs2: use c_new to indicate newly allocated extents
2016-03-25 Ryan Dingocfs2: add ocfs2_write_type_t type to identify the...
2016-03-25 Junxiao Biocfs2: o2hb: fix double free bug
2016-03-25 Andrew Mortondrivers/input: eliminate INPUT_COMPAT_TEST macro
2016-03-25 Tetsuo Handaoom, oom_reaper: protect oom_reaper_list using simpler way
2016-03-25 Michal Hockooom: make oom_reaper freezable
2016-03-25 Vladimir Davydovoom: make oom_reaper_list single linked
2016-03-25 Michal Hockooom, oom_reaper: disable oom_reaper for oom_kill_alloca...
2016-03-25 Michal Hockomm, oom_reaper: implement OOM victims queuing
2016-03-25 Michal Hockomm, oom_reaper: report success/failure
2016-03-25 Michal Hockooom: clear TIF_MEMDIE after oom_reaper managed to unmap...
2016-03-25 Michal Hockomm, oom: introduce oom reaper
2016-03-25 Andrew Mortonsched: add schedule_timeout_idle()
2016-03-25 Tony Luck[IA64] Enable preadv2 and pwritev2 syscalls for ia64
2016-03-25 Rafael J. WysockiFix permissions of drivers/power/avs/rockchip-io-domain.c
2016-03-25 Geliang Tanglibceph: use KMEM_CACHE macro
2016-03-25 Geliang Tangceph: use kmem_cache_zalloc
2016-03-25 Geliang Tangrbd: use KMEM_CACHE macro
2016-03-25 Yan, Zhengceph: use lookup request to revalidate dentry
2016-03-25 Yan, Zhengceph: kill ceph_get_dentry_parent_inode()
2016-03-25 Yan, Zhengceph: fix security xattr deadlock
2016-03-25 Yan, Zhengceph: don't request vxattrs from MDS
2016-03-25 Yan, Zhengceph: fix mounting same fs multiple times
2016-03-25 Yan, Zhengceph: remove unnecessary NULL check
2016-03-25 Yan, Zhengceph: avoid updating directory inode's i_size accidentally
2016-03-25 Yan, Zhengceph: fix race during filling readdir cache
2016-03-25 Ilya Dryomovlibceph: use sizeof_footer() more
2016-03-25 Ilya Dryomovceph: kill ceph_empty_snapc
2016-03-25 Anton Protopopovceph: fix a wrong comparison
2016-03-25 Deepa Dinamaniceph: replace CURRENT_TIME by current_fs_time()
2016-03-25 Yan, Zhengceph: scattered page writeback
2016-03-25 Yan, Zhenglibceph: add helper that duplicates last extent operation
2016-03-25 Ilya Dryomovlibceph: enable large, variable-sized OSD requests
2016-03-25 Ilya Dryomovlibceph: osdc->req_mempool should be backed by a slab...
2016-03-25 Ilya Dryomovlibceph: make r_request msg_size calculation clearer
2016-03-25 Yan, Zhenglibceph: move r_reply_op_{len,result} into struct ceph_...
2016-03-25 Ilya Dryomovlibceph: rename ceph_osd_req_op::payload_len to indata_len
2016-03-25 Yan, Zhengceph: remove useless BUG_ON
2016-03-25 Yan, Zhengceph: don't enable rbytes mount option by default
2016-03-25 Yan, Zhengceph: encode ctime in cap message
2016-03-25 Ilya Dryomovlibceph: behave in mon_fault() if cur_mon < 0
2016-03-25 Ilya Dryomovlibceph: reschedule tick in mon_fault()
2016-03-25 Ilya Dryomovlibceph: introduce and switch to reopen_session()
2016-03-25 Ilya Dryomovlibceph: monc hunt rate is 3s with backoff up to 30s
2016-03-25 Ilya Dryomovlibceph: monc ping rate is 10s
2016-03-25 Ilya Dryomovlibceph: pick a different monitor when reconnecting
2016-03-25 Ilya Dryomovlibceph: revamp subs code, switch to SUBSCRIBE2 protocol
2016-03-25 Ilya Dryomovlibceph: decouple hunting and subs management
2016-03-25 Ilya Dryomovlibceph: move debugfs initialization into __ceph_open_s...
2016-03-25 Linus TorvaldsRevert "ppdev: use new parport device model"
2016-03-25 Linus TorvaldsMerge tag 'firewire-update2' of git://git./linux/kernel...
2016-03-25 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
next