summaryrefslogtreecommitdiff
path: root/mm/backing-dev.c
Commit message (Expand)AuthorAge
...
| * writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2015-06-02
| * writeback: implement WB_has_dirty_io wb_state flagTejun Heo2015-06-02
| * writeback: make congestion functions per bdi_writebackTejun Heo2015-06-02
| * writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-02
| * bdi: separate out congested state into a separate structTejun Heo2015-06-02
| * writeback: add @gfp to wb_init()Tejun Heo2015-06-02
| * bdi: make inode_to_bdi() inlineTejun Heo2015-06-02
| * writeback: reorganize mm/backing-dev.cTejun Heo2015-06-02
| * writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo2015-06-02
| * writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-02
| * writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-02
| * writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-02
* | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-28
|/
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-17
|\
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-05
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-20
* | fs: don't reassign dirty inodes to default_backing_dev_infoChristoph Hellwig2015-01-20
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-18
|\
| * bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2014-09-08
| * bdi: explain the dirty list transferring in bdi_destroy()Tejun Heo2014-09-08
| * bdi: make backing_dev_info->wb.dwork canceling stricterTejun Heo2014-09-08
| * bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()Tejun Heo2014-09-08
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-10
|\ \
| * | proportions: add @gfp to init functionsTejun Heo2014-09-08
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-08
| |/
* | mm: clean up zone flagsJohannes Weiner2014-10-09
|/
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* bdi: avoid oops on device removalJan Kara2014-04-03
* backing_dev: fix hung task on syncDerek Basehore2014-04-03
* mm/backing-dev.c: check user buffer length before copying data to the related...Chen Gang2013-09-11
* backing-dev: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-19
* sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-16
* drivers: avoid format string in dev_set_nameKees Cook2013-07-03
* writeback: expose the bdi_wq workqueueTejun Heo2013-04-01
* writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-01
* writeback: remove unused bdi_pending_listTejun Heo2013-04-01
* bdi: allow block devices to say that they require stable page writesDarrick J. Wong2013-02-21
* Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"Linus Torvalds2012-12-17
* bdi: add a user-tunable cpu_list for the bdi flusher threadsJeff Moyer2012-12-05
* backing-dev: use kstrto* in preference to simple_strtoulNamjae Jeon2012-08-25
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-04
* mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-31
* block: Convert BDI proportion calculations to flexible proportionsJan Kara2012-06-09
* backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent2012-02-01
* freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-21
* backing-dev: ensure wakeup_timer is deletedRabin Vincent2011-11-11
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-31