| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-05 | cifs: Do not lookup hashed negative dentry in cifs_atomic_open | Sachin Prabhu | 1 | -1/+10 |
| 2012-11-03 | cifs: fix potential buffer overrun in cifs.idmap handling code | Jeff Layton | 1 | -29/+20 |
| 2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -7/+7 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -0/+37 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -0/+1 |
| 2012-10-08 | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 2 | -7/+7 |
| 2012-10-07 | cifs: reinstate the forcegid option | Jeff Layton | 1 | -0/+9 |
| 2012-10-07 | Convert properly UTF-8 to UTF-16 | Frediano Ziglio | 1 | -0/+22 |
| 2012-10-07 | [CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC | Steve French | 1 | -0/+6 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-10-01 | [CIFS] Fix indentation of fs/cifs/Kconfig entries | Steve French | 1 | -18/+19 |
| 2012-10-01 | [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) | Steve French | 5 | -29/+56 |
| 2012-09-28 | cifs: obtain file access during backup intent lookup (resend) | Shirish Pargaonkar | 5 | -41/+80 |
| 2012-09-26 | CIFS: Fix possible freed pointer dereference in CIFS_SessSetup | Pavel Shilovsky | 1 | -1/+2 |
| 2012-09-26 | CIFS: Fix possible freed pointer dereference in SMB2_sess_setup | Pavel Shilovsky | 1 | -32/+3 |
| 2012-09-26 | CIFS: Make ops->close return void | Pavel Shilovsky | 4 | -8/+8 |
| 2012-09-26 | cifs: change DOS/NT/POSIX mapping of ERRnoresource | Jeff Layton | 2 | -4/+5 |
| 2012-09-24 | cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o... | Jeff Layton | 1 | -33/+4 |
| 2012-09-24 | cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl | Jeff Layton | 1 | -19/+0 |
| 2012-09-24 | CIFS: Fix possible memory leaks in SMB2 code | Pavel Shilovsky | 1 | -9/+14 |
| 2012-09-24 | CIFS: Fix endian conversion of IndexNumber | Pavel Shilovsky | 1 | -1/+1 |
| 2012-09-24 | Trivial endian fixes | Steve French | 2 | -3/+4 |
| 2012-09-24 | MARK SMB2 support EXPERIMENTAL | Steve French | 1 | -1/+1 |
| 2012-09-24 | Update cifs version number | Steve French | 1 | -1/+1 |
| 2012-09-24 | cifs: add FL_CLOSE to fl_flags mask in cifs_read_flock | Jeff Layton | 1 | -1/+2 |
| 2012-09-24 | cifs: Mangle string used for unc in /proc/mounts | Sachin Prabhu | 1 | -1/+2 |
| 2012-09-24 | cifs: cleanups for cifs_mkdir_qinfo | Jeff Layton | 1 | -27/+24 |
| 2012-09-24 | CIFS: Fix fast lease break after open problem | Pavel Shilovsky | 7 | -10/+158 |
| 2012-09-24 | CIFS: Add SMB2.1 lease break support | Pavel Shilovsky | 6 | -14/+157 |
| 2012-09-24 | CIFS: Fix cache coherency for read oplock case | Pavel Shilovsky | 1 | -4/+23 |
| 2012-09-24 | CIFS: Request SMB2.1 leases | Pavel Shilovsky | 8 | -27/+256 |
| 2012-09-24 | CIFS: Check for mandatory brlocks on read/write | Pavel Shilovsky | 2 | -23/+102 |
| 2012-09-24 | CIFS: Turn lock mutex into rw semaphore | Pavel Shilovsky | 4 | -38/+41 |
| 2012-09-24 | CIFS: Use brlock cache for SMB2 | Pavel Shilovsky | 3 | -1/+94 |
| 2012-09-24 | CIFS: Add brlock support for SMB2 | Pavel Shilovsky | 7 | -5/+210 |
| 2012-09-24 | CIFS: Handle SMB2 lock flags | Pavel Shilovsky | 2 | -0/+17 |
| 2012-09-24 | CIFS: Move brlock code to ops struct | Pavel Shilovsky | 4 | -25/+40 |
| 2012-09-24 | CIFS: Remove spinlock dependence in brlock processing | Pavel Shilovsky | 3 | -39/+53 |
| 2012-09-24 | CIFS: Add NTLMSSP sec type to defaults | Pavel Shilovsky | 1 | -1/+1 |
| 2012-09-24 | cifs: remove kmap lock and rsize limit | Jeff Layton | 4 | -49/+0 |
| 2012-09-24 | cifs: replace kvec array in readdata with a single kvec | Jeff Layton | 4 | -32/+21 |
| 2012-09-24 | cifs: convert async read code to use pages array without kmapping | Jeff Layton | 4 | -81/+80 |
| 2012-09-24 | cifs: turn the pages list in cifs_readdata into an array | Jeff Layton | 2 | -38/+52 |
| 2012-09-24 | cifs: allocate kvec array for cifs_readdata as a separate allocation | Jeff Layton | 2 | -4/+13 |
| 2012-09-24 | cifs: add deprecation warning to sockopt=TCP_NODELAY option | Jeff Layton | 1 | -5/+6 |
| 2012-09-24 | cifs: remove the kmap size limit from wsize | Jeff Layton | 2 | -6/+0 |
| 2012-09-24 | cifs: convert async write code to pass in data via rq_pages array | Jeff Layton | 4 | -95/+33 |
| 2012-09-24 | cifs: change cifs_call_async to use smb_rqst structs | Jeff Layton | 7 | -79/+85 |
| 2012-09-24 | cifs: teach signing routines how to deal with arrays of pages in a smb_rqst | Jeff Layton | 4 | -1/+25 |
| 2012-09-24 | cifs: teach smb_send_rqst how to handle arrays of pages | Jeff Layton | 1 | -2/+54 |
| 2012-09-24 | cifs: cork the socket before a send and uncork it afterward | Jeff Layton | 2 | -0/+16 |
| 2012-09-24 | cifs: convert send code to use smb_rqst structs | Jeff Layton | 1 | -45/+90 |
| 2012-09-24 | cifs: change smb2 signing routines to use smb_rqst structs | Jeff Layton | 3 | -26/+27 |
| 2012-09-24 | cifs: change signing routines to deal with smb_rqst structs | Jeff Layton | 5 | -14/+44 |
| 2012-09-24 | CIFS: Add statfs support for SMB2 | Pavel Shilovsky | 5 | -0/+127 |
| 2012-09-24 | CIFS: Move statfs to ops struct | Pavel Shilovsky | 3 | -25/+43 |
| 2012-09-24 | CIFS: Add oplock break support for SMB2 | Pavel Shilovsky | 5 | -2/+141 |
| 2012-09-24 | CIFS: Move oplock break to ops struct | Pavel Shilovsky | 3 | -4/+17 |
| 2012-09-24 | CIFS: Process oplocks for SMB2 | Pavel Shilovsky | 7 | -12/+68 |
| 2012-09-24 | CIFS: Add readdir support for SMB2 | Pavel Shilovsky | 5 | -2/+264 |
| 2012-09-24 | CIFS: Move readdir code to ops struct | Pavel Shilovsky | 6 | -103/+173 |
| 2012-09-24 | CIFS: Add set_file_info support for SMB2 | Pavel Shilovsky | 4 | -0/+39 |
| 2012-09-24 | CIFS: Move set_file_info to ops struct | Pavel Shilovsky | 3 | -73/+88 |
| 2012-09-24 | CIFS: Add SMB2 support for set_file_size | Pavel Shilovsky | 6 | -3/+60 |
| 2012-09-24 | CIFS: Move set_file_size to ops struct | Pavel Shilovsky | 5 | -75/+89 |
| 2012-09-24 | CIFS: Add SMB2 support for hardlink operation | Pavel Shilovsky | 6 | -6/+76 |
| 2012-09-24 | CIFS: Move hardlink to ops struct | Steve French | 5 | -44/+63 |
| 2012-09-24 | CIFS: Add SMB2 support for rename operation | Pavel Shilovsky | 5 | -0/+167 |
| 2012-09-24 | CIFS: Move rename to ops struct | Pavel Shilovsky | 5 | -57/+66 |
| 2012-09-24 | CIFS: Enable signing in SMB2 | Pavel Shilovsky | 9 | -28/+253 |
| 2012-09-24 | CIFS: Add writepage support for SMB2 | Pavel Shilovsky | 3 | -0/+75 |
| 2012-09-24 | CIFS: Move writepage to ops struct | Pavel Shilovsky | 5 | -22/+38 |
| 2012-09-24 | CIFS: Add readpage support for SMB2 | Pavel Shilovsky | 3 | -0/+65 |
| 2012-09-24 | CIFS: Move readpage code to ops struct | Pavel Shilovsky | 3 | -11/+32 |
| 2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_write | Pavel Shilovsky | 8 | -44/+206 |
| 2012-09-24 | CIFS: Move async write to ops struct | Pavel Shilovsky | 4 | -3/+18 |
| 2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_read | Pavel Shilovsky | 10 | -20/+225 |
| 2012-09-24 | CIFS: Move async read to ops struct | Pavel Shilovsky | 4 | -2/+13 |
| 2012-09-24 | CIFS: Add SMB2 r/wsize negotiating | Pavel Shilovsky | 1 | -0/+45 |
| 2012-09-24 | CIFS: Move r/wsize negotiating to ops struct | Pavel Shilovsky | 3 | -142/+149 |
| 2012-09-24 | CIFS: Add SMB2 support for flush | Pavel Shilovsky | 4 | -0/+63 |
| 2012-09-24 | CIFS: Make flush code use ops struct | Pavel Shilovsky | 3 | -4/+26 |
| 2012-09-24 | CIFS: Move reopen code to ops struct | Pavel Shilovsky | 1 | -57/+64 |
| 2012-09-24 | CIFS: Move create code use ops struct | Pavel Shilovsky | 3 | -49/+58 |
| 2012-09-24 | CIFS: Add SMB2 support for query_file_info | Pavel Shilovsky | 1 | -0/+21 |
| 2012-09-24 | CIFS: Move guery file info code to ops struct | Pavel Shilovsky | 4 | -5/+20 |
| 2012-09-24 | CIFS: Add open/close file support for SMB2 | Pavel Shilovsky | 8 | -17/+172 |
| 2012-09-24 | CIFS: Move close code to ops struct | Pavel Shilovsky | 3 | -3/+17 |
| 2012-09-24 | CIFS: Move open code to ops struct | Pavel Shilovsky | 5 | -44/+79 |
| 2012-09-24 | CIFS: Replace netfid with cifs_fid struct in cifsFileInfo | Pavel Shilovsky | 9 | -78/+87 |
| 2012-09-24 | CIFS: Add SMB2 support for unlink | Pavel Shilovsky | 3 | -0/+12 |
| 2012-09-24 | CIFS: Move unlink code to ops struct | Pavel Shilovsky | 5 | -22/+44 |
| 2012-09-18 | cifs: fix return value in cifsConvertToUTF16 | Jeff Layton | 1 | -1/+1 |
| 2012-09-06 | CIFS: Fix endianness conversion | Pavel Shilovsky | 1 | -2/+2 |
| 2012-09-06 | CIFS: Fix error handling in cifs_push_mandatory_locks | Pavel Shilovsky | 1 | -1/+1 |
| 2012-08-19 | CIFS: Fix cifs_do_create error hadnling | Pavel Shilovsky | 1 | -8/+1 |
| 2012-08-19 | cifs: print error code if smb signature verification fails | Steve French | 2 | -6/+14 |
| 2012-08-19 | CIFS: Fix log messages in packet checking for SMB2 | Pavel Shilovsky | 2 | -11/+15 |
| 2012-08-19 | CIFS: Protect i_nlink from being negative | Steve French | 2 | -8/+18 |
| 2012-07-27 | CIFS: Add SMB2 support for rmdir | Pavel Shilovsky | 3 | -0/+12 |
| 2012-07-27 | CIFS: Move rmdir code to ops struct | Pavel Shilovsky | 5 | -13/+24 |
| 2012-07-27 | CIFS: Add SMB2 support for mkdir operation | Pavel Shilovsky | 3 | -0/+38 |
| 2012-07-27 | CIFS: Separate protocol specific part from mkdir | Pavel Shilovsky | 5 | -25/+49 |
| 2012-07-27 | CIFS: Simplify cifs_mkdir call | Pavel Shilovsky | 3 | -140/+167 |
| 2012-07-25 | cifs: ensure that we always do cifsFileInfo_get under the spinlock | Jeff Layton | 2 | -8/+15 |
| 2012-07-24 | CIFS: Make CAP_* checks protocol independent | Pavel Shilovsky | 11 | -49/+66 |
| 2012-07-24 | CIFS: Allow SMB2 statistics to be tracked | Pavel Shilovsky | 3 | -3/+91 |
| 2012-07-24 | CIFS: Move clear/print_stats code to ops struct | Pavel Shilovsky | 5 | -103/+129 |
| 2012-07-24 | CIFS: Add echo request support for SMB2 | Pavel Shilovsky | 6 | -3/+73 |
| 2012-07-24 | CIFS: Move echo code to osp struct | Pavel Shilovsky | 3 | -4/+11 |
| 2012-07-24 | CIFS: Add SMB2 support for async requests | Pavel Shilovsky | 3 | -1/+27 |
| 2012-07-24 | CIFS: Setup async request in ops struct | Pavel Shilovsky | 4 | -2/+8 |
| 2012-07-24 | CIFS: Add SMB2 support for build_path_to_root | Pavel Shilovsky | 1 | -0/+18 |
| 2012-07-24 | CIFS: Move building path to root to ops struct | Pavel Shilovsky | 6 | -38/+48 |
| 2012-07-24 | CIFS: Query SMB2 inode info | Pavel Shilovsky | 8 | -2/+417 |
| 2012-07-24 | CIFS: Move query inode info code to ops struct | Pavel Shilovsky | 5 | -70/+107 |
| 2012-07-24 | CIFS: Add SMB2 support for is_path_accessible | Pavel Shilovsky | 7 | -0/+423 |
| 2012-07-24 | CIFS: Move is_path_accessible to ops struct | Pavel Shilovsky | 5 | -62/+69 |
| 2012-07-24 | CIFS: Move informational tcon calls to ops struct | Pavel Shilovsky | 3 | -27/+34 |
| 2012-07-24 | CIFS: Move getting dfs referalls to ops struct | Pavel Shilovsky | 5 | -22/+27 |
| 2012-07-24 | CIFS: Process reconnects for SMB2 shares | Pavel Shilovsky | 4 | -9/+143 |
| 2012-07-24 | CIFS: Add tree connect/disconnect capability for SMB2 | Pavel Shilovsky | 7 | -5/+230 |
| 2012-07-24 | CIFS: Add session setup/logoff capability for SMB2 | Pavel Shilovsky | 8 | -3/+284 |
| 2012-07-24 | CIFS: Add capability to send SMB2 negotiate message | Pavel Shilovsky | 8 | -11/+417 |
| 2012-07-24 | CIFS: Respect SMB2 header/max header size | Pavel Shilovsky | 2 | -8/+31 |
| 2012-07-24 | CIFS: Make demultiplex_thread work with SMB2 code | Pavel Shilovsky | 6 | -2/+384 |
| 2012-07-24 | CIFS: Fix a wrong pointer in atomic_open | Pavel Shilovsky | 1 | -4/+1 |
| 2012-07-24 | CIFS: Add SMB2 credits support | Pavel Shilovsky | 4 | -1/+86 |
| 2012-07-24 | CIFS: Make transport routines work with SMB2 | Pavel Shilovsky | 9 | -8/+246 |
| 2012-07-24 | CIFS: Map SMB2 status codes to POSIX errors | Steve French | 4 | -1/+2571 |
| 2012-07-24 | CIFS: Add SMB2 status codes | Pavel Shilovsky | 1 | -0/+1782 |
| 2012-07-24 | CIFS: Rename 7 error codes to NT_ style | Pavel Shilovsky | 2 | -13/+15 |
| 2012-07-24 | CIFS: Rename Get/FreeXid and make them work with unsigned int | Pavel Shilovsky | 14 | -352/+375 |
| 2012-07-24 | CIFS: Move protocol specific tcon/tdis code to ops struct | Pavel Shilovsky | 5 | -35/+56 |
| 2012-07-24 | CIFS: Move protocol specific session setup/logoff code to ops struct | Pavel Shilovsky | 6 | -15/+24 |
| 2012-07-24 | CIFS: Move protocol specific negotiate code to ops struct | Pavel Shilovsky | 6 | -21/+46 |
| 2012-07-24 | CIFS: Extend credit mechanism to process request type | Pavel Shilovsky | 5 | -49/+74 |
| 2012-07-24 | CIFS: Move trans2 processing to ops struct | Pavel Shilovsky | 3 | -159/+175 |
| 2012-07-23 | cifs: reinstate sec=ntlmv2 mount option | Jeff Layton | 1 | -4/+5 |
| 2012-07-23 | cifs: rename cifs_sign_smb2 to cifs_sign_smbv | Jeff Layton | 3 | -5/+5 |
| 2012-07-23 | cifs: remove bogus reset of smb_buf_length in smb_send routines | Jeff Layton | 1 | -4/+0 |
| 2012-07-23 | cifs: move file_lock off stack in cifs_push_posix_locks | Jeff Layton | 3 | -16/+13 |
| 2012-07-23 | cifs: remove extraneous newlines from cERROR and cFYI calls | Jeff Layton | 8 | -55/+55 |
| 2012-07-23 | cifs: after upcalling for krb5 creds, invalidate key rather than revoking it | Jeff Layton | 1 | -1/+1 |
| 2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 4 | -213/+258 |
| 2012-07-16 | cifs: always update the inode cache with the results from a FIND_* | Jeff Layton | 1 | -2/+5 |
| 2012-07-16 | cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps | Jeff Layton | 1 | -1/+29 |
| 2012-07-16 | cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space | Jeff Layton | 1 | -0/+18 |
| 2012-07-16 | Initialise mid_q_entry before putting it on the pending queue | Sachin Prabhu | 1 | -12/+14 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -5/+4 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 2 | -3/+3 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -4/+4 |
| 2012-07-14 | make finish_no_open() return int | Al Viro | 1 | -2/+1 |
| 2012-07-14 | kill struct opendata | Al Viro | 2 | -6/+5 |
| 2012-07-14 | make ->atomic_open() return int | Al Viro | 2 | -12/+11 |
| 2012-07-14 | ->atomic_open() prototype change - pass int * instead of bool * | Al Viro | 2 | -7/+7 |
| 2012-07-14 | cifs: implement i_op->atomic_open() | Miklos Szeredi | 3 | -198/+247 |
| 2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro | 1 | -2/+3 |
| 2012-07-14 | cifs: don't bother with ->i_dentry in ->destroy_inode() | Al Viro | 1 | -1/+0 |
| 2012-07-03 | cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe... | Jeff Layton | 1 | -6/+3 |
| 2012-06-12 | cifs: fix parsing of password mount option | Suresh Jayaraman | 1 | -15/+17 |
| 2012-06-01 | CIFS: Move get_next_mid to ops struct | Pavel Shilovsky | 7 | -95/+103 |
| 2012-06-01 | CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe | Pavel Shilovsky | 1 | -2/+4 |
| 2012-06-01 | CIFS: Improve identation in cifs_unlock_range | Pavel Shilovsky | 1 | -40/+35 |
| 2012-06-01 | CIFS: Fix possible wrong memory allocation | Pavel Shilovsky | 1 | -6/+25 |
| 2012-05-29 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 17 | -587/+1039 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-23 | cifs: fix oops while traversing open file list (try #4) | Shirish Pargaonkar | 2 | -24/+34 |
| 2012-05-23 | cifs: Fix comment as d_alloc_root() is replaced by d_make_root() | Sedat Dilek | 1 | -1/+1 |
| 2012-05-23 | CIFS: Introduce SMB2 mounts as vers=2.1 | Steve French | 4 | -1/+41 |
| 2012-05-23 | CIFS: Introduce SMB2 Kconfig option | Steve French | 1 | -0/+20 |
| 2012-05-23 | CIFS: Move add/set_credits and get_credits_field to ops structure | Pavel Shilovsky | 7 | -50/+62 |
| 2012-05-23 | CIFS: Move protocol specific demultiplex thread calls to ops struct | Pavel Shilovsky | 5 | -27/+39 |
| 2012-05-23 | CIFS: Move protocol specific part from cifs_readv_receive to ops struct | Pavel Shilovsky | 3 | -27/+33 |
| 2012-05-23 | CIFS: Move header_size/max_header_size to ops structure | Pavel Shilovsky | 4 | -23/+20 |
| 2012-05-23 | CIFS: Move protocol specific part from SendReceive2 to ops struct | Pavel Shilovsky | 4 | -3/+15 |
| 2012-05-17 | cifs: Include backup intent search flags during searches {try #2) | Shirish Pargaonkar | 3 | -11/+22 |
| 2012-05-17 | CIFS: Separate protocol specific part from setlk | Pavel Shilovsky | 1 | -2/+2 |
| 2012-05-17 | CIFS: Separate protocol specific part from getlk | Pavel Shilovsky | 3 | -22/+39 |
| 2012-05-16 | CIFS: Separate protocol specific lock type handling | Pavel Shilovsky | 3 | -16/+33 |
| 2012-05-16 | CIFS: Convert lock type to 32 bit variable | Pavel Shilovsky | 2 | -7/+8 |
| 2012-05-16 | CIFS: Move locks to cifsFileInfo structure | Pavel Shilovsky | 3 | -44/+58 |
| 2012-05-16 | cifs: convert send_nt_cancel into a version specific op | Jeff Layton | 3 | -39/+54 |
| 2012-05-16 | cifs: add a smb_version_operations/values structures and a smb_version enum | Jeff Layton | 5 | -2/+89 |
| 2012-05-16 | cifs: remove the vers= and version= synonyms for ver= | Jeff Layton | 1 | -4/+1 |
| 2012-05-16 | cifs: add warning about change in default cache semantics in 3.7 | Jeff Layton | 1 | -0/+13 |
| 2012-05-16 | cifs: display cache= option in /proc/mounts | Jeff Layton | 1 | -4/+14 |
| 2012-05-16 | cifs: add deprecation warnings to strictcache and forcedirectio | Jeff Layton | 1 | -0/+6 |
| 2012-05-16 | cifs: add a cache= option to better describe the different cache flavors | Jeff Layton | 1 | -3/+54 |
| 2012-05-16 | cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctl | Jeff Layton | 1 | -0/+8 |
| 2012-05-16 | cifs: remove legacy MultiuserMount option | Jeff Layton | 5 | -109/+1 |
| 2012-05-16 | cifs: convert cifs_iovec_read to use async reads | Jeff Layton | 2 | -60/+236 |
| 2012-05-16 | cifs: add wrapper for cifs_async_readv to retry opening file | Jeff Layton | 1 | -9/+18 |
| 2012-05-16 | cifs: add refcounting to cifs_readdata structures | Jeff Layton | 3 | -7/+19 |
| 2012-05-16 | cifs: abstract out function to marshal the iovec for readv receives | Jeff Layton | 3 | -63/+74 |
| 2012-05-16 | cifs: make cifs_readdata_alloc take a work_func_t arg | Jeff Layton | 3 | -53/+49 |
| 2012-05-16 | cifs: fix misspelling of "forcedirectio" | Jeff Layton | 1 | -1/+2 |
| 2012-05-09 | cifs: fix revalidation test in cifs_llseek() | Dan Carpenter | 1 | -1/+1 |