summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-143-10/+18
|\
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-143-10/+18
* | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-132-4/+8
|\ \
| * | block: fix the return errno for direct IOJason Yan2019-04-111-4/+4
| * | io_uring: restrict IORING_SETUP_SQPOLL to rootJens Axboe2019-04-081-0/+4
* | | Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-04-134-7/+7
|\ \ \
| * | | NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-04-112-4/+3
| * | | NFS: Fix handling of reply page vectorChuck Lever2019-04-111-2/+2
| * | | NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-04-111-1/+2
* | | | Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-112-4/+14
|\ \ \ \ | |/ / / |/| | |
| * | | btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-041-3/+3
| * | | btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-041-1/+1
| * | | Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-03-281-0/+10
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-091-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | aio: use kmem_cache_free() instead of kfree()Wei Yongjun2019-04-041-1/+1
| * | | aio: Fix an error code in __io_submit_one()Dan Carpenter2019-04-031-1/+1
* | | | Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-071-0/+1
|\ \ \ \
| * | | | io_uring: fix double free in case of fileset regitration failureJens Axboe2019-04-031-0/+1
* | | | | fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-062-2/+21
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-051-6/+14
|\ \ \ \ \
| * | | | | hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-04-051-6/+14
* | | | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-051-8/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-8/+9
| |/ / / /
* | | | | cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg2019-04-011-5/+3
* | | | | SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-015-5/+53
* | | | | smb3: Fix enumerating snapshots to AzureSteve French2019-04-014-28/+58
* | | | | cifs: fix kref underflow in close_shroot()Ronnie Sahlberg2019-04-011-9/+7
| |/ / / |/| | |
* | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150
|\ \ \ \
| * | | | aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-171-66/+53
| * | | | deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-171-6/+6
| * | | | aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-171-9/+8
| * | | | make aio_read()/aio_write() return intAl Viro2019-03-171-6/+6
| * | | | Fix aio_poll() racesAl Viro2019-03-171-50/+40
| * | | | aio: store event at final iocb_put()Al Viro2019-03-171-16/+17
| * | | | aio: keep io_event in aio_kiocbAl Viro2019-03-171-18/+13
| * | | | aio: fold lookup_kiocb() into its sole callerAl Viro2019-03-171-22/+7
| * | | | pin iocb through aio.Linus Torvalds2019-03-171-16/+21
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-014-13/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | debugfs: fix use-after-free on symlink traversalAl Viro2019-04-011-4/+9
| * | | | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
| * | | | jffs2: fix use-after-free on symlink traversalAl Viro2019-04-012-6/+4
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-295-21/+34
|\ \ \ \
| * | | | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-03-291-1/+2
| * | | | fs: fs_parser: fix printk format warningRandy Dunlap2019-03-291-1/+1
| * | | | fs/proc/kcore.c: make kcore_modules staticYueHaibing2019-03-291-1/+1
| * | | | ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-03-291-18/+24
| * | | | fs/open.c: allow opening only regular files during execve()Tetsuo Handa2019-03-291-0/+6
* | | | | Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-291-2/+24
|\ \ \ \ \
| * | | | | io_uring: offload write to async worker in case of -EAGAINRoman Penyaev2019-03-251-1/+15
| * | | | | io_uring: fix big-endian compat signal mask handlingArnd Bergmann2019-03-251-1/+9