| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-05 | CIFS: Reopen file before get SMB2 MTU credits for async IO |  Pavel Shilovsky | 1 | -9/+30 |
| 2019-03-05 | CIFS: Remove custom credit adjustments for SMB2 async IO |  Pavel Shilovsky | 1 | -21/+3 |
| 2019-03-05 | CIFS: Adjust MTU credits before reopening a file |  Pavel Shilovsky | 4 | -42/+94 |
| 2019-03-05 | CIFS: Check for reconnects before sending compound requests |  Pavel Shilovsky | 1 | -2/+36 |
| 2019-03-05 | CIFS: Check for reconnects before sending async requests |  Pavel Shilovsky | 4 | -9/+25 |
| 2019-03-05 | CIFS: Respect reconnect in non-MTU credits calculations |  Pavel Shilovsky | 4 | -38/+64 |
| 2019-03-05 | CIFS: Respect reconnect in MTU credits calculations |  Pavel Shilovsky | 8 | -63/+118 |
| 2019-03-05 | CIFS: Set reconnect instance to one initially |  Pavel Shilovsky | 1 | -1/+1 |
| 2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -14/+14 |
| 2019-03-05 | 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/kernel/git/tip/tip |  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/crypto-2.6 |  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-04 | CIFS: Respect SMB2 hdr preamble size in read responses |  Pavel Shilovsky | 2 | -6/+7 |
| 2019-03-04 | CIFS: Count SMB3 credits for malformed pending responses |  Pavel Shilovsky | 4 | -7/+7 |
| 2019-03-04 | CIFS: Do not log credits when unmounting a share |  Pavel Shilovsky | 1 | -1/+2 |
| 2019-03-04 | CIFS: Always reset read error to -EIO if no response |  Pavel Shilovsky | 1 | -2/+1 |
| 2019-03-04 | cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED |  Namjae Jeon | 1 | -2/+8 |
| 2019-03-04 | CIFS: Do not skip SMB2 message IDs on send failures |  Pavel Shilovsky | 4 | -3/+49 |
| 2019-03-04 | smb3: request more credits on tree connect |  Steve French | 1 | -0/+3 |
| 2019-03-04 | smb3: make default i/o size for smb3 mounts larger |  Steve French | 5 | -3/+28 |
| 2019-03-04 | CIFS: Do not reset lease state to NONE on lease break |  Pavel Shilovsky | 2 | -6/+26 |
| 2019-03-04 | smb3: fix bytes_read statistics |  Steve French | 1 | -2/+0 |
| 2019-03-04 | cifs: return -ENODATA when deleting an xattr that does not exist |  Ronnie Sahlberg | 1 | -0/+10 |
| 2019-03-04 | cifs: add credits from unmatched responses/messages |  Ronnie Sahlberg | 2 | -7/+22 |
| 2019-03-04 | cifs: replace snprintf with scnprintf |  Ronnie Sahlberg | 5 | -19/+19 |
| 2019-03-04 | cifs: Fix NULL pointer dereference of devname |  Yao Liu | 1 | -0/+5 |
| 2019-03-04 | CIFS: Fix leaking locked VFS cache pages in writeback retry |  Pavel Shilovsky | 1 | -4/+13 |
| 2019-03-04 | fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes |  Slavomir Kaslev | 1 | -0/+12 |
| 2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 4 | -6/+13 |
| 2019-03-04 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 4 | -7/+17 |
| 2019-03-04 | get rid of legacy 'get_ds()' function |  Linus Torvalds | 2 | -4/+4 |
| 2019-03-04 | aio: simplify - and fix - fget/fput for io_submit() |  Linus Torvalds | 1 | -43/+29 |
| 2019-03-03 | 9p: use inode->i_lock to protect i_size_write() under 32-bit |  Hou Tao | 5 | -30/+53 |
| 2019-03-02 | NFSv4.1: Bump the default callback session slot count to 16 |  Trond Myklebust | 1 | -1/+1 |