Pavel Shilovsky
|
f9c6e234c3
CIFS: Move readpage code to ops struct
|
12 years ago |
Pavel Shilovsky
|
c9de5c80d5
CIFS: Move async write to ops struct
|
12 years ago |
Pavel Shilovsky
|
09a4707e76
CIFS: Add SMB2 support for cifs_iovec_read
|
12 years ago |
Pavel Shilovsky
|
fc9c59662e
CIFS: Move async read to ops struct
|
12 years ago |
Pavel Shilovsky
|
1d8c4c0009
CIFS: Make flush code use ops struct
|
12 years ago |
Pavel Shilovsky
|
2ae78ba85c
CIFS: Move reopen code to ops struct
|
12 years ago |
Pavel Shilovsky
|
253641388a
CIFS: Move create code use ops struct
|
12 years ago |
Pavel Shilovsky
|
0ff78a221b
CIFS: Move close code to ops struct
|
12 years ago |
Pavel Shilovsky
|
fb1214e48f
CIFS: Move open code to ops struct
|
12 years ago |
Pavel Shilovsky
|
4b4de76e35
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
|
12 years ago |
Pavel Shilovsky
|
e2f2886a82
CIFS: Fix error handling in cifs_push_mandatory_locks
|
13 years ago |
Jeff Layton
|
764a1b1ace
cifs: ensure that we always do cifsFileInfo_get under the spinlock
|
13 years ago |
Pavel Shilovsky
|
29e20f9c65
CIFS: Make CAP_* checks protocol independent
|
13 years ago |
Pavel Shilovsky
|
6d5786a34d
CIFS: Rename Get/FreeXid and make them work with unsigned int
|
13 years ago |
Jeff Layton
|
c5fd363d77
cifs: move file_lock off stack in cifs_push_posix_locks
|
13 years ago |
Jeff Layton
|
ac3aa2f8ae
cifs: remove extraneous newlines from cERROR and cFYI calls
|
13 years ago |
Pavel Shilovsky
|
ea319d57d3
CIFS: Improve identation in cifs_unlock_range
|
13 years ago |
Pavel Shilovsky
|
0013fb4ca3
CIFS: Fix possible wrong memory allocation
|
13 years ago |
Shirish Pargaonkar
|
2c0c2a08be
cifs: fix oops while traversing open file list (try #4)
|
13 years ago |
Pavel Shilovsky
|
7f92447aa7
CIFS: Separate protocol specific part from setlk
|
13 years ago |
Pavel Shilovsky
|
55157dfbb5
CIFS: Separate protocol specific part from getlk
|
13 years ago |
Pavel Shilovsky
|
106dc538ab
CIFS: Separate protocol specific lock type handling
|
13 years ago |
Pavel Shilovsky
|
04a6aa8acf
CIFS: Convert lock type to 32 bit variable
|
13 years ago |
Pavel Shilovsky
|
fbd35acadd
CIFS: Move locks to cifsFileInfo structure
|
13 years ago |
Jeff Layton
|
1c89254926
cifs: convert cifs_iovec_read to use async reads
|
13 years ago |
Jeff Layton
|
2a1bb13853
cifs: add wrapper for cifs_async_readv to retry opening file
|
13 years ago |
Jeff Layton
|
6993f74a5b
cifs: add refcounting to cifs_readdata structures
|
13 years ago |
Jeff Layton
|
8d5ce4d23c
cifs: abstract out function to marshal the iovec for readv receives
|
13 years ago |
Jeff Layton
|
0471ca3fe4
cifs: make cifs_readdata_alloc take a work_func_t arg
|
13 years ago |
Jeff Layton
|
3af9d8f227
cifs: fix offset handling in cifs_iovec_write
|
13 years ago |