Merge tag 'pinctrl-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifsglob.h
2012-10-02 Linus TorvaldsMerge tag 'pinctrl-for-v3.7' of git://git./linux/kernel...
2012-10-02 Linus TorvaldsMerge tag 'gpio-for-v3.7' of git://git./linux/kernel...
2012-10-02 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2012-10-02 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-next
2012-10-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-10-02 Linus TorvaldsMerge branch 'for-3.7-hierarchy' of git://git./linux...
2012-10-02 Linus TorvaldsMerge branch 'for-3.7' of git://git./linux/kernel/git...
2012-10-02 Linus TorvaldsMerge branch 'for-3.7' of git://git./linux/kernel/git...
2012-10-02 Linus TorvaldsMerge tag 'multiplatform' of git://git./linux/kernel...
2012-10-02 Linus TorvaldsMerge tag 'docs' of git://git./linux/kernel/git/arm...
2012-10-02 Linus TorvaldsMerge tag 'dt2' of git://git./linux/kernel/git/arm...
2012-10-02 Linus TorvaldsMerge tag 'boards' of git://git./linux/kernel/git/arm...
2012-10-02 Linus TorvaldsMerge tag 'drivers' of git://git./linux/kernel/git...
2012-10-02 Linus TorvaldsMerge tag 'soc2' of git://git./linux/kernel/git/arm...
2012-10-02 Linus TorvaldsMerge tag 'cleanup2' of git://git./linux/kernel/git...
2012-10-02 Linus TorvaldsMerge tag 'dt' of git://git./linux/kernel/git/arm/arm-soc
2012-10-02 Linus TorvaldsMerge tag 'soc' of git://git./linux/kernel/git/arm...
2012-10-02 Linus TorvaldsMerge tag 'maintainers' of git://git./linux/kernel...
2012-10-02 Linus TorvaldsMerge tag 'cleanup' of git://git./linux/kernel/git...
2012-10-02 Linus TorvaldsMerge tag 'fixes-non-critical' of git://git./linux...
2012-10-01 Linus TorvaldsMerge branch 'for-linus' of git://git.samba.org/sfrench...
2012-10-01 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2012-10-01 Steve French[CIFS] Fix SMB2 negotiation support to select only...
2012-10-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-10-01 Jiri KosinaMerge branch 'multitouch' 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-29 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2012-09-28 Arnd BergmannMerge branch 'bcmring/cleanup' into bcmring/removal
2012-09-28 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-27 Pavel ShilovskyCIFS: Make ops->close return void
2012-09-25 Pavel ShilovskyCIFS: Fix fast lease break after open problem
2012-09-25 Pavel ShilovskyCIFS: Request SMB2.1 leases
2012-09-25 Pavel ShilovskyCIFS: Turn lock mutex into rw semaphore
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: 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: change signing routines to deal with smb_rqst...
2012-09-25 Pavel ShilovskyCIFS: Move statfs to ops struct
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: Move readdir code to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move set_file_info to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move set_file_size to ops struct
2012-09-25 Steve FrenchCIFS: Move hardlink to ops struct
2012-09-25 Pavel ShilovskyCIFS: Move rename to ops struct
2012-09-25 Pavel ShilovskyCIFS: Enable signing in SMB2
2012-09-25 Pavel ShilovskyCIFS: Move writepage to ops struct
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: Move r/wsize negotiating to ops struct
2012-09-25 Pavel ShilovskyCIFS: Make flush code use ops struct
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: Move unlink code to ops struct
2012-09-24 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc7-tag' of git://git...
2012-09-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-21 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc6-tag' of git://git...
2012-09-19 Dmitry TorokhovMerge tag 'v3.6-rc5' into for-linus
2012-09-17 Olof JohanssonMerge tag 'msm-dt-for-3.7' of git://git./linux/kernel...
2012-09-17 Olof JohanssonMerge branches 'msm/fixes-non-critical' and 'msm/cleanu...
2012-09-17 Olof JohanssonMerge tag 'msm-cleanup-for-3.7' of git://git./linux...
2012-09-17 Olof JohanssonMerge tag 'msm-board-for-3.7' of git://git./linux/kerne...
2012-09-17 Olof JohanssonMerge tag 'msm-fix-noncrit-for-3.7' of git://git./linux...
2012-09-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-09-14 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-14 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-13 Linus TorvaldsMerge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org...
2012-09-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2012-09-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-09-08 Olof JohanssonMerge branch 'ks8695/boards' into next/boards
2012-09-07 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-09-07 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc4-tag' of git://git...
2012-09-06 Johannes BergMerge remote-tracking branch 'mac80211/master' into...
2012-09-05 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-09-05 Johannes BergMerge remote-tracking branch 'wireless-next/master...
2012-09-04 Arnd BergmannMerge commit 'a849088aa1' from rmk/fixes into cleanup...
2012-09-01 Linus TorvaldsMerge tag 'parisc-fixes' of git://git./linux/kernel...
2012-08-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-08-27 Jiri KosinaMerge branch 'master' into upstream
2012-08-26 Linus TorvaldsMerge tag 'for-linus' of git://github.com/prasad-joshi...
2012-08-26 Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc3-tag' of git://git...
2012-08-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2012-08-24 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-08-24 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-08-24 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2012-08-24 Linus TorvaldsMerge branch 'upstream-fixes' of git://git./linux/kerne...
next