summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2431-175/+187
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-232-26/+10
| |\
| | * rxrpc: Fix a warningDavid Howells2020-05-231-1/+1
| | * Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-05-222-26/+10
| | |\
| | | * rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-112-26/+10
| * | | Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-221-26/+34
| |\ \ \
| | * | | io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang2020-05-201-0/+1
| | * | | io_uring: don't add non-IO requests to iopoll pending listJens Axboe2020-05-191-1/+2
| | * | | io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh2020-05-191-8/+8
| | * | | io_uring: cancel work if task_work_add() failsJens Axboe2020-05-181-3/+5
| | * | | io_uring: remove dead check in io_splice()Jens Axboe2020-05-171-4/+1
| | * | | io_uring: fix FORCE_ASYNC req preparationPavel Begunkov2020-05-171-3/+9
| | * | | io_uring: don't prepare DRAIN reqs twicePavel Begunkov2020-05-171-6/+7
| | * | | io_uring: initialize ctx->sqo_wait earlierJens Axboe2020-05-171-1/+1
| * | | | exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon2020-05-211-0/+19
| * | | | Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-213-32/+34
| |\ \ \ \
| | * | | | ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2020-05-192-31/+33
| | * | | | ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani2020-05-191-1/+1
| * | | | | Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-203-29/+7
| |\ \ \ \ \
| | * | | | | ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-172-24/+6
| | * | | | | ubifs: remove broken lazytime supportChristoph Hellwig2020-04-091-5/+1
| * | | | | | Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-202-0/+21
| |\ \ \ \ \ \
| | * | | | | | ovl: potential crash in ovl_fid_to_fh()Dan Carpenter2020-05-131-0/+3
| | * | | | | | ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal2020-04-301-3/+14
| | * | | | | | ovl: clear ATTR_FILE from attr->ia_validVivek Goyal2020-04-301-0/+7
| * | | | | | | pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa2020-05-201-1/+1
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-05-191-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fix multiplication overflow in copy_fdtable()Al Viro2020-05-191-1/+1
| * | | | | | | | Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Linus Torvalds2020-05-182-6/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | exfat: fix possible memory leak in exfat_find()Wei Yongjun2020-05-181-0/+1
| | * | | | | | | | exfat: use iter_file_splice_writeEric Sandeen2020-05-181-6/+7
| * | | | | | | | | afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2020-05-182-8/+8
| |/ / / / / / / /
| * | | | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-05-171-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | exec: Move would_dump into flush_old_execEric W. Biederman2020-05-171-2/+2
| * | | | | | | | | Merge tag '5.7-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-05-163-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cifs: fix leaked reference on requeued writeAdam McCoy2020-05-141-1/+1
| | * | | | | | | | | cifs: Fix null pointer check in cifs_readSteve French2020-05-141-1/+1
| | * | | | | | | | | CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2020-05-061-1/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'io_uring-5.7-2020-05-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-161-9/+8
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | io_uring: polled fixed file must go through free iterationJens Axboe2020-05-131-5/+1
| | * | | | | | | | io_uring: fix zero len do_splice()Pavel Begunkov2020-05-091-4/+7
| * | | | | | | | | Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-159-36/+35
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia2020-05-141-1/+2
| | * | | | | | | | NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsTrond Myklebust2020-05-133-5/+7
| | * | | | | | | | NFS: Don't use RPC_TASK_CRED_NOREF with delegreturnTrond Myklebust2020-05-111-1/+1
| | * | | | | | | | Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/ke...Trond Myklebust2020-05-113-28/+24
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue2020-05-081-1/+1
| | | * | | | | | | | NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-081-18/+16
| | | * | | | | | | | NFS: Fix fscache super_cookie allocationDave Wysochanski2020-05-082-3/+0
| | | * | | | | | | | NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-081-1/+2