index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
2019-12-21
1
-0
/
+7
*
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
2019-12-13
1
-3
/
+4
*
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
Dave Wysochanski
2019-11-10
1
-8
/
+15
*
CIFS: Fix use after free of file info structures
Pavel Shilovsky
2019-10-29
1
-3
/
+3
*
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
Dave Wysochanski
2019-10-17
1
-16
/
+11
*
CIFS: Gracefully handle QueryInfo errors during open
Pavel Shilovsky
2019-10-17
1
-0
/
+6
*
cifs: add spinlock for the openFileList to cifsInodeInfo
Ronnie Sahlberg
2019-09-16
1
-2
/
+6
*
CIFS: Fix error paths in writeback code
Pavel Shilovsky
2019-09-16
1
-6
/
+23
*
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
Roberto Bergantinos Corpas
2019-06-09
1
-1
/
+3
*
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
2019-04-27
1
-5
/
+25
*
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
2019-04-05
1
-1
/
+13
*
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
2019-03-23
1
-5
/
+7
*
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
2019-02-20
1
-0
/
+8
*
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2019-01-16
1
-4
/
+4
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
CIFS: Use offset when reading pages
Long Li
2018-06-02
1
-15
/
+37
*
CIFS: Add support for direct pages in rdata
Long Li
2018-06-02
1
-3
/
+20
*
fs: cifs: Adding new return type vm_fault_t
Souptick Joarder
2018-04-17
1
-1
/
+1
*
page cache: use xa_lock
Matthew Wilcox
2018-04-11
1
-5
/
+4
*
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...
Long Li
2018-01-24
1
-2
/
+15
*
cifs: Fix missing put_xid in cifs_file_strict_mmap
Matthew Wilcox
2018-01-24
1
-14
/
+12
*
cifs: use find_get_pages_range_tag()
Jan Kara
2017-11-15
1
-19
/
+2
*
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
Steve French
2017-09-22
1
-0
/
+7
*
CIFS: make arrays static const, reduces object code size
Colin Ian King
2017-09-20
1
-4
/
+8
*
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
2017-08-01
1
-2
/
+2
*
CIFS: fix circular locking dependency
Rabin Vincent
2017-07-05
1
-2
/
+2
*
cifs: set mapping error when page writeback fails in writepage or launder_pages
Jeff Layton
2017-07-05
1
-5
/
+7
*
CIFS: Set ->should_dirty in cifs_user_readv()
Dan Carpenter
2017-06-20
1
-1
/
+1
*
CIFS: silence lockdep splat in cifs_relock_file()
Rabin Vincent
2017-05-09
1
-1
/
+1
*
CIFS: Add asynchronous write support through kernel AIO
Pavel Shilovsky
2017-05-02
1
-51
/
+137
*
CIFS: Add asynchronous read support through kernel AIO
Pavel Shilovsky
2017-05-02
1
-39
/
+130
*
CIFS: store results of cifs_reopen_file to avoid infinite wait
Germano Percossi
2017-04-10
1
-3
/
+3
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-1
/
+1
*
CIFS: Add copy into pages callback for a read operation
Pavel Shilovsky
2017-02-01
1
-6
/
+46
*
CIFS: Fix splice read for non-cached files
Pavel Shilovsky
2017-02-01
1
-1
/
+9
*
CIFS: Fix a possible double locking of mutex during reconnect
Pavel Shilovsky
2016-12-05
1
-1
/
+7
*
CIFS: Reset read oplock to NONE if we have mandatory locks after reopen
Pavel Shilovsky
2016-10-13
1
-0
/
+9
*
CIFS: Fix persistent handles re-opening on reconnect
Pavel Shilovsky
2016-10-13
1
-5
/
+17
*
fs/cifs: reopen persistent handles on reconnect
Steve French
2016-10-12
1
-0
/
+18
*
Clarify locking of cifs file and tcon structures and make more granular
Steve French
2016-10-12
1
-27
/
+39
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-2
/
+2
|
\
|
*
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-2
/
+2
*
|
cifs: don't use memcpy() to copy struct iov_iter
Al Viro
2016-09-27
1
-10
/
+4
|
/
*
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
2016-07-26
1
-1
/
+1
*
cifs: stuff the fl_owner into "pid" field in the lock request
Jeff Layton
2016-06-23
1
-3
/
+11
*
Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-18
1
-36
/
+17
|
\
|
*
cifs: don't bother with kmap on read_pages side
Al Viro
2016-03-28
1
-36
/
+17
*
|
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2016-05-18
1
-2
/
+2
|
\
\
|
*
|
cifs: Use file_dentry()
Goldwyn Rodrigues
2016-05-17
1
-2
/
+2
*
|
|
fs: simplify the generic_write_sync prototype
Christoph Hellwig
2016-05-01
1
-5
/
+2
[next]