summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix include order in sys-i386/registers.cAl Viro2008-05-221-0/+1
* missed kmalloc() in pcap_user.cAl Viro2008-05-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-05-2122-545/+612
|\
| * [CIFS] Remove debug statementSteve French2008-05-211-1/+1
| * Fix possible access to undefined memory region.Igor Mammedov2008-05-211-4/+5
| * [CIFS] Enable DFS support for Windows query path infoSteve French2008-05-201-146/+178
| * [CIFS] Enable DFS support for Unix query path infoSteve French2008-05-204-50/+85
| * [CIFS] add missing seq_printf to cifs_show_options for hard mount optionSteve French2008-05-201-0/+3
| * [CIFS] add more complete mount options to cifs_show_optionsSteve French2008-05-171-1/+30
| * [CIFS] Add missing defines for DFSSteve French2008-05-162-8/+18
| * CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t...Igor Mammedov2008-05-162-82/+139
| * Fixed DFS code to work with new 'build_path_from_dentry', that returns full p...Igor Mammedov2008-05-161-48/+1Star
| * [CIFS] enable parsing for transport encryption mount parmSteve French2008-05-153-8/+23
| * [CIFS] Finishup DFS codeSteve French2008-05-154-97/+80Star
| * [CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French2008-05-153-9/+8Star
| * [CIFS] suppress duplicate warningSteve French2008-05-151-1/+1
| * [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-155-127/+37Star
| * add function to convert access flags to legacy open modeJeff Layton2008-05-142-9/+16
| * clarify return value of cifs_convert_flags()Jeff Layton2008-05-141-1/+5
| * [CIFS] don't explicitly do a FindClose on rewind when directory search has endedSteve French2008-05-131-2/+5
| * [CIFS] cleanup old checkpatch warningsSteve French2008-05-135-29/+45
| * [CIFS] CIFSSMBPosixLock should return -EINVAL on errorMarcin Slusarz2008-05-131-1/+1
| * fix memory leak in CIFSFindNextJeff Layton2008-05-132-1/+3
| * [CIFS] CIFS currently allows for permissions to be changed on files, evenJeff Layton2008-05-132-0/+8
* | Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-05-217-218/+226
|\ \
| * \ Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields2008-05-215-215/+223
| |\ \
| | * | svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker2008-05-191-0/+2
| | * | svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-193-8/+7Star
| | * | svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker2008-05-191-9/+14
| | * | svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker2008-05-191-0/+1
| | * | svcrdma: Use ib verbs version of dma_unmapTom Tucker2008-05-191-4/+4
| | * | svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker2008-05-191-3/+35
| | * | svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker2008-05-191-20/+20
| | * | svcrdma: Add reference for each SQ/RQ WRTom Tucker2008-05-191-2/+16
| | * | svcrdma: Move destroy to kernel threadTom Tucker2008-05-192-3/+15
| | * | svcrdma: Shrink scope of spinlock on RQ CQTom Tucker2008-05-191-2/+2
| | * | svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-192-23/+29
| | * | svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-193-48/+16Star
| | * | svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-193-3/+0Star
| | * | svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker2008-05-191-7/+16
| | * | svcrdma: Fix error handling during listening endpoint creationTom Tucker2008-05-191-11/+13
| | * | svcrdma: Free context on post_recv error in send_replyTom Tucker2008-05-191-1/+2
| | * | svcrdma: Free context on ib_post_recv errorTom Tucker2008-05-191-0/+2
| | * | svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker2008-05-191-0/+1
| | * | svcrdma: Fix return value in svc_rdma_sendTom Tucker2008-05-191-1/+1
| | * | svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker2008-05-191-18/+22
| | * | svcrdma: Simplify receive buffer postingTom Tucker2008-05-193-35/+11Star
| | * | svc: Remove unused header files from svc_xprt.cTom Tucker2008-05-191-21/+0Star
| | * | svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker2008-05-191-2/+0Star
| * | | svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields2008-05-191-2/+2