summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-241-2/+2
|\
| * cramfs: fix usage on non-MTD deviceMaxime Bizon2019-11-231-2/+2
* | afs: Fix large file supportMarc Dionne2019-11-221-0/+1
* | afs: Fix possible assert with callbacks from yfs serversMarc Dionne2019-11-221-1/+0
* | Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-11-221-23/+33
* | afs: Fix missing timeout resetDavid Howells2019-11-191-0/+1
* | Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-151-8/+24
|\ \
| * | io_uring: ensure registered buffer import returns the IO lengthJens Axboe2019-11-131-1/+1
| * | io_uring: Fix getting file for timeoutPavel Begunkov2019-11-131-0/+1
| * | io_uring: make timeout sequence == 0 mean no sequenceJens Axboe2019-11-121-7/+22
* | | Merge tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2019-11-151-7/+22
|\ \ \
| * | | ceph: increment/decrement dio counter on async requestsJeff Layton2019-11-141-0/+4
| * | | ceph: take the inode lock before acquiring cap refsJeff Layton2019-11-141-7/+18
* | | | afs: Fix race in commit bulk status fetchDavid Howells2019-11-151-1/+6
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-155-58/+87
|\ \ \ \ | | |_|/ | |/| |
| * | | ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-101-4/+3
| * | | ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-101-2/+10
| * | | ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro2019-11-101-25/+40
| * | | exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro2019-11-101-12/+19
| * | | autofs: fix a leak in autofs_expire_indirect()Al Viro2019-10-251-2/+3
| * | | aio: Fix io_pgetevents() struct __compat_aio_sigset layoutGuillem Jover2019-10-211-5/+5
| * | | fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry()Eric Biggers2019-10-161-8/+7
* | | | Merge tag 'for-5.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-131-0/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-111-0/+15
* | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |