aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev.h
Commit message (Expand)AuthorAge
* 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
* bdi_register: add __printf verification, fix arg mismatchJoe Perches2012-12-13
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-03
* 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-08
* writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-30
* writeback: stabilize bdi->dirty_ratelimitWu Fengguang2011-10-03
* writeback: dirty rate controlWu Fengguang2011-10-03
* writeback: account per-bdi accumulated dirtied pagesWu Fengguang2011-10-03
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* writeback: bdi write bandwidth estimationWu Fengguang2011-07-10
* writeback: account per-bdi accumulated written pagesJan Kara2011-07-10
* writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-07
* block: remove per-queue pluggingJens Axboe2011-03-10
* mm: declare some external symbolsNamhyung Kim2010-10-26
* writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman2010-10-26
* mm: fix writeback_in_progress()Jan Kara2010-08-12
* writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy2010-08-07
* writeback: move last_active to bdiArtem Bityutskiy2010-08-07
* writeback: simplify bdi code a littleArtem Bityutskiy2010-08-07
* writeback: harmonize writeback threads namingArtem Bityutskiy2010-08-07
* writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig2010-08-07
* writeback: remove wb_listChristoph Hellwig2010-08-07
* writeback: simplify the write back thread queueChristoph Hellwig2010-07-06
* writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-11
* Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-01
* writeback: fixups for !dirty_writeback_centisecsJens Axboe2010-05-21
* writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-17
* Merge branch 'master' into for-2.6.35Jens Axboe2010-04-29
|\
| * Catch filesystems lacking s_bdiJörn Engel2010-04-25
| * bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe2010-04-22
* | laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-06
|/
* block: move bdi/address_space unplug functions to backing-dev.hJens Axboe2009-10-29
* writeback: pass in super_block to bdi_start_writeback()Jens Axboe2009-09-25
* writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-16
* writeback: use RCU to protect bdi_listJens Axboe2009-09-16
* writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-11
* writeback: add name to backing_dev_infoJens Axboe2009-09-11
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-11
* writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-11
* Fix compile error due to congestion_wait() changesTrond Myklebust2009-07-11
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-10
* block: change the request allocation/congestion logic to be sync/async basedJens Axboe2009-04-06
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-20
* mm: bdi: export bdi_writeout_inc()Miklos Szeredi2008-04-30
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-30
* mm: bdi: move statistics to debugfsMiklos Szeredi2008-04-30
* mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-30
#n478'>478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799






























































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
%PDF-1.4
%쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
x]-)vw_L?Kje}a7AS[Y#!'?>7_ӿgޮYt?<g)J "~