summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-071-2/+4
|\
| * nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
* | Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-073-3/+5
|\ \ | |/ |/|
| * fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
| * fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
| * cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
| * fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
* | Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\ \
| * | btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * | btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * | btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * | btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| * | Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-026-4/+36
|\ \ \
| * | | autofs: fix error return in autofs_fill_super()Ian Kent2019-02-011-1/+3
| * | | autofs: drop dentry reference only when it is never usedPan Bian2019-02-011-1/+2
| * | | fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-02-011-1/+7
| * | | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-013-1/+24
* | | | Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-02-015-29/+61
|\ \ \ \ | |/ / / |/| | |
| * | | cifs: update internal module version numberSteve French2019-01-311-1/+1
| * | | CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
| * | | CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-291-1/+1
| * | | CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-291-2/+2
| * | | CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-291-16/+30
| * | | CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky2019-01-291-3/+8
| * | | cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2019-01-292-3/+16
| * | | cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-01-291-2/+2
* | | | Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-011-7/+30
|\ \ \ \
| * | | | iomap: fix a use after free in iomap_dio_rwChristoph Hellwig2019-01-271-7/+21
| * | | | iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski2019-01-271-0/+9
* | | | | gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-01-311-1/+1
* | | | | Merge tag 'nfs-for-5.0-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-312-4/+10
|\ \ \ \ \
| * | | | | NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-01-291-4/+5
| * | | | | nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-01-281-0/+5
* | | | | | fs/dcache: Track & report number of negative dentriesWaiman Long2019-01-301-0/+32
* | | | | | fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-01-301-5/+1
| |_|/ / / |/| | | |
* | | | | Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-2610-67/+136
|\ \ \ \ \
| * | | | | cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg2019-01-241-0/+1
| * | | | | smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-241-0/+7
| * | | | | CIFS: Fix mounts if the client is low on creditsPavel Shilovsky2019-01-241-0/+17
| * | | | | CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-01-241-4/+11
| * | | | | CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-242-11/+6
| * | | | | CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-241-10/+14
| * | | | | CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-241-12/+23
| * | | | | CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-242-7/+46
| * | | | | smb3: Cleanup license messThomas Gleixner2019-01-242-20/+0
| * | | | | CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-241-3/+3
| * | | | | cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King2019-01-241-0/+8
* | | | | | Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-262-4/+41
|\ \ \ \ \ \
| * | | | | | writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-01-221-2/+38