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
2020-07-07
cifs: remove the retry in cifs_poxis_lock_set
yangerkun
1
-13
/
+6
2020-06-23
cifs: Fix double add page to memcg when cifs_readpages
Zhang Xiaoxu
1
-4
/
+7
2020-06-12
smb311: add support for using info level for posix extensions query
Steve French
1
-1
/
+4
2020-06-05
Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-29
/
+31
2020-06-04
cifs: multichannel: move channel selection above transport layer
Aurelien Aptel
1
-13
/
+19
2020-06-04
cifs: multichannel: always zero struct cifs_io_parms
Aurelien Aptel
1
-2
/
+2
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
1
-5
/
+5
2020-06-01
cifs: Standardize logging output
Joe Perches
1
-14
/
+10
2020-05-14
cifs: Fix null pointer check in cifs_read
Steve French
1
-1
/
+1
2020-04-10
smb3: enable swap on SMB3 mounts
Steve French
1
-0
/
+61
2020-03-22
CIFS: Fix bug which the return value by asynchronous read is error
Yilu Lin
1
-1
/
+1
2020-03-18
locks: reinstate locks_delete_block optimization
Linus Torvalds
1
-1
/
+2
2020-02-24
cifs: fix rename() by ensuring source handle opened with DELETE bit
Aurelien Aptel
1
-7
/
+12
2020-02-06
smb3: add one more dynamic tracepoint missing from strict fsync path
Steve French
1
-1
/
+3
2020-02-05
cifs: Add tracepoints for errors on flush or fsync
Steve French
1
-2
/
+5
2020-02-03
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
1
-8
/
+2
2020-01-26
cifs: Don't use iov_iter::type directly
David Howells
1
-4
/
+4
2019-12-03
smb3: query attributes on file close
Steve French
1
-1
/
+3
2019-12-02
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
1
-3
/
+4
2019-11-25
CIFS: Properly process SMB3 lease breaks
Pavel Shilovsky
1
-3
/
+7
2019-11-25
cifs: move cifsFileInfo_put logic into a work-queue
Ronnie Sahlberg
1
-25
/
+49
2019-11-25
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
1
-0
/
+7
2019-11-25
cifs: smbd: Invalidate and deregister memory registration on re-send for dire...
Long Li
1
-2
/
+18
2019-11-25
CIFS: remove set but not used variables 'cinode' and 'netfid'
YueHaibing
1
-4
/
+0
2019-11-25
cifs: add support for flock
Steve French
1
-1
/
+51
2019-10-24
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
Dave Wysochanski
1
-8
/
+15
2019-10-24
CIFS: Fix use after free of file info structures
Pavel Shilovsky
1
-3
/
+3
2019-10-06
CIFS: Gracefully handle QueryInfo errors during open
Pavel Shilovsky
1
-0
/
+6
2019-10-06
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
Dave Wysochanski
1
-16
/
+11
2019-09-16
cifs: add a helper to find an existing readable handle to a file
Ronnie Sahlberg
1
-0
/
+36
2019-09-16
cifs: create a helper to find a writeable handle by path name
Ronnie Sahlberg
1
-0
/
+35
2019-09-16
cifs: remove set but not used variables
YueHaibing
1
-7
/
+0
2019-09-16
cifs: remove unused variable
zhengbin
1
-2
/
+0
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
[next]