summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-134-398/+49
|\
| * fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-44/+13
| * fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-14/+0
| * fs: remove various compat readv/writev helpersChristoph Hellwig2020-10-031-149/+30
| * iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-034-21/+15
| * iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight2020-09-251-179/+0
* | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-0/+3
|\ \
| * | efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller2020-09-251-0/+3
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-123-7/+25
|\ \ \
| * | | fs: Handle intra-page faults in copy_mount_options()Catalin Marinas2020-09-041-7/+18
| * | | arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-0/+4
| * | | mm: Add PG_arch_2 page flagSteven Price2020-09-041-0/+3
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-10-111-6/+5
|\ \ \ \
| * | | | pipe: Fix memory leaks in create_pipe_files()Qian Cai2020-10-011-6/+5
* | | | | cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-111-1/+1
* | | | | Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-085-22/+12
|\ \ \ \ \
| * | | | | exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-074-15/+6
| * | | | | exfat: fix pointer error checkingTetsuhiro Kohada2020-10-071-7/+6
* | | | | | afs: Fix deadlock between writeback and truncateDavid Howells2020-10-083-9/+50
* | | | | | splice: teach splice pipe reading about empty pipe buffersLinus Torvalds2020-10-061-0/+20
|/ / / / /
* | | | | Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-5/+18
|\ \ \ \ \
| * | | | | io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-0/+2
| * | | | | io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe2020-09-281-5/+14
| * | | | | io_uring: always delete double poll wait entry on matchJens Axboe2020-09-281-0/+2
* | | | | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-10-021-41/+31
|\ \ \ \ \ \
| * | | | | | ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-09-251-3/+4
| * | | | | | epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-09-101-0/+1
| * | | | | | epoll: replace ->visited/visited_list with generation countAl Viro2020-09-101-19/+8
| * | | | | | epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-09-101-19/+18
* | | | | | | Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-023-10/+52
|\ \ \ \ \ \ \
| * | | | | | | btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-09-301-1/+39
| * | | | | | | btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-09-302-1/+5
| * | | | | | | btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-09-253-9/+9
* | | | | | | | pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2020-10-022-25/+45
* | | | | | | | autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2020-09-302-1/+9
* | | | | | | | Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-283-22/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust2020-09-181-17/+17
| * | | | | | | | pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust2020-09-181-5/+6
| * | | | | | | | NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia2020-09-161-1/+9
| * | | | | | | | nfs: Fix security label length not being resetJeffrey Mitchell2020-09-161-0/+3
* | | | | | | | | Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-261-7/+7
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | io_uring: ensure async buffered read-retry is setup properlyJens Axboe2020-09-251-4/+2
| * | | | | | | | io_uring: don't unconditionally set plug->nowait = trueJens Axboe2020-09-251-3/+0
| * | | | | | | | io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe2020-09-251-0/+5
* | | | | | | | | Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-232-12/+15
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain2020-09-221-6/+10
| * | | | | | | | btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn2020-09-211-6/+5
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-09-232-14/+13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | fuse: fix the ->direct_IO() treatment of iov_iterAl Viro2020-09-171-13/+12
| * | | | | | | | vboxsf: Fix the check for the old binary mount-arguments structHans de Goede2020-08-251-1/+1
| | |_|_|_|_|/ / | |/| | | | | |