summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-11-10Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-11-10Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-08cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is deadTejun Heo
2019-11-08Merge tag 'ceph-for-5.4-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-11-06configfs: calculate the depth of parent itemHonggang Li
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba
2019-11-04btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-11-02Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-11-01Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-01NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-10-30io_uring: ensure we clear io_kiocb->result before each issueJens Axboe
2019-10-30Merge tag 'gfs2-v5.4-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-30gfs2: Fix initialisation of args for remountAndrew Price
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-10-29Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-10-28io_uring: don't touch ctx in setup after ring fd installJens Axboe
2019-10-27io_uring: Fix leaked shadow_reqPavel Begunkov
2019-10-27fix memory leak in large read decrypt offloadSteve French
2019-10-27Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-10-26Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-26Merge tag 'dax-fix-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-25Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana
2019-10-25btrfs: tree-checker: Fix wrong check on max devidQu Wenruo
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov
2019-10-25io_uring: Fix corrupted user_dataPavel Begunkov
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-10-24CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky
2019-10-24Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-24gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price
2019-10-23io_uring: correct timeout req sequence when inserting a new entryzhangyi (F)
2019-10-23io_uring : correct timeout req sequence when waiting timeoutzhangyi (F)
2019-10-23io_uring: revert "io_uring: optimize submit_and_wait API"Jens Axboe
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin
2019-10-23fuse: truncate pending writes on O_TRUNCMiklos Szeredi