aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb1ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-0/+89
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-0/+28
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky1-0/+23
2012-05-23CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky1-0/+19
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky1-0/+2
2012-05-23CIFS: Move protocol specific part from SendReceive2 to ops structPavel Shilovsky1-0/+2
2012-05-17CIFS: Separate protocol specific part from getlkPavel Shilovsky1-0/+7
2012-05-16CIFS: Separate protocol specific lock type handlingPavel Shilovsky1-0/+5
2012-05-16cifs: convert send_nt_cancel into a version specific opJeff Layton1-0/+41
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton1-0/+27