aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman1-2/+2
2013-02-13cifs: Convert from a kuid before printing current_fsuidEric W. Biederman1-1/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman1-1/+1
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton1-1/+0
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky1-1/+1
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-3/+1
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-0/+3
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar1-2/+4
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+7
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky1-0/+4
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky1-0/+4
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky1-0/+3
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-8/+8
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton1-0/+2
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton1-2/+5
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky1-1/+1
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky1-6/+4
2012-09-24CIFS: Move hardlink to ops structSteve French1-5/+3
2012-09-24CIFS: Move rename to ops structPavel Shilovsky1-3/+2
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky1-0/+1
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky1-2/+1
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky1-18/+0
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky1-19/+1
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky1-2/+0
2012-09-24CIFS: Move open code to ops structPavel Shilovsky1-3/+4
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky1-3/+6
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-2/+1
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-3/+1
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky1-2/+2
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky1-0/+2
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky1-3/+0
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky1-8/+6
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky1-7/+5
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky1-8/+7
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky1-0/+1
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky1-0/+1
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky1-0/+1
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-83/+88
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky1-4/+4
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky1-5/+5
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky1-3/+3
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky1-2/+2
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton1-1/+1
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton1-2/+3
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-1/+0
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-3/+0
2012-05-23CIFS: Move protocol specific part from SendReceive2 to ops structPavel Shilovsky1-0/+2
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar1-2/+4
2012-05-16cifs: convert cifs_iovec_read to use async readsJeff Layton1-0/+2
2012-05-16cifs: add refcounting to cifs_readdata structuresJeff Layton1-0/+2