Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | CIFS: Mask off signals when sending SMB packets | Pavel Shilovsky | 1 | -3/+38 |
2019-03-06 | CIFS: Return -EAGAIN instead of -ENOTSOCK | Pavel Shilovsky | 1 | -1/+2 |
2019-03-06 | CIFS: Only send SMB2_NEGOTIATE command on new TCP connections | Pavel Shilovsky | 1 | -0/+8 |
2019-03-06 | CIFS: Fix read after write for files with read caching | Pavel Shilovsky | 1 | -5/+7 |
2019-03-06 | smb3: for kerberos mounts display the credential uid used | Steve French | 1 | -1/+1 |
2019-03-06 | cifs: use correct format characters | Louis Taylor | 2 | -3/+3 |
2019-03-06 | smb3: add dynamic trace point for query_info_enter/done | Steve French | 2 | -0/+48 |
2019-03-06 | smb3: add dynamic trace point for smb3_cmd_enter | Steve French | 2 | -0/+4 |
2019-03-06 | smb3: improve dynamic tracing of open and posix mkdir | Steve French | 2 | -1/+45 |
2019-03-06 | smb3: add missing read completion trace point | Steve French | 1 | -1/+4 |
2019-03-06 | smb3: Add tracepoints for read, write and query_dir enter | Steve French | 2 | -0/+18 |
2019-03-06 | smb3: add tracepoints for query dir | Steve French | 2 | -2/+14 |
2019-03-06 | smb3: Update POSIX negotiate context with POSIX ctxt GUID | Steve French | 2 | -2/+19 |
2019-03-06 | cifs: update internal module version number | Steve French | 1 | -1/+1 |
2019-03-06 | CIFS: Try to acquire credits at once for compound requests | Pavel Shilovsky | 1 | -5/+34 |
2019-03-06 | CIFS: Return error code when getting file handle for writeback | Pavel Shilovsky | 3 | -32/+70 |
2019-03-06 | CIFS: Move open file handling to writepages | Pavel Shilovsky | 1 | -15/+14 |
2019-03-06 | CIFS: Move unlocking pages from wdata_send_pages() | Pavel Shilovsky | 1 | -7/+5 |
2019-03-06 | CIFS: Find and reopen a file before get MTU credits in writepages | Pavel Shilovsky | 1 | -6/+18 |
2019-03-06 | CIFS: Reopen file before get SMB2 MTU credits for async IO | Pavel Shilovsky | 1 | -9/+30 |
2019-03-06 | CIFS: Remove custom credit adjustments for SMB2 async IO | Pavel Shilovsky | 1 | -21/+3 |
2019-03-06 | CIFS: Adjust MTU credits before reopening a file | Pavel Shilovsky | 4 | -42/+94 |
2019-03-06 | CIFS: Check for reconnects before sending compound requests | Pavel Shilovsky | 1 | -2/+36 |
2019-03-06 | CIFS: Check for reconnects before sending async requests | Pavel Shilovsky | 4 | -9/+25 |
2019-03-06 | CIFS: Respect reconnect in non-MTU credits calculations | Pavel Shilovsky | 4 | -38/+64 |
2019-03-06 | CIFS: Respect reconnect in MTU credits calculations | Pavel Shilovsky | 8 | -63/+118 |
2019-03-06 | CIFS: Set reconnect instance to one initially | Pavel Shilovsky | 1 | -1/+1 |
2019-03-06 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -14/+14 |
2019-03-06 | nfsd: fix memory corruption caused by readdir | NeilBrown | 2 | -2/+15 |
2019-03-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+26 |
2019-03-05 | a.out: remove core dumping support | Linus Torvalds | 1 | -83/+0 |
2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng | 6 | -21/+86 |
2019-03-05 | ceph: periodically trim stale dentries | Yan, Zheng | 5 | -68/+312 |
2019-03-05 | ceph: delete stale dentry when last reference is dropped | Yan, Zheng | 4 | -32/+104 |
2019-03-05 | ceph: remove dentry_lru file from debugfs | Yan, Zheng | 1 | -27/+0 |
2019-03-05 | ceph: touch existing cap when handling reply | Yan, Zheng | 1 | -0/+4 |
2019-03-05 | ceph: pass inclusive lend parameter to filemap_write_and_wait_range() | zhengbin | 1 | -5/+8 |
2019-03-05 | ceph: send cap releases more aggressively | Yan, Zheng | 6 | -34/+83 |
2019-03-05 | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 5 | -1/+32 |
2019-03-05 | ceph: support versioned reply | Yan, Zheng | 2 | -49/+166 |
2019-03-05 | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 5 | -17/+210 |
2019-03-05 | ceph: split large reconnect into multiple messages | Yan, Zheng | 4 | -59/+243 |
2019-03-05 | ceph: decode feature bits in session message | Yan, Zheng | 2 | -5/+44 |
2019-03-05 | ceph: set special inode's blocksize to page size | Yan, Zheng | 1 | -0/+1 |
2019-03-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -4/+5 |
2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2019-03-05 | signal: add pidfd_send_signal() syscall | Christian Brauner | 1 | -0/+9 |
2019-03-05 | CIFS: Respect SMB2 hdr preamble size in read responses | Pavel Shilovsky | 2 | -6/+7 |
2019-03-05 | CIFS: Count SMB3 credits for malformed pending responses | Pavel Shilovsky | 4 | -7/+7 |
2019-03-05 | CIFS: Do not log credits when unmounting a share | Pavel Shilovsky | 1 | -1/+2 |