aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+37
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2-7/+7
2012-10-07cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-07Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-07[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French1-18/+19
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French5-29/+56
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar5-41/+80
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky1-1/+2
2012-09-26CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky1-32/+3
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky4-8/+8
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2-4/+5
2012-09-24cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...Jeff Layton1-33/+4
2012-09-24cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton1-19/+0
2012-09-24CIFS: Fix possible memory leaks in SMB2 codePavel Shilovsky1-9/+14
2012-09-24CIFS: Fix endian conversion of IndexNumberPavel Shilovsky1-1/+1
2012-09-24Trivial endian fixesSteve French2-3/+4
2012-09-24MARK SMB2 support EXPERIMENTALSteve French1-1/+1
2012-09-24Update cifs version numberSteve French1-1/+1
2012-09-24cifs: add FL_CLOSE to fl_flags mask in cifs_read_flockJeff Layton1-1/+2
2012-09-24cifs: Mangle string used for unc in /proc/mountsSachin Prabhu1-1/+2
2012-09-24cifs: cleanups for cifs_mkdir_qinfoJeff Layton1-27/+24
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky7-10/+158
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky6-14/+157
2012-09-24CIFS: Fix cache coherency for read oplock casePavel Shilovsky1-4/+23
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky8-27/+256
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky2-23/+102
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky4-38/+41
2012-09-24CIFS: Use brlock cache for SMB2Pavel Shilovsky3-1/+94
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky7-5/+210
2012-09-24CIFS: Handle SMB2 lock flagsPavel Shilovsky2-0/+17
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky4-25/+40
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky3-39/+53
2012-09-24CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky1-1/+1
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton4-49/+0
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton4-32/+21
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton4-81/+80
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2-38/+52
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2-4/+13
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton1-5/+6
2012-09-24cifs: remove the kmap size limit from wsizeJeff Layton2-6/+0
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton4-95/+33
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton7-79/+85
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton4-1/+25
2012-09-24cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton1-2/+54
2012-09-24cifs: cork the socket before a send and uncork it afterwardJeff Layton2-0/+16
2012-09-24cifs: convert send code to use smb_rqst structsJeff Layton1-45/+90
2012-09-24cifs: change smb2 signing routines to use smb_rqst structsJeff Layton3-26/+27
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton5-14/+44
2012-09-24CIFS: Add statfs support for SMB2Pavel Shilovsky5-0/+127
2012-09-24CIFS: Move statfs to ops structPavel Shilovsky3-25/+43
2012-09-24CIFS: Add oplock break support for SMB2Pavel Shilovsky5-2/+141
2012-09-24CIFS: Move oplock break to ops structPavel Shilovsky3-4/+17
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky7-12/+68
2012-09-24CIFS: Add readdir support for SMB2Pavel Shilovsky5-2/+264
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky6-103/+173
2012-09-24CIFS: Add set_file_info support for SMB2Pavel Shilovsky4-0/+39
2012-09-24CIFS: Move set_file_info to ops structPavel Shilovsky3-73/+88
2012-09-24CIFS: Add SMB2 support for set_file_sizePavel Shilovsky6-3/+60
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky5-75/+89
2012-09-24CIFS: Add SMB2 support for hardlink operationPavel Shilovsky6-6/+76
2012-09-24CIFS: Move hardlink to ops structSteve French5-44/+63
2012-09-24CIFS: Add SMB2 support for rename operationPavel Shilovsky5-0/+167
2012-09-24CIFS: Move rename to ops structPavel Shilovsky5-57/+66
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky9-28/+253
2012-09-24CIFS: Add writepage support for SMB2Pavel Shilovsky3-0/+75
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky5-22/+38
2012-09-24CIFS: Add readpage support for SMB2Pavel Shilovsky3-0/+65
2012-09-24CIFS: Move readpage code to ops structPavel Shilovsky3-11/+32
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky8-44/+206
2012-09-24CIFS: Move async write to ops structPavel Shilovsky4-3/+18
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky10-20/+225
2012-09-24CIFS: Move async read to ops structPavel Shilovsky4-2/+13
2012-09-24CIFS: Add SMB2 r/wsize negotiatingPavel Shilovsky1-0/+45
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky3-142/+149
2012-09-24CIFS: Add SMB2 support for flushPavel Shilovsky4-0/+63
2012-09-24CIFS: Make flush code use ops structPavel Shilovsky3-4/+26
2012-09-24CIFS: Move reopen code to ops structPavel Shilovsky1-57/+64
2012-09-24CIFS: Move create code use ops structPavel Shilovsky3-49/+58
2012-09-24CIFS: Add SMB2 support for query_file_infoPavel Shilovsky1-0/+21
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky4-5/+20
2012-09-24CIFS: Add open/close file support for SMB2Pavel Shilovsky8-17/+172
2012-09-24CIFS: Move close code to ops structPavel Shilovsky3-3/+17
2012-09-24CIFS: Move open code to ops structPavel Shilovsky5-44/+79
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky9-78/+87
2012-09-24CIFS: Add SMB2 support for unlinkPavel Shilovsky3-0/+12
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky5-22/+44
2012-09-18cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-09-06CIFS: Fix endianness conversionPavel Shilovsky1-2/+2
2012-09-06CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2012-08-19CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky1-8/+1
2012-08-19cifs: print error code if smb signature verification failsSteve French2-6/+14
2012-08-19CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2-11/+15
2012-08-19CIFS: Protect i_nlink from being negativeSteve French2-8/+18
2012-07-27CIFS: Add SMB2 support for rmdirPavel Shilovsky3-0/+12
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky5-13/+24
2012-07-27CIFS: Add SMB2 support for mkdir operationPavel Shilovsky3-0/+38
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky5-25/+49
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky3-140/+167
2012-07-25cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton2-8/+15
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky11-49/+66
2012-07-24CIFS: Allow SMB2 statistics to be trackedPavel Shilovsky3-3/+91
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky5-103/+129
2012-07-24CIFS: Add echo request support for SMB2Pavel Shilovsky6-3/+73
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky3-4/+11
2012-07-24CIFS: Add SMB2 support for async requestsPavel Shilovsky3-1/+27
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky4-2/+8
2012-07-24CIFS: Add SMB2 support for build_path_to_rootPavel Shilovsky1-0/+18
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky6-38/+48
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky8-2/+417
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky5-70/+107
2012-07-24CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky7-0/+423
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky5-62/+69
2012-07-24CIFS: Move informational tcon calls to ops structPavel Shilovsky3-27/+34
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky5-22/+27
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky4-9/+143
2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky7-5/+230
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky8-3/+284
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky8-11/+417
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky2-8/+31
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky6-2/+384
2012-07-24CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky1-4/+1
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky4-1/+86
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky9-8/+246
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French4-1/+2571
2012-07-24CIFS: Add SMB2 status codesPavel Shilovsky1-0/+1782
2012-07-24CIFS: Rename 7 error codes to NT_ stylePavel Shilovsky2-13/+15
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky14-352/+375
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky5-35/+56
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky6-15/+24
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky6-21/+46
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky5-49/+74
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky3-159/+175
2012-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton3-5/+5
2012-07-23cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton1-4/+0
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton3-16/+13
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton8-55/+55
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton1-1/+1
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-213/+258
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-1/+29
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-16Initialise mid_q_entry before putting it on the pending queueSachin Prabhu1-12/+14
2012-07-14VFS: Pass mount flags to sget()David Howells1-5/+4
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro2-3/+3
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-4/+4
2012-07-14make finish_no_open() return intAl Viro1-2/+1
2012-07-14kill struct opendataAl Viro2-6/+5
2012-07-14make ->atomic_open() return intAl Viro2-12/+11
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro2-7/+7
2012-07-14cifs: implement i_op->atomic_open()Miklos Szeredi3-198/+247
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-2/+3
2012-07-14cifs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-06-12cifs: fix parsing of password mount optionSuresh Jayaraman1-15/+17
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky7-95/+103
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky1-2/+4
2012-06-01CIFS: Improve identation in cifs_unlock_rangePavel Shilovsky1-40/+35
2012-06-01CIFS: Fix possible wrong memory allocationPavel Shilovsky1-6/+25
2012-05-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds17-587/+1039
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-23cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2-24/+34
2012-05-23cifs: Fix comment as d_alloc_root() is replaced by d_make_root()Sedat Dilek1-1/+1
2012-05-23CIFS: Introduce SMB2 mounts as vers=2.1Steve French4-1/+41
2012-05-23CIFS: Introduce SMB2 Kconfig optionSteve French1-0/+20
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky7-50/+62
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky5-27/+39
2012-05-23CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky3-27/+33
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky4-23/+20
2012-05-23CIFS: Move protocol specific part from SendReceive2 to ops structPavel Shilovsky4-3/+15
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
2012-05-17CIFS: Separate protocol specific part from setlkPavel Shilovsky1-2/+2
2012-05-17CIFS: Separate protocol specific part from getlkPavel Shilovsky3-22/+39
2012-05-16CIFS: Separate protocol specific lock type handlingPavel Shilovsky3-16/+33
2012-05-16CIFS: Convert lock type to 32 bit variablePavel Shilovsky2-7/+8
2012-05-16CIFS: Move locks to cifsFileInfo structurePavel Shilovsky3-44/+58
2012-05-16cifs: convert send_nt_cancel into a version specific opJeff Layton3-39/+54
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton5-2/+89
2012-05-16cifs: remove the vers= and version= synonyms for ver=Jeff Layton1-4/+1
2012-05-16cifs: add warning about change in default cache semantics in 3.7Jeff Layton1-0/+13
2012-05-16cifs: display cache= option in /proc/mountsJeff Layton1-4/+14
2012-05-16cifs: add deprecation warnings to strictcache and forcedirectioJeff Layton1-0/+6
2012-05-16cifs: add a cache= option to better describe the different cache flavorsJeff Layton1-3/+54
2012-05-16cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctlJeff Layton1-0/+8
2012-05-16cifs: remove legacy MultiuserMount optionJeff Layton5-109/+1
2012-05-16cifs: convert cifs_iovec_read to use async readsJeff Layton2-60/+236
2012-05-16cifs: add wrapper for cifs_async_readv to retry opening fileJeff Layton1-9/+18
2012-05-16cifs: add refcounting to cifs_readdata structuresJeff Layton3-7/+19
2012-05-16cifs: abstract out function to marshal the iovec for readv receivesJeff Layton3-63/+74
2012-05-16cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton3-53/+49
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-09cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-03fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5