summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li2018-01-241-1/+11
* CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li2018-01-241-1/+4
* CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2018-01-242-0/+19
* CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li2018-01-241-1/+4
* CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2018-01-242-0/+40
* CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li2018-01-241-3/+19
* cifs: fix build errors for SMB_DIRECTRandy Dunlap2018-01-241-1/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-01-241-14/+12
* CIFS: SMBD: export protocol initial valuesLong Li2018-01-241-0/+79
* CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2018-01-242-0/+23
* CIFS: SMBD: Establish SMB Direct connectionLong Li2018-01-243-0/+1803
* CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li2018-01-242-0/+98
* CIFS: SMBD: Add rdma mount optionLong Li2018-01-244-1/+23
* CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECTLong Li2018-01-241-0/+8
* CIFS: SMBD: Add parameter rdata to smb2_new_read_reqLong Li2018-01-241-5/+9
* cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common caseRonnie Sahlberg2018-01-241-10/+23
* cifs: remove small_smb2_initRonnie Sahlberg2018-01-241-47/+6
* cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg2018-01-242-5/+16
* cifs: remove unused variable from SMB2_readRonnie Sahlberg2018-01-241-2/+0
* cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg2018-01-243-6/+29
* cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg2018-01-242-13/+15
* cifs: remove rfc1002 header from smb2_query_directory_reqRonnie Sahlberg2018-01-242-8/+8
* cifs: remove rfc1002 header from smb2_set_info_reqRonnie Sahlberg2018-01-242-11/+10
* cifs: remove rfc1002 header from smb2 read/write requestsRonnie Sahlberg2018-01-242-30/+23
* cifs: remove rfc1002 header from smb2_lock_reqRonnie Sahlberg2018-01-242-8/+7
* cifs: remove rfc1002 header from smb2_flush_reqRonnie Sahlberg2018-01-242-5/+5
* cifs: remove rfc1002 header from smb2_create_reqRonnie Sahlberg2018-01-242-19/+13
* cifs: remove rfc1002 header from smb2_sess_setup_reqRonnie Sahlberg2018-01-242-15/+14
* cifs: remove rfc1002 header from smb2_tree_connect_reqRonnie Sahlberg2018-01-242-10/+10
* cifs: remove rfc1002 header from smb2_echo_reqRonnie Sahlberg2018-01-242-7/+9
* cifs: remove rfc1002 header from smb2_ioctl_reqRonnie Sahlberg2018-01-242-12/+12
* cifs: remove rfc1002 header from smb2_close_reqRonnie Sahlberg2018-01-242-5/+5
* cifs: remove rfc1002 header from smb2_tree_disconnect_reqRonnie Sahlberg2018-01-242-3/+13
* cifs: remove rfc1002 header from smb2_logoff_reqRonnie Sahlberg2018-01-242-5/+14
* cifs: remove rfc1002 header from smb2_negotiate_reqRonnie Sahlberg2018-01-242-19/+21
* cifs: Add smb2_send_recvRonnie Sahlberg2018-01-242-0/+42
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-01-221-3/+3
* orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg2018-01-221-1/+2
* orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg2018-01-221-2/+2
* proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-191-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-1/+5
|\
| * sget(): handle failures of register_shrinker()Al Viro2017-12-181-1/+5
* | Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-052-12/+34
|\ \
| * | btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason2018-01-021-11/+34
| * | btrfs: Fix flush bio leakNikolay Borisov2018-01-021-1/+0
* | | Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-053-19/+33
|\ \ \
| * | | xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-022-3/+3
| * | | xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
| * | | xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
* | | | userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK failsAndrea Arcangeli2018-01-041-2/+18