Age | Commit message (Expand) | Author |
2021-05-20 | Fix KASAN identified use-after-free issue. | Rohith Surabattula |
2021-05-19 | Defer close only when lease is enabled. | Rohith Surabattula |
2021-05-19 | Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. | Rohith Surabattula |
2021-05-05 | Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2021-05-04 | Cifs: Fix kernel oops caused by deferred close for files. | Rohith Surabattula |
2021-05-03 | cifs: add shutdown support | Steve French |
2021-05-03 | cifs: Deferred close for files | Rohith Surabattula |
2021-04-27 | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-04-25 | cifs: allocate buffer in the caller of build_path_from_dentry() | Al Viro |
2021-04-25 | cifs: make build_path_from_dentry() return const char * | Al Viro |
2021-04-25 | cifs: constify pathname arguments in a bunch of helpers | Al Viro |
2021-03-26 | cifs: revalidate mapping when we open files for SMB1 POSIX | Ronnie Sahlberg |
2021-03-12 | cifs: have cifs_fattr_to_inode() refuse to change type on live inode | Al Viro |
2021-02-22 | cifs: change confusing field serverName (to ip_addr) | Steve French |
2020-12-14 | cifs: move [brw]size from cifs_sb to cifs_sb->ctx | Ronnie Sahlberg |
2020-12-14 | cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb | Ronnie Sahlberg |
2020-12-14 | cifs: remove various function description warnings | Steve French |
2020-07-07 | cifs: remove the retry in cifs_poxis_lock_set | yangerkun |
2020-06-23 | cifs: Fix double add page to memcg when cifs_readpages | Zhang Xiaoxu |
2020-06-12 | smb311: add support for using info level for posix extensions query | Steve French |
2020-06-05 | Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2020-06-04 | cifs: multichannel: move channel selection above transport layer | Aurelien Aptel |
2020-06-04 | cifs: multichannel: always zero struct cifs_io_parms | Aurelien Aptel |
2020-06-03 | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() | Johannes Weiner |
2020-06-01 | cifs: Standardize logging output | Joe Perches |
2020-05-14 | cifs: Fix null pointer check in cifs_read | Steve French |
2020-04-10 | smb3: enable swap on SMB3 mounts | Steve French |
2020-03-22 | CIFS: Fix bug which the return value by asynchronous read is error | Yilu Lin |
2020-03-18 | locks: reinstate locks_delete_block optimization | Linus Torvalds |
2020-02-24 | cifs: fix rename() by ensuring source handle opened with DELETE bit | Aurelien Aptel |
2020-02-06 | smb3: add one more dynamic tracepoint missing from strict fsync path | Steve French |
2020-02-05 | cifs: Add tracepoints for errors on flush or fsync | Steve French |
2020-02-03 | SMB3: Backup intent flag missing from some more ops | Amir Goldstein |
2020-01-26 | cifs: Don't use iov_iter::type directly | David Howells |
2019-12-03 | smb3: query attributes on file close | Steve French |
2019-12-02 | CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks | Pavel Shilovsky |
2019-11-25 | CIFS: Properly process SMB3 lease breaks | Pavel Shilovsky |
2019-11-25 | cifs: move cifsFileInfo_put logic into a work-queue | Ronnie Sahlberg |
2019-11-25 | CIFS: Respect O_SYNC and O_DIRECT flags during reconnect | Pavel Shilovsky |
2019-11-25 | cifs: smbd: Invalidate and deregister memory registration on re-send for dire... | Long Li |
2019-11-25 | CIFS: remove set but not used variables 'cinode' and 'netfid' | YueHaibing |
2019-11-25 | cifs: add support for flock | Steve French |
2019-10-24 | cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs | Dave Wysochanski |
2019-10-24 | CIFS: Fix use after free of file info structures | Pavel Shilovsky |
2019-10-06 | CIFS: Gracefully handle QueryInfo errors during open | Pavel Shilovsky |
2019-10-06 | cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic | Dave Wysochanski |
2019-09-16 | cifs: add a helper to find an existing readable handle to a file | Ronnie Sahlberg |
2019-09-16 | cifs: create a helper to find a writeable handle by path name | Ronnie Sahlberg |
2019-09-16 | cifs: remove set but not used variables | YueHaibing |
2019-09-16 | cifs: remove unused variable | zhengbin |