fs/fat: fix all other checkpatch issues in dir.c
[firefly-linux-kernel-4.4.55.git] / fs / cifs /
2012-10-01 Jiri KosinaMerge branch 'upstream' into for-linus
2012-10-01 Jiri KosinaMerge branches 'from-henrik', 'hidraw', 'logitech'...
2012-10-01 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-30 David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2012-09-29 Olof JohanssonMerge tag 'ep93xx-fixes-for-3.7' of git://github.com...
2012-09-29 Olof JohanssonMerge branch 'lpc32xx/core' of git://git.antcom.de...
2012-09-29 Olof JohanssonMerge branch 'lpc32xx/dts' of git://git.antcom.de/linux...
2012-09-29 Olof JohanssonMerge branch 'vt8500/devel' into next/dt
2012-09-29 Olof JohanssonMerge tag 'omap-devel-board-late-v3-for-v3.7' of git...
2012-09-29 Olof JohanssonMerge branch 'samsung/pinctrl' into next/dt2
2012-09-29 Olof JohanssonMerge branch 'samsung/boards' into next/dt2
2012-09-29 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2012-09-28 David S. MillerMerge branch 'for-davem' of git://gitorious.org/linux...
2012-09-28 Shirish Pargaonkarcifs: obtain file access during backup intent lookup...
2012-09-28 Arnd BergmannMerge branch 'cleanup/__iomem' into next/cleanup2
2012-09-28 Arnd BergmannMerge branch 'bcmring/removal' into next/multiplatform
2012-09-28 Arnd BergmannMerge branch 'bcmring/removal' into next/cleanup2
2012-09-28 Arnd BergmannMerge branch 'bcmring/cleanup' into bcmring/removal
2012-09-28 Arnd BergmannMerge branch 'clps711x/cleanup' into next/cleanup2
2012-09-28 David S. MillerMerge git://git./linux/kernel/git/davem/net
2012-09-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-09-28 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-28 Mark BrownMerge remote-tracking branches 'regulator/topic/core...
2012-09-28 Mark BrownMerge branches 'spi-drivers' and 'spi-mxs' into spi...
2012-09-28 James MorrisMerge tag 'v3.6-rc7' into next
2012-09-27 Linus TorvaldsMerge tag 'usb-3.6-rc7' of git://git./linux/kernel...
2012-09-27 Linus TorvaldsMerge tag 'asoc-3.6' of git://git./linux/kernel/git...
2012-09-27 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2012-09-27 Linus TorvaldsMerge tag 'md-3.6-fixes' of git://neil.brown.name/md
2012-09-27 David S. MillerMerge branch 'master' of git://1984.lsi.us.es/nf
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-27 Al ViroMerge remote branch 'origin' into for-next
2012-09-26 Jeff Laytoncifs: change DOS/NT/POSIX mapping of ERRnoresource
2012-09-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-09-25 Paul E. McKenneyMerge remote-tracking branch 'tip/core/rcu' into next...
2012-09-25 Paul E. McKenneyMerge remote-tracking branch 'tip/smp/hotplug' into...
2012-09-25 Mark BrownMerge tag 'v3.6-rc6' into spi-mxs
2012-09-25 Mark BrownMerge tag 'v3.6-rc6' into spi-drivers
2012-09-25 Ingo MolnarMerge tag 'v3.6-rc7' into core/rcu
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
next