summaryrefslogtreecommitdiffstats
path: root/Documentation/ja_JP (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-29block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard()OGAWA Hirofumi1-1/+1
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen2-13/+42
2009-12-28cfq-iosched: don't regard requests with long distance as closeShaohua Li1-4/+8
2009-12-22aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton1-16/+1
2009-12-22drivers/block/mg_disk.c: use resource_size()H Hartley Sweeten1-1/+1
2009-12-22drivers/block/DAC960.c: use DAC960_V2_ControllerJulia Lawall1-1/+1
2009-12-21block: Fix topology stacking for data and discard alignmentMartin K. Petersen1-37/+50
2009-12-21drbd: remove unused #include <linux/version.h>Huang Weiyi3-3/+0
2009-12-21drbd: remove duplicated #includeHuang Weiyi1-1/+0
2009-12-21drbd: Fix test of unsigned in _drbd_fault_random()Roel Kluin1-1/+1
2009-12-21drbd: Constify struct file_operationsEmese Revfy3-3/+3
2009-12-18cfq-iosched: Remove prio_change logic for workload selectionVivek Goyal1-36/+12
2009-12-18cfq-iosched: Get rid of nr_groupsVivek Goyal1-4/+0
2009-12-18cfq-iosched: Remove the check for same cfq group from allow_mergeVivek Goyal1-3/+0
2009-12-18drbd: fix test of unsigned in _drbd_fault_random()Roel Kluin1-1/+1
2009-12-18block: remove Documentation/block/as-iosched.txtFUJITA Tomonori2-174/+0
2009-12-18Linux 2.6.33-rc1v2.6.33-rc1Linus Torvalds1-2/+2
2009-12-18printk: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-12-18readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-12-18rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov3-0/+6
2009-12-18sdhci-of: add support for the wii sdhci controllerAlbert Herranz5-1/+82
2009-12-18sdhci-of: reorganize driver to support additional hardwareAlbert Herranz5-127/+224
2009-12-18sdhci-of: rename main driver file prior to reorganizationAlbert Herranz2-1/+3
2009-12-18sdhci: protect header file against multi inclusionAlbert Herranz1-0/+4
2009-12-18sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming1-2/+3
2009-12-18sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-12-18mm: introduce coredump parameter structureMasami Hiramatsu7-53/+69
2009-12-18do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov3-20/+20
2009-12-18nommu: ramfs: remove unused local varMike Frysinger1-1/+1
2009-12-18lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König1-1/+12
2009-12-18vt: don't export vt_kmsg_redirect() to userspaceBernhard Walle1-0/+4
2009-12-18drivers/video/via/viafbdev.c: correct code taking the size of a pointerJulia Lawall1-2/+2
2009-12-18hwmon: I2C bus support for lis3lv02d and variant accelerometer chipsSamu Onkalo3-0/+201
2009-12-18reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-18cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPTGeert Uytterhoeven1-0/+1
2009-12-18kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong1-1/+1
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds10-20/+1
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds3-1/+11
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason1-4/+9
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik2-11/+2
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox1-0/+2
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki1-0/+4
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil1-1/+8
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng5-27/+47
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng1-7/+3
2009-12-17Btrfs: Add delayed iputYan, Zheng9-18/+90
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng6-63/+96
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2-137/+212
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng1-33/+32