summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds35-59/+9591
2019-05-08Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-378/+2142
2019-05-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-6/+23
2019-05-08Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-29/+26
2019-05-08Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds22-91/+1353
2019-05-08Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds25-79/+62
2019-05-08Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-295/+1258
2019-05-08Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds43-107/+331
2019-05-08Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-269/+487
2019-05-08Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-138/+64
2019-05-08Merge tag 'for-5.2/libata-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+38
2019-05-08Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds4-70/+267
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds207-2257/+2312
2019-05-08Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-292/+1023
2019-05-08.gitignore: add more all*.config patternsMasahiro Yamada1-1/+6
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-115/+293
2019-05-08docs/livepatch: Unify style of livepatch documentation in the ReST formatPetr Mladek2-115/+104
2019-05-08docs: livepatch: convert docs to ReST and rename to *.rstMauro Carvalho Chehab8-167/+228
2019-05-08gfs2: read journal in large chunksAbhi Das8-139/+219
2019-05-08gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher2-44/+58
2019-05-08gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2-3/+6
2019-05-08gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher6-9/+9
2019-05-08gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher6-15/+15
2019-05-08gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher2-8/+3
2019-05-08gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher1-5/+0
2019-05-08gfs2: Replace gl_revokes with a GLF flagBob Peterson6-15/+31
2019-05-08gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher3-3/+7