summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-08SMB3: Clean up query symlink when reparse pointRonnie Sahlberg4-17/+118
2019-05-08cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst1-6/+8
2019-05-08Negotiate and save preferred compression algorithmsSteve French4-7/+61
2019-05-08cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg4-107/+14
2019-05-08cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg3-6/+7
2019-05-08smb3: Add protocol structs for change notify supportSteve French1-0/+36
2019-05-08cifs: fix smb3_zero_range for AzureRonnie Sahlberg1-47/+7
2019-05-08cifs: zero-range does not require the file is sparseRonnie Sahlberg1-12/+0
2019-05-08Add new flag on SMB3.1.1 readSteve French1-0/+1
2019-05-08cifs: add fiemap supportRonnie Sahlberg8-2/+132
2019-05-08SMB3: Add defines for new negotiate contextsSteve French2-4/+27
2019-05-08cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg1-1/+8
2019-05-08cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li3-30/+32
2019-05-08SMB3: Add handling for different FSCTL access flagsSteve French1-1/+9
2019-05-08cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2-2/+42
2019-05-08cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton1-5/+0
2019-05-08cifs: Call MID callback before destroying transportLong Li1-17/+19
2019-05-08cifs: smbd: Retry on memory registration failureLong Li1-2/+2
2019-05-08cifs: smbd: Indicate to retry on transport sending failureLong Li1-2/+3
2019-05-08cifs: smbd: Return EINTR when interruptedLong Li1-1/+1
2019-05-08cifs: smbd: Don't destroy transport on RDMA disconnectLong Li3-127/+10
2019-05-08smbd: Make upper layer decide when to destroy the transportLong Li3-27/+101
2019-05-08SMB3: update comment to clarify enumerating snapshotsSteve French1-0/+8
2019-05-08CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel1-1/+10
2019-05-08CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza1-0/+2
2019-05-08cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)4-25/+151
2019-05-08cifs: don't use __constant_cpu_to_le32()Sergey Senozhatsky1-1740/+1740
2019-05-08SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French3-6/+44
2019-05-08Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-116/+87
2019-05-08Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2-70/+259
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds24-103/+42
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-41/+37
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-45/+37
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds26-36/+100
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-3/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2-48/+70
2019-05-07Merge tag 'xfs-5.2-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds59-313/+2085
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-59/+71
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-29/+33
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds62-2193/+3043
2019-05-07Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-16/+16
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds62-427/+180
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-4/+4
2019-05-07io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang1-1/+1
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds9-15/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-24/+8
2019-05-06io_uring: fix shadowed variable ret return code being not checkedColin Ian King1-1/+0
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2-48/+70
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+8
2019-05-02req->error only used for iopollStefan Bühler1-2/+1