summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-0652-70/+68
* vfs: Move waiting for inode writeback from end_writeback() to evict_inode()Jan Kara2012-05-061-1/+2
* writeback: Refactor writeback_single_inode()Jan Kara2012-05-061-56/+86
* writeback: Remove wb->list_lock from writeback_single_inode()Jan Kara2012-05-061-10/+7
* writeback: Separate inode requeueing after writebackJan Kara2012-05-061-47/+55
* writeback: Move I_DIRTY_PAGES handlingJan Kara2012-05-061-2/+3
* writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara2012-05-062-21/+45
* writeback: Move clearing of I_SYNC into inode_sync_complete()Jan Kara2012-05-061-6/+2
* writeback: initialize global_dirty_limitFengguang Wu2012-05-061-0/+1
* fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy2012-04-251-1/+2
* mm: page-writeback.c: local functions should not be exposed globallyH Hartley Sweeten2012-04-141-1/+1
* Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-136-183/+223
|\
| * irq_work: fix compile failure on tile from missing includeChris Metcalf2012-04-131-0/+1
| * ia64: populate the cmpxchg header with appropriate codePaul Gortmaker2012-04-132-114/+148
| * alpha: fix build failures from system.h dismembermentPaul Gortmaker2012-04-133-69/+74
* | Merge tag 'fbdev-fixes-for-3.4-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-04-134-193/+201
|\ \
| * | video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing2012-04-091-2/+9
| * | fbdev: fix au1*fb buildsManuel Lauss2012-04-082-3/+4
| * | kyrofb: fix on x86_64Ondrej Zary2012-04-081-188/+188
| |/
* | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-137-21/+40
|\ \
| * | Btrfs: use commit root when loading free space cacheJosef Bacik2012-04-122-10/+3
| * | Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones2012-04-121-4/+5
| * | Btrfs: check return value of bio_alloc() properlyTsutomu Itoh2012-04-123-0/+10
| * | Btrfs: remove lock assert from get_restripe_target()Ilya Dryomov2012-04-121-3/+2
| * | Btrfs: fix eof while discarding extentsLiu Bo2012-04-121-2/+18
| * | Btrfs: fix uninit variable in repair_eb_io_failureChris Mason2012-04-121-1/+1
| * | Revert "Btrfs: increase the global block reserve estimates"Chris Mason2012-04-121-1/+1
* | | Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-1310-332/+796
|\ \ \
| * | | block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancyGreg Kroah-Hartman2012-04-121-1/+1
| * | | mtip32xx: dump tagmap on failureAsai Thambi S P2012-04-091-29/+33
| * | | mtip32xx: fix handling of commands in various scenariosAsai Thambi S P2012-04-092-51/+132
| * | | mtip32xx: Shorten macro namesAsai Thambi S P2012-04-092-77/+75
| * | | mtip32xx: misc changesAsai Thambi S P2012-04-091-22/+44
| * | | mtip32xx: Add new sysfs entry 'status'Asai Thambi S P2012-04-093-29/+331
| * | | mtip32xx: make setting comp_time as commonAsai Thambi S P2012-04-091-11/+5
| * | | mtip32xx: Add new bitwise flag 'dd_flag'Asai Thambi S P2012-04-092-55/+168
| * | | mtip32xx: fix error handling in mtip_init()Ryosuke Saito2012-04-051-4/+11
| * | | virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal2012-03-291-0/+1
| * | | Merge branch 'stable/for-jens-3.4-bugfixes' of git://git.kernel.org/pub/scm/l...Jens Axboe2012-03-263-74/+40
| |\ \ \
| | * | | xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk2012-03-241-21/+14
| | * | | xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk2012-03-243-61/+34
| * | | | mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P2012-03-231-11/+8
| |/ / /
| * | | cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron2012-03-221-1/+1
| * | | cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron2012-03-221-0/+1
| * | | xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan2012-03-201-16/+16
| * | | xen/blkfront: don't put bdev right after getting itAndrew Jones2012-03-201-1/+1
| * | | xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita2012-03-201-4/+3
| * | | xen/blkback: Enable blkback on HVM guestsDaniel De Graaf2012-03-201-1/+1
| * | | xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf2012-03-201-25/+4
* | | | Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-135-16/+27
|\ \ \ \