summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-03-06CIFS: Mask off signals when sending SMB packetsPavel Shilovsky1-3/+38
2019-03-06CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky1-1/+2
2019-03-06CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky1-0/+8
2019-03-06CIFS: Fix read after write for files with read cachingPavel Shilovsky1-5/+7
2019-03-06smb3: for kerberos mounts display the credential uid usedSteve French1-1/+1
2019-03-06cifs: use correct format charactersLouis Taylor2-3/+3
2019-03-06smb3: add dynamic trace point for query_info_enter/doneSteve French2-0/+48
2019-03-06smb3: add dynamic trace point for smb3_cmd_enterSteve French2-0/+4
2019-03-06smb3: improve dynamic tracing of open and posix mkdirSteve French2-1/+45
2019-03-06smb3: add missing read completion trace pointSteve French1-1/+4
2019-03-06smb3: Add tracepoints for read, write and query_dir enterSteve French2-0/+18
2019-03-06smb3: add tracepoints for query dirSteve French2-2/+14
2019-03-06smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French2-2/+19
2019-03-06cifs: update internal module version numberSteve French1-1/+1
2019-03-06CIFS: Try to acquire credits at once for compound requestsPavel Shilovsky1-5/+34
2019-03-06CIFS: Return error code when getting file handle for writebackPavel Shilovsky3-32/+70
2019-03-06CIFS: Move open file handling to writepagesPavel Shilovsky1-15/+14
2019-03-06CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky1-7/+5
2019-03-06CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky1-6/+18
2019-03-06CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky1-9/+30
2019-03-06CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky1-21/+3
2019-03-06CIFS: Adjust MTU credits before reopening a filePavel Shilovsky4-42/+94
2019-03-06CIFS: Check for reconnects before sending compound requestsPavel Shilovsky1-2/+36
2019-03-06CIFS: Check for reconnects before sending async requestsPavel Shilovsky4-9/+25
2019-03-06CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky4-38/+64
2019-03-06CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky8-63/+118
2019-03-06CIFS: Set reconnect instance to one initiallyPavel Shilovsky1-1/+1
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+14
2019-03-06nfsd: fix memory corruption caused by readdirNeilBrown2-2/+15
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+26
2019-03-05a.out: remove core dumping supportLinus Torvalds1-83/+0
2019-03-05ceph: add mount option to limit caps countYan, Zheng6-21/+86
2019-03-05ceph: periodically trim stale dentriesYan, Zheng5-68/+312
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng4-32/+104
2019-03-05ceph: remove dentry_lru file from debugfsYan, Zheng1-27/+0
2019-03-05ceph: touch existing cap when handling replyYan, Zheng1-0/+4
2019-03-05ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin1-5/+8
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng6-34/+83
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng5-1/+32
2019-03-05ceph: support versioned replyYan, Zheng2-49/+166
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng5-17/+210
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng4-59/+243
2019-03-05ceph: decode feature bits in session messageYan, Zheng2-5/+44
2019-03-05ceph: set special inode's blocksize to page sizeYan, Zheng1-0/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-4/+5
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-0/+9
2019-03-05CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2-6/+7
2019-03-05CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky4-7/+7
2019-03-05CIFS: Do not log credits when unmounting a sharePavel Shilovsky1-1/+2