index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CIFS: Fix cache coherency for read oplock case
Pavel Shilovsky
2012-09-24
1
-4
/
+23
*
CIFS: Request SMB2.1 leases
Pavel Shilovsky
2012-09-24
1
-6
/
+15
*
CIFS: Check for mandatory brlocks on read/write
Pavel Shilovsky
2012-09-24
1
-23
/
+98
*
CIFS: Turn lock mutex into rw semaphore
Pavel Shilovsky
2012-09-24
1
-29
/
+31
*
CIFS: Add brlock support for SMB2
Pavel Shilovsky
2012-09-24
1
-5
/
+3
*
CIFS: Move brlock code to ops struct
Pavel Shilovsky
2012-09-24
1
-25
/
+17
*
CIFS: Remove spinlock dependence in brlock processing
Pavel Shilovsky
2012-09-24
1
-30
/
+43
*
cifs: replace kvec array in readdata with a single kvec
Jeff Layton
2012-09-24
1
-9
/
+0
*
cifs: convert async read code to use pages array without kmapping
Jeff Layton
2012-09-24
1
-61
/
+60
*
cifs: turn the pages list in cifs_readdata into an array
Jeff Layton
2012-09-24
1
-37
/
+50
*
cifs: allocate kvec array for cifs_readdata as a separate allocation
Jeff Layton
2012-09-24
1
-3
/
+12
*
cifs: convert async write code to pass in data via rq_pages array
Jeff Layton
2012-09-24
1
-38
/
+10
*
CIFS: Move oplock break to ops struct
Pavel Shilovsky
2012-09-24
1
-4
/
+3
*
CIFS: Move readdir code to ops struct
Pavel Shilovsky
2012-09-24
1
-26
/
+34
*
CIFS: Move writepage to ops struct
Pavel Shilovsky
2012-09-24
1
-16
/
+20
*
CIFS: Move readpage code to ops struct
Pavel Shilovsky
2012-09-24
1
-11
/
+17
*
CIFS: Move async write to ops struct
Pavel Shilovsky
2012-09-24
1
-2
/
+11
*
CIFS: Add SMB2 support for cifs_iovec_read
Pavel Shilovsky
2012-09-24
1
-0
/
+4
*
CIFS: Move async read to ops struct
Pavel Shilovsky
2012-09-24
1
-1
/
+7
*
CIFS: Make flush code use ops struct
Pavel Shilovsky
2012-09-24
1
-4
/
+16
*
CIFS: Move reopen code to ops struct
Pavel Shilovsky
2012-09-24
1
-57
/
+64
*
CIFS: Move create code use ops struct
Pavel Shilovsky
2012-09-24
1
-5
/
+5
*
CIFS: Move close code to ops struct
Pavel Shilovsky
2012-09-24
1
-3
/
+7
*
CIFS: Move open code to ops struct
Pavel Shilovsky
2012-09-24
1
-33
/
+30
*
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
2012-09-24
1
-58
/
+58
*
CIFS: Fix error handling in cifs_push_mandatory_locks
Pavel Shilovsky
2012-09-06
1
-1
/
+1
*
cifs: ensure that we always do cifsFileInfo_get under the spinlock
Jeff Layton
2012-07-25
1
-5
/
+12
*
CIFS: Make CAP_* checks protocol independent
Pavel Shilovsky
2012-07-24
1
-17
/
+16
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
1
-65
/
+68
*
cifs: move file_lock off stack in cifs_push_posix_locks
Jeff Layton
2012-07-23
1
-5
/
+3
*
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
2012-07-23
1
-1
/
+1
*
CIFS: Improve identation in cifs_unlock_range
Pavel Shilovsky
2012-06-01
1
-40
/
+35
*
CIFS: Fix possible wrong memory allocation
Pavel Shilovsky
2012-06-01
1
-6
/
+25
*
cifs: fix oops while traversing open file list (try #4)
Shirish Pargaonkar
2012-05-23
1
-24
/
+33
*
CIFS: Separate protocol specific part from setlk
Pavel Shilovsky
2012-05-17
1
-2
/
+2
*
CIFS: Separate protocol specific part from getlk
Pavel Shilovsky
2012-05-17
1
-22
/
+30
*
CIFS: Separate protocol specific lock type handling
Pavel Shilovsky
2012-05-16
1
-16
/
+24
*
CIFS: Convert lock type to 32 bit variable
Pavel Shilovsky
2012-05-16
1
-6
/
+7
*
CIFS: Move locks to cifsFileInfo structure
Pavel Shilovsky
2012-05-16
1
-40
/
+49
*
cifs: convert cifs_iovec_read to use async reads
Jeff Layton
2012-05-16
1
-60
/
+234
*
cifs: add wrapper for cifs_async_readv to retry opening file
Jeff Layton
2012-05-16
1
-9
/
+18
*
cifs: add refcounting to cifs_readdata structures
Jeff Layton
2012-05-16
1
-7
/
+14
*
cifs: abstract out function to marshal the iovec for readv receives
Jeff Layton
2012-05-16
1
-0
/
+68
*
cifs: make cifs_readdata_alloc take a work_func_t arg
Jeff Layton
2012-05-16
1
-1
/
+49
*
cifs: fix offset handling in cifs_iovec_write
Jeff Layton
2012-04-19
1
-1
/
+2
*
CIFS: Fix VFS lock usage for oplocked files
Pavel Shilovsky
2012-04-01
1
-1
/
+9
*
Revert "CIFS: Fix VFS lock usage for oplocked files"
Steve French
2012-04-01
1
-52
/
+4
*
CIFS: Fix VFS lock usage for oplocked files
Pavel Shilovsky
2012-03-31
1
-4
/
+52
*
[CIFS] Fix trivial sparse warning with asyn i/o patch
Steve French
2012-03-23
1
-1
/
+1
*
cifs: convert cifs_iovec_write to use async writes
Jeff Layton
2012-03-23
1
-85
/
+138
[next]