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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
cifs: add spinlock for the openFileList to cifsInodeInfo
Ronnie Sahlberg
1
-2
/
+6
2019-05-29
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
Roberto Bergantinos Corpas
1
-1
/
+3
2019-05-07
cifs: remove superfluous inode_lock in cifs_{strict_}fsync
Jeff Layton
1
-5
/
+0
2019-04-24
cifs: fix page reference leak with readv/writev
Jérôme Glisse
1
-14
/
+1
2019-04-16
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
1
-5
/
+25
2019-03-22
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Long Li
1
-30
/
+41
2019-03-22
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
Long Li
1
-32
/
+45
2019-03-14
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
1
-1
/
+13
2019-03-05
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
1
-5
/
+7
2019-03-05
CIFS: Return error code when getting file handle for writeback
Pavel Shilovsky
1
-29
/
+61
2019-03-05
CIFS: Move open file handling to writepages
Pavel Shilovsky
1
-15
/
+14
2019-03-05
CIFS: Move unlocking pages from wdata_send_pages()
Pavel Shilovsky
1
-7
/
+5
2019-03-05
CIFS: Find and reopen a file before get MTU credits in writepages
Pavel Shilovsky
1
-6
/
+18
2019-03-05
CIFS: Reopen file before get SMB2 MTU credits for async IO
Pavel Shilovsky
1
-9
/
+30
2019-03-05
CIFS: Adjust MTU credits before reopening a file
Pavel Shilovsky
1
-14
/
+39
2019-03-05
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
1
-24
/
+38
2019-03-04
smb3: fix bytes_read statistics
Steve French
1
-2
/
+0
2019-01-29
CIFS: Fix possible oops and memory leaks in async IO
Pavel Shilovsky
1
-3
/
+8
2019-01-11
CIFS: Fix error paths in writeback code
Pavel Shilovsky
1
-6
/
+23
2019-01-11
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
1
-4
/
+4
2019-01-11
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
1
-0
/
+8
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
1
-1
/
+2
2019-01-02
Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-2
/
+10
2018-12-27
Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-2
/
+2
2018-12-23
CIFS: return correct errors when pinning memory failed for direct I/O
Long Li
1
-1
/
+7
2018-12-23
CIFS: use the correct length when pinning memory for direct I/O for write
Long Li
1
-1
/
+3
2018-12-07
fs/locks: merge posix_unblock_lock() and locks_delete_block()
NeilBrown
1
-1
/
+1
2018-12-07
CIFS: Avoid returning EBUSY to upper layer VFS
Long Li
1
-25
/
+6
2018-11-30
fs/locks: rename some lists and pointers.
NeilBrown
1
-1
/
+1
2018-11-02
cifs: fix signed/unsigned mismatch on aio_read patch
Steve French
1
-6
/
+11
2018-11-02
CIFS: Add support for direct I/O write
Long Li
1
-41
/
+163
2018-11-02
CIFS: Add support for direct I/O read
Long Li
1
-39
/
+186
2018-11-02
cifs: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
1
-1
/
+1
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2018-10-23
smb3: show number of current open files in /proc/fs/cifs/Stats
Steve French
1
-0
/
+2
2018-10-23
cifs: track writepages in vfs operation counters
Steve French
1
-1
/
+10
2018-10-23
cifs: OFD locks do not conflict with eachothers
Ronnie Sahlberg
1
-13
/
+22
2018-10-23
cifs: do not return atime less than mtime
Steve French
1
-2
/
+6
2018-10-24
iov_iter: Use accessor function
David Howells
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-02
CIFS: Use offset when reading pages
Long Li
1
-15
/
+37
2018-06-02
CIFS: Add support for direct pages in rdata
Long Li
1
-3
/
+20
2018-04-17
fs: cifs: Adding new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-5
/
+4
2018-01-24
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...
Long Li
1
-2
/
+15
2018-01-24
cifs: Fix missing put_xid in cifs_file_strict_mmap
Matthew Wilcox
1
-14
/
+12
2017-11-15
cifs: use find_get_pages_range_tag()
Jan Kara
1
-19
/
+2
2017-09-22
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
Steve French
1
-0
/
+7
2017-09-20
CIFS: make arrays static const, reduces object code size
Colin Ian King
1
-4
/
+8
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
1
-2
/
+2
[next]