summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-237-11/+134
| * | cifs: minor clarification in commentsSteve French2018-10-232-2/+16
| * | CIFS: Print message when attempting a mountRodrigo Freire2018-10-232-2/+7
| * | CIFS: Adds information-level logging functionRodrigo Freire2018-10-231-0/+16
| * | cifs: OFD locks do not conflict with eachothersRonnie Sahlberg2018-10-233-15/+25
| * | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li2018-10-231-19/+19
| * | CIFS: pass page offsets on SMB1 read/writeLong Li2018-10-231-0/+2
| * | fs/cifs: fix uninitialised variable warningsGarry McNulty2018-10-231-3/+3
| * | smb3: add tracepoint for sending lease break responses to serverSteve French2018-10-232-1/+88
| * | cifs: do not return atime less than mtimeSteve French2018-10-233-3/+12
| * | smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French2018-10-232-4/+55
| * | smb3: Add debug message later in smb2/smb3 reconnect pathSteve French2018-10-232-1/+4
| * | CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel2018-10-234-5/+14
| * | smb3: track the instance of each session for debuggingSteve French2018-10-234-4/+10
| * | smb3: minor missing defines relating to reparse pointsSteve French2018-10-231-1/+3
| * | smb3: add way to control slow response threshold for logging and statsSteve French2018-10-233-3/+26
| * | cifs: minor updates to module description for cifs.koSteve French2018-10-231-3/+3
| * | cifs: protect against server returning invalid file system block sizeSteve French2018-10-231-0/+21
| * | smb3: allow stats which track session and share reconnects to be resetSteve French2018-10-231-0/+3
| * | SMB3: Backup intent flag missing from compounded opsSteve French2018-10-231-0/+2
| * | cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg2018-10-232-1/+10
| * | cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-234-142/+60
| * | cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-233-9/+4
| * | cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-233-26/+23
| * | cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg2018-10-231-8/+20
| * | cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-233-31/+35
| * | cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-233-40/+68
| * | cifs: change unlink to use a compoundRonnie Sahlberg2018-10-231-5/+6
| * | cifs: change mkdir to use a compoundRonnie Sahlberg2018-10-231-9/+13
| * | cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-234-22/+136
| * | cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-10-231-20/+37
| * | smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French2018-10-232-0/+36
| * | cifs: remove set but not used variable 'cifs_sb'YueHaibing2018-10-231-2/+0
| * | cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing2018-10-231-2/+2
| * | smb3: do not display confusing message on mount to Azure serversSteve French2018-10-231-1/+1
* | | Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-261-1/+4
|\ \ \
| * | | kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger2018-09-161-1/+4
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-252-14/+0
|\ \ \ \
| * | | | crypto: speck - remove SpeckJason A. Donenfeld2018-09-042-14/+0
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-4/+4
|\ \ \ \ \
| * | | | | vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers2018-10-101-4/+4
| |/ / / /
* | | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-9/+3
|\ \ \ \ \
| * | | | | simplify btrfs_lookup()Al Viro2018-10-101-9/+3
* | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-68/+1
|\ \ \ \ \ \
| * | | | | | hidp: fix compat_ioctlAl Viro2018-09-101-10/+0
| * | | | | | cmtp: fix compat_ioctlAl Viro2018-09-101-9/+0
| * | | | | | bnep: fix compat_ioctlAl Viro2018-09-101-11/+0
| * | | | | | compat_ioctl: trim the pointless includesAl Viro2018-09-101-39/+1
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-257-60/+60
|\ \ \ \ \ \ \
| * | | | | | | y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-2/+6