summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfs4.1: prevent race that allowed use of freed layout in _pnfs_return_layoutFred Isaman2011-06-151-2/+2
* NFSv4.1: need to put_layout_hdr on _pnfs_return_layout error pathBenny Halevy2011-06-151-0/+1
* NFS: (d)printks should use %zd for ssize_t argumentsDavid Howells2011-06-151-1/+1
* NFSv4.1: fix break condition in pnfs_find_lsegBenny Halevy2011-06-151-1/+1
* nfs4.1: fix several problems with _pnfs_return_layoutFred Isaman2011-06-152-7/+9
* NFSv4.1: allow zero fh array in filelayout decode layoutAndy Adamson2011-06-151-5/+10
* NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson2011-06-153-11/+36
* NFSv4.1: Fix a refcounting issue in the pNFS device id cacheTrond Myklebust2011-06-151-0/+1
* NFSv4.1: deprecate headerpadsz in CREATE_SESSIONBenny Halevy2011-06-153-9/+6
* NFS41: do not update isize if inode needs layoutcommitPeng Tao2011-06-151-1/+2
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-154-2/+13
* NFS: fix umount of pnfs filesystemsWeston Andros Adamson2011-06-152-5/+12
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-06-011-0/+1
|\
| * mtd: fix physmap.h warningsRandy Dunlap2011-06-011-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-06-011-1/+2
|\ \
| * | AppArmor: fix oops in apparmor_setprocattrKees Cook2011-06-011-1/+2
* | | kgdbts: only use new asm-generic/ptrace.h api when neededMike Frysinger2011-06-011-1/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-06-0123-113/+539
|\ \
| * | virtio_net: delay TX callbacksMichael S. Tsirkin2011-05-301-1/+1
| * | virtio: add api for delayed callbacksMichael S. Tsirkin2011-05-302-0/+36
| * | virtio_test: support event indexMichael S. Tsirkin2011-05-301-2/+17
| * | vhost: support event indexMichael S. Tsirkin2011-05-304-50/+127
| * | virtio_ring: support event idx featureMichael S. Tsirkin2011-05-301-2/+24
| * | virtio ring: inline function to check for eventsMichael S. Tsirkin2011-05-301-0/+14
| * | virtio: event index interfaceMichael S. Tsirkin2011-05-301-1/+14
| * | virtio: add full three-clause BSD text to headers.Rusty Russell2011-05-309-7/+214
| * | virtio balloon: kill tell-host-first logicDave Hansen2011-05-301-13/+8
| * | virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell2011-05-301-5/+0
| * | drivers, block: virtio_blk: Replace cryptic number with the macroLiu Yuan2011-05-301-1/+2
| * | virtio_blk: allow re-reading config space at runtimeChristoph Hellwig2011-05-301-10/+78
| * | lguest: remove support for VIRTIO_F_NOTIFY_ON_EMPTY.Rusty Russell2011-05-301-19/+1
| * | lguest: fix up compilation after moveRusty Russell2011-05-302-2/+2
| * | lguest: fix timer interrupt setupRusty Russell2011-05-301-0/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-06-012-1/+3
|\ \ \
| * | | [IA64] wire up sendmmsg() syscall for ItaniumTony Luck2011-05-312-1/+3
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-06-012-2/+2
|\ \ \
| * | | x86: Fix mwait_play_dead() faulting on mwait-incapable cpusAvi Kivity2011-05-301-1/+1
| * | | x86 idle: Fix mwait deprecation warning messageBorislav Petkov2011-05-301-1/+1
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-012-9/+56
|\ \ \
| * | | rcu: Cure load woesPeter Zijlstra2011-05-312-9/+56
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-311-0/+2
|\ \ \
| * | | x86: Put back -pg to tsc.o and add no GCOV to vread_tsc_64.oSteven Rostedt2011-05-271-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-312-2/+3
|\ \ \ \
| * | | | autofs4: bogus dentry_unhash() added in ->unlink()Al Viro2011-05-301-2/+0
| * | | | vfs: shrink_dcache_parent before rmdir, dir renameSage Weil2011-05-301-0/+3
| | |/ / | |/| |
* / | | powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
|/ / /
* | | Linux 3.0-rc1v3.0-rc1Linus Torvalds2011-05-291-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-05-296-263/+220
|\ \ \
| * | | eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks2011-05-293-13/+6
| * | | eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks2011-05-293-105/+88