index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsglob.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-24
CIFS: Process oplocks for SMB2
Pavel Shilovsky
1
-0
/
+2
2012-09-24
CIFS: Move readdir code to ops struct
Pavel Shilovsky
1
-0
/
+15
2012-09-24
CIFS: Move set_file_info to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-09-24
CIFS: Move set_file_size to ops struct
Pavel Shilovsky
1
-0
/
+6
2012-09-24
CIFS: Move hardlink to ops struct
Steve French
1
-0
/
+4
2012-09-24
CIFS: Move rename to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-09-24
CIFS: Enable signing in SMB2
Pavel Shilovsky
1
-0
/
+2
2012-09-24
CIFS: Move writepage to ops struct
Pavel Shilovsky
1
-0
/
+4
2012-09-24
CIFS: Move readpage code to ops struct
Pavel Shilovsky
1
-0
/
+5
2012-09-24
CIFS: Add SMB2 support for cifs_iovec_write
Pavel Shilovsky
1
-0
/
+47
2012-09-24
CIFS: Move async write to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-09-24
CIFS: Add SMB2 support for cifs_iovec_read
Pavel Shilovsky
1
-0
/
+25
2012-09-24
CIFS: Move async read to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-09-24
CIFS: Move r/wsize negotiating to ops struct
Pavel Shilovsky
1
-0
/
+61
2012-09-24
CIFS: Make flush code use ops struct
Pavel Shilovsky
1
-0
/
+2
2012-09-24
CIFS: Move guery file info code to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-09-24
CIFS: Add open/close file support for SMB2
Pavel Shilovsky
1
-0
/
+4
2012-09-24
CIFS: Move close code to ops struct
Pavel Shilovsky
1
-0
/
+2
2012-09-24
CIFS: Move open code to ops struct
Pavel Shilovsky
1
-0
/
+7
2012-09-24
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
1
-1
/
+5
2012-09-24
CIFS: Move unlink code to ops struct
Pavel Shilovsky
1
-0
/
+6
2012-07-27
CIFS: Move rmdir code to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-07-27
CIFS: Separate protocol specific part from mkdir
Pavel Shilovsky
1
-0
/
+7
2012-07-25
cifs: ensure that we always do cifsFileInfo_get under the spinlock
Jeff Layton
1
-3
/
+3
2012-07-24
CIFS: Make CAP_* checks protocol independent
Pavel Shilovsky
1
-2
/
+12
2012-07-24
CIFS: Allow SMB2 statistics to be tracked
Pavel Shilovsky
1
-0
/
+9
2012-07-24
CIFS: Move clear/print_stats code to ops struct
Pavel Shilovsky
1
-21
/
+27
2012-07-24
CIFS: Add echo request support for SMB2
Pavel Shilovsky
1
-0
/
+3
2012-07-24
CIFS: Move echo code to osp struct
Pavel Shilovsky
1
-0
/
+4
2012-07-24
CIFS: Setup async request in ops struct
Pavel Shilovsky
1
-0
/
+3
2012-07-24
CIFS: Move building path to root to ops struct
Pavel Shilovsky
1
-0
/
+13
2012-07-24
CIFS: Move query inode info code to ops struct
Pavel Shilovsky
1
-0
/
+9
2012-07-24
CIFS: Move is_path_accessible to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-07-24
CIFS: Move informational tcon calls to ops struct
Pavel Shilovsky
1
-0
/
+2
2012-07-24
CIFS: Move getting dfs referalls to ops struct
Pavel Shilovsky
1
-0
/
+5
2012-07-24
CIFS: Add tree connect/disconnect capability for SMB2
Pavel Shilovsky
1
-1
/
+10
2012-07-24
CIFS: Add session setup/logoff capability for SMB2
Pavel Shilovsky
1
-0
/
+3
2012-07-24
CIFS: Add capability to send SMB2 negotiate message
Pavel Shilovsky
1
-1
/
+12
2012-07-24
CIFS: Add SMB2 credits support
Pavel Shilovsky
1
-0
/
+5
2012-07-24
CIFS: Make transport routines work with SMB2
Pavel Shilovsky
1
-0
/
+5
2012-07-24
CIFS: Move protocol specific tcon/tdis code to ops struct
Pavel Shilovsky
1
-0
/
+6
2012-07-24
CIFS: Move protocol specific session setup/logoff code to ops struct
Pavel Shilovsky
1
-0
/
+5
2012-07-24
CIFS: Move protocol specific negotiate code to ops struct
Pavel Shilovsky
1
-2
/
+6
2012-07-24
CIFS: Extend credit mechanism to process request type
Pavel Shilovsky
1
-4
/
+12
2012-07-24
CIFS: Move trans2 processing to ops struct
Pavel Shilovsky
1
-0
/
+3
2012-06-01
CIFS: Move get_next_mid to ops struct
Pavel Shilovsky
1
-0
/
+7
2012-05-23
cifs: fix oops while traversing open file list (try #4)
Shirish Pargaonkar
1
-0
/
+1
2012-05-23
CIFS: Introduce SMB2 mounts as vers=2.1
Steve French
1
-0
/
+4
2012-05-23
CIFS: Move add/set_credits and get_credits_field to ops structure
Pavel Shilovsky
1
-10
/
+15
2012-05-23
CIFS: Move protocol specific demultiplex thread calls to ops struct
Pavel Shilovsky
1
-0
/
+6
[prev]
[next]