summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2023-02-20cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon
2023-02-20cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)
2023-02-20cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-02-20cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher
2023-02-20cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher
2023-02-20cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher
2023-02-20cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara
2023-02-20cifs: prevent data race in smb2_reconnect()Paulo Alcantara
2023-02-20cifs: fix indentation in make menuconfig optionsSteve French
2023-02-20cifs: update Kconfig descriptionSteve French
2023-02-20cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko
2023-02-20cifs: print last update time for interface listShyam Prasad N
2023-02-20cifs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2023-02-20cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-02-06cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang
2023-02-03cifs: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18cifs: remove unused functionPaulo Alcantara
2023-01-18cifs: do not include page data when checking signatureEnzo Matsumiya
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara
2023-01-18cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara
2023-01-18cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara
2023-01-18cifs: don't take exclusive lock for updating target hintsPaulo Alcantara
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara
2023-01-18cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara
2023-01-12cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2023-01-10cifs: fix potential memory leaks in session setupPaulo Alcantara
2023-01-10cifs: do not query ifaces on smb1 mountsPaulo Alcantara
2023-01-10cifs: fix double free on failed kerberos authPaulo Alcantara
2023-01-10cifs: remove redundant assignment to the variable matchColin Ian King
2023-01-09cifs: fix file info setting in cifs_open_file()Paulo Alcantara
2023-01-09cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara
2023-01-04cifs: fix interface count calculation during refreshShyam Prasad N
2023-01-04cifs: refcount only the selected iface during interface updateShyam Prasad N
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara
2023-01-04cifs: fix race in assemble_neg_contexts()Paulo Alcantara