summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-201-11/+30
|\
| * io_uring: fix CQ overflow conditionJens Axboe2019-04-171-1/+1
| * io_uring: fix possible deadlock between io_uring_{enter,register}Jens Axboe2019-04-151-0/+12
| * io_uring: drop io_file_put() 'file' argumentJens Axboe2019-04-141-6/+4Star
| * io_uring: only test SQPOLL cpu after we've verified itJens Axboe2019-04-141-4/+8
| * io_uring: park SQPOLL thread if it's percpuJens Axboe2019-04-141-0/+5
* | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-192-0/+27
* | Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-04-187-11/+10Star
|\ \
| * | afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells2019-04-133-6/+2Star
| * | afs: Unlock pages for __pagevec_release()Marc Dionne2019-04-131-0/+1
| * | afs: Differentiate abort due to unmarshalling from other errorsDavid Howells2019-04-131-1/+5
| * | afs: Avoid section confusion in CM_NAMEAndi Kleen2019-04-131-1/+1
| * | afs: avoid deprecated get_seconds()Arnd Bergmann2019-04-131-3/+1Star
* | | Merge tag '5.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-04-176-14/+62
|\ \ \
| * | | CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-164-10/+53
| * | | cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-161-0/+2
| * | | cifs: Fix lease buffer length errorZhangXiaoxu2019-04-161-1/+4
| * | | cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-161-2/+2
| * | | cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-161-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-171-7/+17
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | afs: Check for rxrpc call completion in wait loopMarc Dionne2019-04-131-6/+16
| * | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-2/+2
* | | Merge tag 'fsdax-fix-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-04-161-0/+15
|\ \ \
| * | | fs/dax: Deposit pagetable even when installing zero pageAneesh Kumar K.V2019-03-131-0/+15
* | | | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-153-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-142-4/+8
|\ \ \ \
| * | | | block: fix the return errno for direct IOJason Yan2019-04-121-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/+3Star
| * | | | 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-101-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | aio: use kmem_cache_free() instead of kfree()Wei Yongjun2019-04-051-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-081-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-061-6/+14
|\ \ \ \ \ \
| * | | | | | hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-04-061-6/+14
* | | | | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-061-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/+3Star
* | | | | | 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