index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
writeback: remove bdi_start_writeback()
Tejun Heo
2015-06-02
1
-2
/
+2
*
writeback: implement bdi_for_each_wb()
Tejun Heo
2015-06-02
1
-0
/
+63
*
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
2015-06-02
2
-3
/
+15
*
writeback: implement backing_dev_info->tot_write_bandwidth
Tejun Heo
2015-06-02
1
-0
/
+2
*
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
2015-06-02
2
-5
/
+4
*
writeback: implement and use inode_congested()
Tejun Heo
2015-06-02
1
-0
/
+22
*
writeback, blkcg: restructure blk_{set|clear}_queue_congested()
Tejun Heo
2015-06-02
1
-19
/
+0
*
writeback: make congestion functions per bdi_writeback
Tejun Heo
2015-06-02
2
-21
/
+38
*
writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...
Tejun Heo
2015-06-02
1
-0
/
+6
*
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
2015-06-02
5
-3
/
+263
*
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
2015-06-02
2
-1
/
+32
*
bdi: separate out congested state into a separate struct
Tejun Heo
2015-06-02
2
-3
/
+13
*
bdi: make inode_to_bdi() inline
Tejun Heo
2015-06-02
2
-3
/
+23
*
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
3
-102
/
+108
*
writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
Tejun Heo
2015-06-02
1
-6
/
+6
*
writeback: move bandwidth related fields from backing_dev_info into bdi_write...
Tejun Heo
2015-06-02
3
-24
/
+23
*
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
2015-06-02
1
-36
/
+32
*
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
2015-06-02
1
-12
/
+12
*
memcg: implement mem_cgroup_css_from_page()
Tejun Heo
2015-06-02
1
-0
/
+1
*
blkcg: implement bio_associate_blkcg()
Tejun Heo
2015-06-02
1
-0
/
+3
*
blkcg: implement task_get_blkcg_css()
Tejun Heo
2015-06-02
1
-0
/
+12
*
cgroup, block: implement task_get_css() and use it in bio_associate_current()
Tejun Heo
2015-06-02
1
-0
/
+25
*
blkcg: add blkcg_root_css
Tejun Heo
2015-06-02
1
-0
/
+3
*
memcg: add mem_cgroup_root_css
Tejun Heo
2015-06-02
1
-0
/
+4
*
update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
Tejun Heo
2015-06-02
1
-2
/
+5
*
blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
Tejun Heo
2015-06-02
1
-0
/
+603
*
memcg: add per cgroup dirty page accounting
Greg Thelen
2015-06-02
3
-3
/
+7
*
page_writeback: revive cancel_dirty_page() in a restricted form
Tejun Heo
2015-06-02
1
-0
/
+1
*
blk-mq: Shared tag enhancements
Keith Busch
2015-06-01
1
-0
/
+4
*
block: don't honor chunk sizes for data-less IO
Jens Axboe
2015-05-29
1
-1
/
+1
*
block, dm: don't copy bios for request clones
Christoph Hellwig
2015-05-22
2
-5
/
+3
*
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
2015-05-22
1
-12
/
+0
*
block: export blkdev_reread_part() and __blkdev_reread_part()
Jarod Wilson
2015-05-20
1
-0
/
+3
*
suspend: simplify block I/O handling
Christoph Hellwig
2015-05-19
1
-1
/
+0
*
block: collapse bio bit space
Jens Axboe
2015-05-19
1
-9
/
+9
*
block: remove unused BIO_RW_BLOCK and BIO_EOF flags
Christoph Hellwig
2015-05-19
1
-2
/
+0
*
block: remove BIO_EOPNOTSUPP
Christoph Hellwig
2015-05-19
1
-1
/
+0
*
block: use an atomic_t for mq_freeze_depth
Christoph Hellwig
2015-05-19
1
-1
/
+1
*
nbd: stop using req->cmd
Christoph Hellwig
2015-05-05
1
-2
/
+0
*
block: move PM request support to IDE
Christoph Hellwig
2015-05-05
2
-20
/
+20
*
block: remove REQ_TYPE_PM_SHUTDOWN
Christoph Hellwig
2015-05-05
1
-1
/
+0
*
block: move REQ_TYPE_SENSE to the ide driver
Christoph Hellwig
2015-05-05
2
-1
/
+1
*
block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h
Christoph Hellwig
2015-05-05
2
-9
/
+9
*
block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
Christoph Hellwig
2015-05-05
1
-2
/
+2
*
bio: skip atomic inc/dec of ->bi_cnt for most use cases
Jens Axboe
2015-05-05
2
-2
/
+17
*
bio: skip atomic inc/dec of ->bi_remaining for non-chains
Jens Axboe
2015-05-05
2
-1
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-05-05
3
-1
/
+22
|
\
|
*
lib: make memzero_explicit more robust against dead store elimination
Daniel Borkmann
2015-05-04
3
-1
/
+22
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2015-05-03
1
-0
/
+1
|
\
\
|
*
|
SCSI: add 1024 max sectors black list flag
Mike Christie
2015-04-27
1
-0
/
+1
[next]