summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-266-15/+32
|\
| * Btrfs: cleanup error handling in inode.cTsutomu Itoh2011-04-251-6/+9
| * Btrfs: put the right bio if we have an errorJosef Bacik2011-04-251-1/+1
| * Btrfs: free bitmaps properly when evicting the cacheJosef Bacik2011-04-251-4/+7
| * Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan2011-04-251-1/+1
| * btrfs: add missing spin_unlock to a rare exit pathDavid Sterba2011-04-251-0/+1
| * Btrfs: check return value of kmalloc()Tsutomu Itoh2011-04-252-0/+7
| * btrfs: fix wrong allocating flag when reading pageItaru Kitayama2011-04-251-1/+1
| * Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh2011-04-251-2/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-04-261-0/+10
|\ \
| * | Btrfs: do some plugging in the submit_bio threadsChris Mason2011-04-191-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-04-251-2/+3
|\ \ \
| * | | CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky2011-04-211-2/+3
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-04-257-79/+128
|\ \ \
| * | | eCryptfs: Flush dirty pages in setattrTyler Hicks2011-04-251-0/+6
| * | | eCryptfs: Handle failed metadata read in lookupTyler Hicks2011-04-254-16/+28
| * | | eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-256-59/+92
| * | | eCryptfs: dput dentries returned from dget_parentTyler Hicks2011-04-251-2/+2
| * | | eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks2011-04-251-2/+0
* | | | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-04-252-11/+12
|\ \ \ \
| * | | | rtc: fix coh901331 startup crashLinus Walleij2011-04-201-2/+2
| * | | | mach-ux500: fix i2c0 device setup regressionLinus Walleij2011-04-201-9/+10
| | |/ / | |/| |
* | | | SELINUX: Make selinux cache VFS RCU walks safeEric Paris2011-04-253-25/+55
* | | | add hlist_bl_lock/unlock helpersChristoph Hellwig2011-04-253-20/+19
* | | | bit_spinlock: don't play preemption games inside the busy loopLinus Torvalds2011-04-251-4/+4
| |/ / |/| |
* | | Merge branch 'dcache-cleanup'Linus Torvalds2011-04-242-28/+18
|\ \ \
| * | | vfs: get rid of insane dentry hashing rulesLinus Torvalds2011-04-242-28/+18
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-04-248-11/+103
|\ \ \ \
| * | | | libata: ahci_start_engine compliant to AHCI specJian Peng2011-04-241-0/+21
| * | | | ata: pata_at91.c bugfix for initial_timing initialisationIgor Plyatov2011-04-241-2/+12
| * | | | ata: pata_at91.c bugfix for high master clockIgor Plyatov2011-04-241-1/+7
| * | | | ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDsSeth Heasley2011-04-241-0/+6
| * | | | ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDsSeth Heasley2011-04-241-0/+8
| * | | | libata: Pioneer DVR-216D can't do SETXFERJeff Mahoney2011-04-241-0/+1
| * | | | ahci: don't enable port irq before handler is registeredMaxime Bizon2011-04-242-3/+16
| * | | | libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65Tejun Heo2011-04-243-3/+6
| * | | | libata: Kill unused ATA_DFLAG_{H|D}IPM flagsTejun Heo2011-04-241-2/+0
| * | | | ahci: EM supported message type sysfs attributeHannes Reinecke2011-04-242-0/+26
* | | | | Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-04-242-8/+47
|\ \ \ \ \
| * | | | | UBIFS: fix master node recoveryArtem Bityutskiy2011-04-211-0/+26
| * | | | | UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy2011-04-211-4/+6
| * | | | | UBIFS: fix false space checking failureArtem Bityutskiy2011-04-201-4/+15
| | |_|/ / | |/| | |
* | | | | kconfig: Avoid buffer underrun in choice inputBen Hutchings2011-04-241-1/+1
| |/ / / |/| | |
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-04-236-4/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki2011-04-204-1/+22
| * | | PM: Fix error code paths executed after failing syscore_suspend()Rafael J. Wysocki2011-04-182-3/+12
* | | | vfs: get rid of 'struct dcache_hash_bucket' abstractionLinus Torvalds2011-04-231-24/+21
* | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-04-223-8/+11
|\ \ \ \
| * | | | tty/n_gsm: fix bug in CRC calculation for gsm1 modeMikhail Kshevetskiy2011-04-191-2/+6
| * | | | serial/imx: read cts state only after acking cts change irqUwe Kleine-König2011-04-191-1/+2
OpenPOWER on IntegriCloud