summaryrefslogtreecommitdiffstats
path: root/mm/backing-dev.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-111-2/+2
|\
| * blkcg: rename subsystem name from blkio to ioTejun Heo2015-08-191-2/+2
* | inode: rename i_wb_list to i_io_listDave Chinner2015-08-181-4/+4
|/
* writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo2015-07-021-6/+16
* writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo2015-07-021-41/+46
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-126/+508
|\
| * bdi: fix wrong error return value in cgwb_create()Tejun Heo2015-06-041-1/+3
| * writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo2015-06-021-30/+0Star
| * writeback: implement memcg wb_domainTejun Heo2015-06-021-1/+8
| * writeback: clean up wb_dirty_limit()Tejun Heo2015-06-021-3/+3
| * writeback: implement bdi_wait_for_completion()Tejun Heo2015-06-021-0/+1
| * writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2015-06-021-5/+0Star
| * writeback: implement WB_has_dirty_io wb_state flagTejun Heo2015-06-021-1/+1
| * writeback: make congestion functions per bdi_writebackTejun Heo2015-06-021-11/+11
| * writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-021-0/+397
| * bdi: separate out congested state into a separate structTejun Heo2015-06-021-2/+5
| * writeback: add @gfp to wb_init()Tejun Heo2015-06-021-4/+5
| * bdi: make inode_to_bdi() inlineTejun Heo2015-06-021-0/+1
| * writeback: reorganize mm/backing-dev.cTejun Heo2015-06-021-87/+87
| * writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo2015-06-021-31/+28Star
| * writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-021-25/+20Star
| * writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-021-23/+37
| * writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-021-10/+10
* | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-281-17/+1Star
|/
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-2/+8
|\
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-2/+8
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-201-9/+0Star
* | fs: don't reassign dirty inodes to default_backing_dev_infoChristoph Hellwig2015-01-201-67/+23Star
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-5/+2Star
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-24/+16Star
|\
| * bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2014-09-081-1/+1
| * bdi: explain the dirty list transferring in bdi_destroy()Tejun Heo2014-09-081-2/+11
| * bdi: make backing_dev_info->wb.dwork canceling stricterTejun Heo2014-09-081-13/+2Star
| * bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()Tejun Heo2014-09-081-8/+2Star
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-2/+2
|\ \
| * | proportions: add @gfp to init functionsTejun Heo2014-09-081-1/+1
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
| |/
* / mm: clean up zone flagsJohannes Weiner2014-10-101-1/+1
|/
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* bdi: avoid oops on device removalJan Kara2014-04-041-4/+9
* backing_dev: fix hung task on syncDerek Basehore2014-04-041-1/+4
* mm/backing-dev.c: check user buffer length before copying data to the related...Chen Gang2013-09-121-1/+1
* backing-dev: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-8/+11
* sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-2/+0Star
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-3/+2Star
* writeback: expose the bdi_wq workqueueTejun Heo2013-04-021-1/+1
* writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-021-227/+28Star
* writeback: remove unused bdi_pending_listTejun Heo2013-04-021-3/+1Star
* bdi: allow block devices to say that they require stable page writesDarrick J. Wong2013-02-221-0/+11