aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-03-14Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-03-14 Merge tag 'v4.1.19' into linux-linaro-lsk-v4.1Alex Shi
2016-03-04route: check and remove route cache when we get routeXin Long
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-04unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-04net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2016-03-04ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)
2016-03-02Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-03-01Merge remote-tracking branch 'origin/v4.1/topic/writeback-cg' into linux-lina...Alex Shi
2016-03-01Merge branch 'writeback-cg' into linux-4.1.yAlex Shi
2016-03-01block: remove BIO_EOPNOTSUPPChristoph Hellwig
2016-03-01writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2016-03-01bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov
2016-03-01vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo
2016-03-01writeback: disassociate inodes from dying bdi_writebacksTejun Heo
2016-03-01writeback: add lockdep annotation to inode_to_wb()Tejun Heo
2016-03-01writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2016-03-01writeback: implement foreign cgroup inode detectionTejun Heo
2016-03-01writeback: make writeback_control track the inode being written backTejun Heo
2016-03-01writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2016-03-01writeback: implement memcg writeback domain based throttlingTejun Heo
2016-03-01writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2016-03-01writeback: implement memcg wb_domainTejun Heo
2016-03-01writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2016-03-01writeback: move global_dirty_limit into wb_domainTejun Heo
2016-03-01writeback: implement wb_domainTejun Heo
2016-03-01writeback: reorganize [__]wb_update_bandwidth()Tejun Heo
2016-03-01writeback: clean up wb_dirty_limit()Tejun Heo
2016-03-01buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo
2016-03-01writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo
2016-03-01writeback: implement bdi_wait_for_completion()Tejun Heo
2016-03-01writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2016-03-01writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2016-03-01writeback: remove bdi_start_writeback()Tejun Heo
2016-03-01writeback: implement bdi_for_each_wb()Tejun Heo
2016-03-01writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2016-03-01writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo
2016-03-01writeback: implement WB_has_dirty_io wb_state flagTejun Heo
2016-03-01writeback: implement and use inode_congested()Tejun Heo
2016-03-01writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo
2016-03-01writeback: make congestion functions per bdi_writebackTejun Heo
2016-03-01writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Tejun Heo
2016-03-01writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2016-03-01writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo
2016-03-01bdi: separate out congested state into a separate structTejun Heo
2016-03-01bdi: make inode_to_bdi() inlineTejun Heo
2016-03-01writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2016-03-01writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo