summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-11-101-1/+1
|\
| * configfs: calculate the depth of parent itemHonggang Li2019-11-061-1/+1
* | Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-11-101-0/+1
|\ \
| * | SMB3: Fix persistent handles reconnectPavel Shilovsky2019-11-061-0/+1
| |/
* | Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-095-15/+36
|\ \
| * | btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba2019-11-041-6/+0
| * | btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik2019-11-041-1/+14
| * | Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana2019-10-251-0/+21
| * | btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2019-10-251-8/+0
| * | btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo2019-10-251-0/+1
* | | 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