aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-17Linux 2.6.33-rc1Linus Torvalds1-2/+2
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov3-0/+6
2009-12-17sdhci-of: add support for the wii sdhci controllerAlbert Herranz5-1/+82
2009-12-17sdhci-of: reorganize driver to support additional hardwareAlbert Herranz5-127/+224
2009-12-17sdhci-of: rename main driver file prior to reorganizationAlbert Herranz2-1/+3
2009-12-17sdhci: protect header file against multi inclusionAlbert Herranz1-0/+4
2009-12-17sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming1-2/+3
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu7-53/+69
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov3-20/+20
2009-12-17nommu: ramfs: remove unused local varMike Frysinger1-1/+1
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König1-1/+12
2009-12-17vt: don't export vt_kmsg_redirect() to userspaceBernhard Walle1-0/+4
2009-12-17drivers/video/via/viafbdev.c: correct code taking the size of a pointerJulia Lawall1-2/+2
2009-12-17hwmon: I2C bus support for lis3lv02d and variant accelerometer chipsSamu Onkalo3-0/+201
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-17cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPTGeert Uytterhoeven1-0/+1
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negative.patchWANG 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
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng2-16/+17
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng5-36/+55
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng4-56/+127
2009-12-17kill I_LOCKChristoph Hellwig9-44/+39
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig2-40/+23
2009-12-17fix up O_SYNC commentsChristoph Hellwig4-4/+4
2009-12-17spi: spi_txx9.c: use resource_size()hartleys1-4/+2