summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo
2015-06-02ext2: enable cgroup writeback supportTejun Heo
2015-06-02mpage: make __mpage_writepage() honor cgroup writebackTejun Heo
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo
2015-06-02writeback: dirty inodes against their matching cgroup bdi_writeback'sTejun Heo
2015-06-02writeback: make writeback initiation functions handle multiple bdi_writeback'sTejun Heo
2015-06-02writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo
2015-06-02writeback: implement wb_wait_for_single_work()Tejun Heo
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo
2015-06-02writeback: add wb_writeback_work->auto_freeTejun Heo
2015-06-02writeback: make wakeup_dirtytime_writeback() handle multiple bdi_writeback'sTejun Heo
2015-06-02writeback: make wakeup_flusher_threads() handle multiple bdi_writeback'sTejun Heo
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo
2015-06-02writeback: don't issue wb_writeback_work if cleanTejun Heo
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo
2015-06-02writeback: implement and use inode_congested()Tejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo
2015-06-02ubifs: fix to check error code of register_shrinkerChao Yu
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-01f2fs: disable the discard option when device doesn't supportChenxi Mao
2015-06-01f2fs crypto: remove alloc_page for bounce_pageJaegeuk Kim
2015-06-01f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim
2015-06-01f2fs crypto: clean up error handling in f2fs_fname_setup_filenameJaegeuk Kim
2015-06-01f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim
2015-06-01f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu
2015-06-01f2fs crypto: allow setting encryption policy onceChao Yu
2015-06-01f2fs crypto: check context consistent for rename2Chao Yu
2015-06-01f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs: recovering broken superblock during mounthujianyang
2015-06-01f2fs crypto: check encryption for tmpfileJaegeuk Kim
2015-06-01f2fs: support RENAME_WHITEOUTChao Yu