index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: fix rename() by ensuring source handle opened with DELETE bit
Aurelien Aptel
2020-02-24
1
-7
/
+12
*
smb3: add one more dynamic tracepoint missing from strict fsync path
Steve French
2020-02-06
1
-1
/
+3
*
cifs: Add tracepoints for errors on flush or fsync
Steve French
2020-02-05
1
-2
/
+5
*
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
2020-02-03
1
-8
/
+2
*
cifs: Don't use iov_iter::type directly
David Howells
2020-01-26
1
-4
/
+4
*
smb3: query attributes on file close
Steve French
2019-12-03
1
-1
/
+3
*
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
2019-12-02
1
-3
/
+4
*
CIFS: Properly process SMB3 lease breaks
Pavel Shilovsky
2019-11-25
1
-3
/
+7
*
cifs: move cifsFileInfo_put logic into a work-queue
Ronnie Sahlberg
2019-11-25
1
-25
/
+49
*
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
2019-11-25
1
-0
/
+7
*
cifs: smbd: Invalidate and deregister memory registration on re-send for dire...
Long Li
2019-11-25
1
-2
/
+18
*
CIFS: remove set but not used variables 'cinode' and 'netfid'
YueHaibing
2019-11-25
1
-4
/
+0
*
cifs: add support for flock
Steve French
2019-11-25
1
-1
/
+51
*
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
Dave Wysochanski
2019-10-24
1
-8
/
+15
*
CIFS: Fix use after free of file info structures
Pavel Shilovsky
2019-10-24
1
-3
/
+3
*
CIFS: Gracefully handle QueryInfo errors during open
Pavel Shilovsky
2019-10-06
1
-0
/
+6
*
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
Dave Wysochanski
2019-10-06
1
-16
/
+11
*
cifs: add a helper to find an existing readable handle to a file
Ronnie Sahlberg
2019-09-16
1
-0
/
+36
*
cifs: create a helper to find a writeable handle by path name
Ronnie Sahlberg
2019-09-16
1
-0
/
+35
*
cifs: remove set but not used variables
YueHaibing
2019-09-16
1
-7
/
+0
*
cifs: remove unused variable
zhengbin
2019-09-16
1
-2
/
+0
*
cifs: add spinlock for the openFileList to cifsInodeInfo
Ronnie Sahlberg
2019-06-13
1
-2
/
+6
*
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
Roberto Bergantinos Corpas
2019-05-29
1
-1
/
+3
*
cifs: remove superfluous inode_lock in cifs_{strict_}fsync
Jeff Layton
2019-05-07
1
-5
/
+0
*
cifs: fix page reference leak with readv/writev
Jérôme Glisse
2019-04-24
1
-14
/
+1
*
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
2019-04-16
1
-5
/
+25
*
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Long Li
2019-03-22
1
-30
/
+41
*
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
Long Li
2019-03-22
1
-32
/
+45
*
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
2019-03-14
1
-1
/
+13
*
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
2019-03-05
1
-5
/
+7
*
CIFS: Return error code when getting file handle for writeback
Pavel Shilovsky
2019-03-05
1
-29
/
+61
*
CIFS: Move open file handling to writepages
Pavel Shilovsky
2019-03-05
1
-15
/
+14
*
CIFS: Move unlocking pages from wdata_send_pages()
Pavel Shilovsky
2019-03-05
1
-7
/
+5
*
CIFS: Find and reopen a file before get MTU credits in writepages
Pavel Shilovsky
2019-03-05
1
-6
/
+18
*
CIFS: Reopen file before get SMB2 MTU credits for async IO
Pavel Shilovsky
2019-03-05
1
-9
/
+30
*
CIFS: Adjust MTU credits before reopening a file
Pavel Shilovsky
2019-03-05
1
-14
/
+39
*
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
2019-03-05
1
-24
/
+38
*
smb3: fix bytes_read statistics
Steve French
2019-03-04
1
-2
/
+0
*
CIFS: Fix possible oops and memory leaks in async IO
Pavel Shilovsky
2019-01-29
1
-3
/
+8
*
CIFS: Fix error paths in writeback code
Pavel Shilovsky
2019-01-11
1
-6
/
+23
*
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2019-01-11
1
-4
/
+4
*
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
2019-01-11
1
-0
/
+8
*
fs: don't open code lru_to_page()
Nikolay Borisov
2019-01-04
1
-1
/
+2
*
Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-01-02
1
-2
/
+10
|
\
|
*
CIFS: return correct errors when pinning memory failed for direct I/O
Long Li
2018-12-23
1
-1
/
+7
|
*
CIFS: use the correct length when pinning memory for direct I/O for write
Long Li
2018-12-23
1
-1
/
+3
*
|
Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
2018-12-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fs/locks: merge posix_unblock_lock() and locks_delete_block()
NeilBrown
2018-12-07
1
-1
/
+1
|
*
fs/locks: rename some lists and pointers.
NeilBrown
2018-11-30
1
-1
/
+1
*
|
CIFS: Avoid returning EBUSY to upper layer VFS
Long Li
2018-12-07
1
-25
/
+6
|
/
[next]