summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo2015-06-021-18/+2
* writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-021-1/+1
* writeback: reorganize [__]wb_update_bandwidth()Tejun Heo2015-06-021-10/+0
* writeback: clean up wb_dirty_limit()Tejun Heo2015-06-021-1/+1
* ext2: enable cgroup writeback supportTejun Heo2015-06-021-1/+1
* mpage: make __mpage_writepage() honor cgroup writebackTejun Heo2015-06-021-0/+2
* buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo2015-06-021-6/+20
* writeback: dirty inodes against their matching cgroup bdi_writeback'sTejun Heo2015-06-021-12/+11
* writeback: make writeback initiation functions handle multiple bdi_writeback'sTejun Heo2015-06-021-5/+91
* writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo2015-06-021-23/+29
* writeback: implement wb_wait_for_single_work()Tejun Heo2015-06-021-2/+45
* writeback: implement bdi_wait_for_completion()Tejun Heo2015-06-021-12/+46
* writeback: add wb_writeback_work->auto_freeTejun Heo2015-06-021-7/+6
* writeback: make wakeup_dirtytime_writeback() handle multiple bdi_writeback'sTejun Heo2015-06-021-3/+6
* writeback: make wakeup_flusher_threads() handle multiple bdi_writeback'sTejun Heo2015-06-021-2/+46
* writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo2015-06-021-6/+6
* writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo2015-06-021-14/+1
* writeback: remove bdi_start_writeback()Tejun Heo2015-06-021-43/+25
* writeback: don't issue wb_writeback_work if cleanTejun Heo2015-06-021-8/+10
* writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2015-06-021-2/+3
* writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo2015-06-021-1/+6
* writeback: implement WB_has_dirty_io wb_state flagTejun Heo2015-06-021-24/+86
* writeback: implement and use inode_congested()Tejun Heo2015-06-021-0/+29
* writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-022-3/+6
* bdi: make inode_to_bdi() inlineTejun Heo2015-06-022-22/+2
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-0214-0/+14
* writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo2015-06-021-45/+41
* writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-024-13/+12
* writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-024-9/+10
* writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-021-7/+7
* memcg: add per cgroup dirty page accountingGreg Thelen2015-06-022-9/+37
* page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo2015-06-021-2/+2
* block: fix returnvar.cocci warningsJulia Lawall2015-05-261-2/+1
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-223-14/+6
* block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-195-34/+2
* bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-052-2/+1
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-0313-229/+210
|\
| * ext4: fix growing of tiny filesystemsJan Kara2015-05-021-2/+5
| * ext4: move check under lock scope to close a race.Davide Italiano2015-05-021-7/+8
| * ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-022-0/+10
| * ext4 crypto: remove duplicated encryption mode definitionsChanho Park2015-05-021-6/+0
| * ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu2015-05-021-2/+7
| * ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2015-05-015-8/+31
| * ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-015-204/+149
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-017-77/+118
|\ \
| * | Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
| * | Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-262-9/+14
| * | btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-04-261-1/+2
| * | btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval2015-04-261-4/+6
| * | btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
OpenPOWER on IntegriCloud