summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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