summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-081-3/+6
|\
| * cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo2019-11-081-3/+6
* | Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-11-085-15/+37
|\ \
| * | ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-11-071-1/+10
| * | ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques2019-11-051-2/+10
| * | ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton2019-11-051-0/+3
| * | ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-10-291-0/+1
| * | ceph: fix RCU case handling in ceph_d_revalidate()Al Viro2019-10-291-7/+8
| * | ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-10-291-5/+5
* | | ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-061-44/+90
* | | Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-11-021-1/+2
|\ \ \
| * | | fix memory leak in large read decrypt offloadSteve French2019-10-271-1/+2
| |/ /
* | | Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-11-013-6/+14
|\ \ \
| * | | NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-011-1/+1
| * | | NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-013-5/+13
| |/ /
* | | Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-011-4/+10
|\ \ \ | | |/ | |/|
| * | io_uring: ensure we clear io_kiocb->result before each issueJens Axboe2019-10-301-0/+1
| * | io_uring: don't touch ctx in setup after ring fd installJens Axboe2019-10-281-4/+8
| * | io_uring: Fix leaked shadow_reqPavel Begunkov2019-10-271-0/+1
| |/
* | Merge tag 'gfs2-v5.4-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-301-7/+13
|\ \
| * | gfs2: Fix initialisation of args for remountAndrew Price2019-10-301-7/+13
| |/
* | Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-297-65/+149
|\ \ | |/ |/|
| * fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin2019-10-231-3/+1
| * fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-10-231-3/+7
| * fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-10-231-0/+13
| * virtiofs: Remove set but not used variable 'fc'zhengbin2019-10-231-2/+0
| * virtiofs: Retry request submission from worker contextVivek Goyal2019-10-211-9/+52
| * virtiofs: Count pending forgets as in_flight forgetsVivek Goyal2019-10-211-24/+20
| * virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal2019-10-211-13/+10
| * virtiofs: No need to check fpq->connected stateVivek Goyal2019-10-211-7/+0
| * virtiofs: Do not end request in submission contextVivek Goyal2019-10-211-4/+33
| * fuse: don't advise readdirplus for negative lookupMiklos Szeredi2019-10-211-1/+2
| * fuse: don't dereference req->args on finished requestMiklos Szeredi2019-10-211-1/+3
| * virtio-fs: don't show mount optionsMiklos Szeredi2019-10-153-0/+9
| * virtio-fs: Change module name to virtiofs.koVivek Goyal2019-10-141-1/+2
* | Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-10-279-37/+75
|\ \
| * | cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski2019-10-244-9/+22
| * | CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-241-3/+3
| * | CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-242-20/+32
| * | cifs: Fix missed free operationsChuhong Yuan2019-10-201-2/+2
| * | CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-201-0/+3
| * | cifs: clarify comment about timestamp granularity for old serversSteve French2019-10-201-1/+7
| * | cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-201-2/+6
* | | Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-261-94/+113
|\ \ \
| * | | io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe2019-10-251-12/+32
| * | | io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe2019-10-251-5/+8
| * | | io_uring: Fix race for sqes with userspacePavel Begunkov2019-10-251-1/+2
| * | | io_uring: Fix broken links with offloadingPavel Begunkov2019-10-251-29/+33
| * | | io_uring: Fix corrupted user_dataPavel Begunkov2019-10-251-0/+2
| * | | io_uring: correct timeout req sequence when inserting a new entryzhangyi (F)2019-10-231-1/+10