summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | gpio/mpc8xxx: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| | * | | | | | | gpio/gpio-omap.c: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| | * | | | | | | misc/atmel_tc: make atmel_tc.tcb_config member point to const dataUwe Kleine-König2012-09-111-1/+1
| | * | | | | | | ARM: cache-l2x0: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| | * | | | | | | serial/mpc52xx_uart: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| | * | | | | | | serial/imx: make imx_port.devdata member point to const dataUwe Kleine-König2012-08-031-1/+1
| | * | | | | | | spi/spi-omap2-mcspi: add a const qualifierUwe Kleine-König2012-08-031-1/+1
| | * | | | | | | spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König2012-08-031-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-10-0232-1547/+4884
|\ \ \ \ \ \ \ \
| * | | | | | | | [CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French2012-10-011-18/+19
| * | | | | | | | [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French2012-10-015-29/+56
| * | | | | | | | cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-285-41/+80
| * | | | | | | | CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-271-1/+2
| * | | | | | | | CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky2012-09-271-32/+3
| * | | | | | | | CIFS: Make ops->close return voidPavel Shilovsky2012-09-274-8/+8
| * | | | | | | | cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2012-09-262-4/+5
| * | | | | | | | cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton2012-09-251-33/+4
| * | | | | | | | cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-09-251-19/+0
| * | | | | | | | CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky2012-09-251-9/+14
| * | | | | | | | CIFS: Fix endian conversion of IndexNumberPavel Shilovsky2012-09-251-1/+1
| * | | | | | | | Trivial endian fixesSteve French2012-09-252-3/+4
| * | | | | | | | MARK SMB2 support EXPERIMENTALSteve French2012-09-251-1/+1
| * | | | | | | | Update cifs version numberSteve French2012-09-251-1/+1
| * | | | | | | | cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton2012-09-251-1/+2
| * | | | | | | | cifs: Mangle string used for unc in /proc/mountsSachin Prabhu2012-09-251-1/+2
| * | | | | | | | cifs: cleanups for cifs_mkdir_qinfoJeff Layton2012-09-251-27/+24
| * | | | | | | | CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-257-10/+158
| * | | | | | | | CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-256-14/+157
| * | | | | | | | CIFS: Fix cache coherency for read oplock casePavel Shilovsky2012-09-251-4/+23
| * | | | | | | | CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-258-27/+256
| * | | | | | | | CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2012-09-252-23/+102
| * | | | | | | | CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-254-38/+41
| * | | | | | | | CIFS: Use brlock cache for SMB2Pavel Shilovsky2012-09-253-1/+94
| * | | | | | | | CIFS: Add brlock support for SMB2Pavel Shilovsky2012-09-257-5/+210
| * | | | | | | | CIFS: Handle SMB2 lock flagsPavel Shilovsky2012-09-252-0/+17
| * | | | | | | | CIFS: Move brlock code to ops structPavel Shilovsky2012-09-254-25/+40
| * | | | | | | | CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-253-39/+53
| * | | | | | | | CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-251-1/+1
| * | | | | | | | cifs: remove kmap lock and rsize limitJeff Layton2012-09-254-49/+0
| * | | | | | | | cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-254-32/+21
| * | | | | | | | cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-254-81/+80
| * | | | | | | | cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-252-38/+52
| * | | | | | | | cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-252-4/+13
| * | | | | | | | cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton2012-09-251-5/+6
| * | | | | | | | cifs: remove the kmap size limit from wsizeJeff Layton2012-09-252-6/+0
| * | | | | | | | cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-254-95/+33
| * | | | | | | | cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-257-79/+85
| * | | | | | | | cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-254-1/+25
| * | | | | | | | cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton2012-09-251-2/+54
| * | | | | | | | cifs: cork the socket before a send and uncork it afterwardJeff Layton2012-09-252-0/+16