summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cifs: fix broken BCC check in is_valid_oplock_breakJeff Layton2011-04-121-1/+1
| * | | | | cifs: always do is_path_accessible check in cifs_mountJeff Layton2011-04-121-1/+1
| * | | | | various endian fixes to cifsSteve French2011-04-124-10/+10
| * | | | | Elminate sparse __CHECK_ENDIAN__ warnings on port conversionSteve French2011-04-121-3/+3
| * | | | | Max share size is too smallSteve French2011-04-121-1/+1
| * | | | | Allow user names longer than 32 bytesSteve French2011-04-127-26/+30
| * | | | | cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton2011-04-125-63/+7
| * | | | | cifs: check for private_data before trying to put itJeff Layton2011-04-121-2/+4
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-04-1215-907/+114
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | thinkpad-acpi fails to load with newer Thinkpad X201s BIOSKeith Packard2011-04-121-2/+1
| * | | | | acer-wmi: Fix capitalisation of GUID in module aliasLee, Chun-Yi2011-04-121-1/+1
| * | | | | sony-laptop: keyboard backlight fixesMarco Chiappero2011-04-121-1/+34
| * | | | | sony-laptop: only show the handles sysfs file in debug modeMattia Dongili2011-04-121-11/+14
| * | | | | samsung-laptop: set backlight typeMichal Marek2011-04-121-0/+1
| * | | | | staging: samsung-laptop has moved to platform/x86Michal Marek2011-04-126-862/+0
| * | | | | samsung-laptop: Samsung R410P backlight driverAlberto Mardegan2011-04-121-0/+10
| * | | | | samsung-laptop: add support for N230 modelGreg Kroah-Hartman2011-04-121-3/+3
| * | | | | platform-drivers: x86: pmic: Restore the dropped buslock/unlockThomas Gleixner2011-04-041-4/+39
| * | | | | sony-laptop: fix early NULL pointer dereferenceMattia Dongili2011-04-041-0/+5
| * | | | | msi-laptop: fix config-dependent build errorRandy Dunlap2011-04-011-1/+2
| * | | | | eeepc-wmi: add keys found on EeePC 1215TCorentin Chary2011-04-011-0/+2
| * | | | | asus-wmi: swap input name and physCorentin Chary2011-04-011-2/+2
| * | | | | asus-laptop: remove removed features from feature-removal-schedule.txtCorentin Chary2011-04-011-20/+0
* | | | | | vfs: Re-introduce s_uuid in the superblockLinus Torvalds2011-04-121-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2011-04-124-4/+31
|\ \ \ \ \ \
| * | | | | | mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz2011-04-124-4/+31
| | |/ / / / | |/| | | |
* | | | | | nfs: don't call __mark_inode_dirty while holding i_lockDave Chinner2011-04-121-2/+4
* | | | | | vm: fix mlock() on stack guard pageLinus Torvalds2011-04-122-21/+18
* | | | | | Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds2011-04-122-17/+0
* | | | | | Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-113-20/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | xen: Allow PV-OPS kernel to detect whether XSAVE is supportedShan Haitao2011-04-061-1/+10
| * | | | | xen: just completely disable XSAVEJeremy Fitzhardinge2011-04-061-17/+1
| * | | | | xen/debug: Don't be so verbose with WARN on 1-1 mapping errors.Konrad Rzeszutek Wilk2011-04-041-2/+2
| * | | | | xen: events: fix error checks in bind_*_to_irqhandler()Nicolas Kaiser2011-03-301-4/+2
* | | | | | Linux 2.6.39-rc3v2.6.39-rc3Linus Torvalds2011-04-111-1/+1
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-1117-507/+531
|\ \ \ \ \ \
| * | | | | | xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-111-1/+1
| * | | | | | xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-081-11/+9
| * | | | | | xfs: fix xfs_debug warningsChristoph Hellwig2011-04-082-29/+22
| * | | | | | xfs: fix variable set but not used warningsChristoph Hellwig2011-04-085-18/+0
| * | | | | | xfs: convert log tail checking to a warningDave Chinner2011-04-082-8/+25
| * | | | | | xfs: catch bad block numbers freeing extents.Dave Chinner2011-04-081-7/+23
| * | | | | | xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-084-9/+61
| * | | | | | xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-081-136/+118
| * | | | | | xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-083-151/+124
| * | | | | | xfs: introduce background inode reclaim workDave Chinner2011-04-082-3/+67
| * | | | | | xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-083-102/+36
| * | | | | | xfs: introduce a xfssyncd workqueueDave Chinner2011-04-084-61/+63
| * | | | | | xfs: fix extent format buffer allocation sizeDave Chinner2011-04-081-27/+40
| * | | | | | xfs: fix unreferenced var error in xfs_buf.cDave Chinner2011-03-301-2/+0
| |/ / / / /
OpenPOWER on IntegriCloud