summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-222-2/+20
* loop: fix error return code in loop_add()Wei Yongjun2013-03-221-0/+1
* mtip32xx: fix error return code in mtip_pci_probe()Wei Yongjun2013-03-221-1/+3
* Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-03-225-107/+179
|\
| * xen-blkfront: remove frame list from blk_shadowRoger Pau Monne2013-03-191-5/+1
| * xen-blkfront: pre-allocate pages for requestsRoger Pau Monne2013-03-191-41/+79
| * xen-blkback: don't store dev_bus_addrRoger Pau Monne2013-03-192-16/+6
| * xen-blkfront: switch from llist to listRoger Pau Monne2013-03-191-23/+18
| * xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne2013-03-191-1/+1
| * xen-blkfront: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-181-2/+1
| * xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich2013-03-181-6/+1
| * xen/blkback: Change statistics counter types to unsignedZoltan Kiss2013-03-113-16/+16
| * xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-113-4/+62
| * xen/xen-blkback: preq.dev is used without initializedChen Gang2013-03-011-1/+2
* | rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas()Jens Axboe2013-03-161-0/+1
* | Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher2013-03-164-67/+436
* | block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher2013-03-111-3/+4
* | block: IBM RamSan 70/80 branding changes.Philip J Kelleher2013-03-118-24/+19
* | block: IBM RamSan 70/80 fixes inconsistent locking.Philip J Kelleher2013-03-111-26/+18
* | block: IBM RamSan 70/80 trivial changes.Philip J Kelleher2013-03-115-30/+11
* | Linux 3.9-rc2Linus Torvalds2013-03-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-0971-19/+84
|\ \
| * | proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
| * | fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-072-1/+1
| * | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-0369-12/+77
| * | userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-031-1/+1
* | | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-089-130/+221
|\ \ \
| * | | Btrfs: improve the delayed inode throttlingChris Mason2013-03-072-61/+92
| * | | Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov2013-03-061-0/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-03-066-67/+120
| |\ \ \
| | * | | Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens2013-03-041-8/+0
| | * | | Btrfs: avoid deadlock on transaction waiting listLiu Bo2013-03-041-0/+7
| | * | | Btrfs: do not BUG_ON on aborted situationLiu Bo2013-03-042-3/+12
| | * | | Btrfs: do not BUG_ON in prepare_to_relocLiu Bo2013-03-041-1/+9
| | * | | Btrfs: free all recorded tree blocks on errorLiu Bo2013-03-041-3/+6
| | * | | Btrfs: build up error handling for merge_reloc_rootsLiu Bo2013-03-041-12/+35
| | * | | Btrfs: check for NULL pointer in updating reloc rootsLiu Bo2013-03-041-0/+2
| | * | | Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie2013-03-041-0/+4
| | * | | Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie2013-03-043-39/+41
| | * | | Btrfs: use set_nlink if our i_nlink is 0Josef Bacik2013-03-041-1/+4
| * | | | Btrfs: enforce min_bytes parameter during extent allocationChris Mason2013-03-051-2/+4
| |/ / /
* | | | Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung2013-03-081-2/+39
* | | | Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz2013-03-082-2/+67
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-084-17/+13
|\ \ \ \
| * | | | CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-061-0/+1
| * | | | cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-061-1/+1
| * | | | cifs: remove the sockopt= mount optionJeff Layton2013-03-061-15/+1
| * | | | cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-061-0/+9
| * | | | cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-061-1/+1