cascardo/linux.git
2012-09-27 Pavel ShilovskyCIFS: Fix possible freed pointer dereference in CIFS_Se...
2012-09-27 Pavel ShilovskyCIFS: Fix possible freed pointer dereference in SMB2_se...
2012-09-27 Pavel ShilovskyCIFS: Make ops->close return void
2012-09-26 Jeff Laytoncifs: change DOS/NT/POSIX mapping of ERRnoresource
2012-09-25 Jeff Laytoncifs: remove support for deprecated "forcedirectio...
2012-09-25 Jeff Laytoncifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl
2012-09-25 Pavel ShilovskyCIFS: Fix possible memory leaks in SMB2 code
2012-09-25 Pavel ShilovskyCIFS: Fix endian conversion of IndexNumber
2012-09-25 Steve FrenchTrivial endian fixes
2012-09-25 Steve FrenchMARK SMB2 support EXPERIMENTAL
2012-09-25 Steve FrenchUpdate cifs version number
2012-09-25 Jeff Laytoncifs: add FL_CLOSE to fl_flags mask in cifs_read_flock
2012-09-25 Sachin Prabhucifs: Mangle string used for unc in /proc/mounts
2012-09-25 Jeff Laytoncifs: cleanups for cifs_mkdir_qinfo
2012-09-25 Pavel ShilovskyCIFS: Fix fast lease break after open problem
2012-09-25 Pavel ShilovskyCIFS: Add SMB2.1 lease break support
2012-09-25 Pavel ShilovskyCIFS: Fix cache coherency for read oplock case
2012-09-25 Pavel ShilovskyCIFS: Request SMB2.1 leases
2012-09-25 Pavel ShilovskyCIFS: Check for mandatory brlocks on read/write
2012-09-25 Pavel ShilovskyCIFS: Turn lock mutex into rw semaphore
2012-09-25 Pavel ShilovskyCIFS: Use brlock cache for SMB2
2012-09-25 Pavel ShilovskyCIFS: Add brlock support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Handle SMB2 lock flags
2012-09-25 Pavel ShilovskyCIFS: Move brlock code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Remove spinlock dependence in brlock processing
2012-09-25 Pavel ShilovskyCIFS: Add NTLMSSP sec type to defaults
2012-09-25 Jeff Laytoncifs: remove kmap lock and rsize limit
2012-09-25 Jeff Laytoncifs: replace kvec array in readdata with a single...
2012-09-25 Jeff Laytoncifs: convert async read code to use pages array withou...
2012-09-25 Jeff Laytoncifs: turn the pages list in cifs_readdata into an...
2012-09-25 Jeff Laytoncifs: allocate kvec array for cifs_readdata as a separa...
2012-09-25 Jeff Laytoncifs: add deprecation warning to sockopt=TCP_NODELAY...
2012-09-25 Jeff Laytoncifs: remove the kmap size limit from wsize
2012-09-25 Jeff Laytoncifs: convert async write code to pass in data via...
2012-09-25 Jeff Laytoncifs: change cifs_call_async to use smb_rqst structs
2012-09-25 Jeff Laytoncifs: teach signing routines how to deal with arrays...
2012-09-25 Jeff Laytoncifs: teach smb_send_rqst how to handle arrays of pages
2012-09-25 Jeff Laytoncifs: cork the socket before a send and uncork it afterward
2012-09-25 Jeff Laytoncifs: convert send code to use smb_rqst structs
2012-09-25 Jeff Laytoncifs: change smb2 signing routines to use smb_rqst...
2012-09-25 Jeff Laytoncifs: change signing routines to deal with smb_rqst...
2012-09-25 Pavel ShilovskyCIFS: Add statfs support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move statfs to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add oplock break support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move oplock break to ops struct
2012-09-25 Pavel ShilovskyCIFS: Process oplocks for SMB2
2012-09-25 Pavel ShilovskyCIFS: Add readdir support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move readdir code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add set_file_info support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move set_file_info to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for set_file_size
2012-09-25 Pavel ShilovskyCIFS: Move set_file_size to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for hardlink operation
2012-09-25 Steve FrenchCIFS: Move hardlink to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for rename operation
2012-09-25 Pavel ShilovskyCIFS: Move rename to ops struct
2012-09-25 Pavel ShilovskyCIFS: Enable signing in SMB2
2012-09-25 Pavel ShilovskyCIFS: Add writepage support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move writepage to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add readpage support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move readpage code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for cifs_iovec_write
2012-09-25 Pavel ShilovskyCIFS: Move async write to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for cifs_iovec_read
2012-09-25 Pavel ShilovskyCIFS: Move async read to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 r/wsize negotiating
2012-09-25 Pavel ShilovskyCIFS: Move r/wsize negotiating to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for flush
2012-09-25 Pavel ShilovskyCIFS: Make flush code use ops struct
2012-09-25 Pavel ShilovskyCIFS: Move reopen code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move create code use ops struct
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for query_file_info
2012-09-25 Pavel ShilovskyCIFS: Move guery file info code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Add open/close file support for SMB2
2012-09-25 Pavel ShilovskyCIFS: Move close code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move open code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Replace netfid with cifs_fid struct in cifsFileInfo
2012-09-25 Pavel ShilovskyCIFS: Add SMB2 support for unlink
2012-09-25 Pavel ShilovskyCIFS: Move unlink code to ops struct
2012-09-24 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2012-09-24 Linus TorvaldsMerge tag 'vfio-for-linus' of git://github.com/awilliam...
2012-09-24 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc7-tag' of git://git...
2012-09-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-09-24 Chris Metcalftile: gxio iorpc numbering change for TRIO interface
2012-09-24 Konrad Rzeszutek... xen/boot: Disable NUMA for PV guests.
2012-09-24 Linus TorvaldsLinux 3.6-rc7 v3.6-rc7
2012-09-23 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2012-09-23 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2012-09-23 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2012-09-23 Shaun Ruffelledac_mc: edac_mc_free() cannot assume mem_ctl_info...
2012-09-23 Fengguang Wuedac_mc: fix messy kfree calls in the error path
2012-09-23 Andreas Herrmannhwmon: (fam15h_power) Tweak runavg_range on resume
2012-09-23 Silas Boyd... hwmon: (coretemp) Use get_online_cpus to avoid races...
2012-09-23 Silas Boyd... hwmon: (via-cputemp) Use get_online_cpus to avoid races...
2012-09-22 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2012-09-22 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-09-22 Linus TorvaldsMerge branch 'upstream-fixes' of git://git./linux/kerne...
2012-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git.samba.org/sfrench...
2012-09-22 Nestor Lopez... HID: Fix logitech-dj: missing Unifying device issue
2012-09-22 Axel LinHID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()
next