summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bonding: bond_xmit_roundrobin() fixEric Dumazet2010-03-311-1/+1
| * | | | | drivers/net: Add missing unlockJulia Lawall2010-03-301-1/+3
| * | | | | net: gianfar - align BD ring size console messagesKim Phillips2010-03-301-2/+2
| * | | | | net: gianfar - initialize per-queue statisticsKim Phillips2010-03-301-2/+2
| * | | | | gianfar: Fix a memory leak in gianfar close codeAndy Fleming2010-03-301-2/+2
| * | | | | net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-03-301-0/+1
* | | | | | proc: copy_to_user() returns unsignedDan Carpenter2010-04-061-1/+1
* | | | | | Fix up possibly racy module refcountingNick Piggin2010-04-052-15/+34
| |_|/ / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-0511-84/+172
|\ \ \ \ \
| * | | | | [SCSI] qla1280: retain firmware for error recoveryMichael Reed2010-03-271-52/+109
| * | | | | [SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_initJames Bottomley2010-03-271-0/+1
| * | | | | [SCSI] advansys: fix regression with request_firmware changeHerton Ronaldo Krzesinski2010-03-271-0/+8
| * | | | | [SCSI] qla2xxx: Updated version number to 8.03.02-k2.Giridhar Malavali2010-03-271-2/+2
| * | | | | [SCSI] qla2xxx: Prevent sending mbx commands from sysfs during isp reset.Santosh Vernekar2010-03-271-1/+5
| * | | | | [SCSI] qla2xxx: Disable MSI on qla24xx chips other than QLA2432.Ben Hutchings2010-03-271-15/+13
| * | | | | [SCSI] qla2xxx: Check to make sure multique and CPU affinity support is not e...Michael Hernandez2010-03-271-1/+3
| * | | | | [SCSI] qla2xxx: Correct vp_idx checking during PORT_UPDATE processing.Andrew Vasquez2010-03-271-5/+4
| * | | | | [SCSI] qla2xxx: Honour "Extended BB credits" bit for CNAs.Santosh Vernekar2010-03-272-4/+22
| * | | | | [SCSI] scsi_transport_fc: Make sure commands are completed when rport is offlineSarang Radke2010-03-271-2/+2
| * | | | | [SCSI] libiscsi: Fix recovery slowdown regressionMike Christie2010-03-271-2/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-059-13/+78
|\ \ \ \ \ \
| * | | | | | 9p: saving negative to unsigned charDan Carpenter2010-04-051-2/+3
| * | | | | | 9p: return on mutex_lock_interruptible()Dan Carpenter2010-04-051-0/+2
| * | | | | | 9p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi2010-04-051-0/+3
| * | | | | | 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-055-3/+34
| * | | | | | 9p: drop nlink removeAneesh Kumar K.V2010-04-051-1/+5
| * | | | | | fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V2010-04-051-2/+10
| * | | | | | 9p: documentation updateSripathi Kodi2010-04-051-2/+16
| * | | | | | 9p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi2010-04-051-3/+5
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-0512-204/+90
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: add check for changed leaves in setup_leaf_for_splitChris Mason2010-04-051-0/+4
| * | | | | | | Btrfs: create snapshot references in same commit as snapshotSage Weil2010-04-051-66/+31
| * | | | | | | Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik2010-04-051-5/+4
| * | | | | | | Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin2010-04-052-32/+5
| * | | | | | | Btrfs: fix chunk allocate size calculationJosef Bacik2010-03-301-1/+3
| * | | | | | | Btrfs: kill max_extent mount optionJosef Bacik2010-03-306-81/+13
| * | | | | | | Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2010-03-302-4/+12
| * | | | | | | Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter2010-03-301-1/+1
| * | | | | | | Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter2010-03-301-0/+3
| * | | | | | | Btrfs: dereferencing freed memoryDan Carpenter2010-03-301-0/+1
| * | | | | | | Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei2010-03-301-2/+2
| * | | | | | | Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei2010-03-301-0/+2
| * | | | | | | Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Zhao Lei2010-03-301-10/+5
| * | | | | | | Btrfs: add NULL check for do_walk_down()Miao Xie2010-03-301-1/+4
| * | | | | | | Btrfs: remove duplicate include in ioctl.cAndrea Gelmini2010-03-301-1/+0
* | | | | | | | audit: preface audit printk with auditEric Paris2010-04-051-1/+1
* | | | | | | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-054216-744/+3762
|\ \ \ \ \ \ \ \
| * | | | | | | | eeepc-wmi: include slab.hTejun Heo2010-04-051-0/+1
| * | | | | | | | Merge branch 'master' into export-slabhTejun Heo2010-04-05183-2618/+4561
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | staging/otus: include slab.h from usbdrv.hTejun Heo2010-04-051-0/+1
OpenPOWER on IntegriCloud