summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2020-05-291-1/+1
|\
| * ceph: flush release queue when handling caps for unknown inodeJeff Layton2020-05-271-1/+1
* | Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-291-10/+5
|\ \
| * | gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher2020-05-291-10/+5
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-281-1/+1
|\ \
| * | fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko2020-05-281-1/+1
| |/
* | Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-271-1/+1
|\ \
| * | fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein2020-05-271-1/+1
| |/
* | Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-05-271-3/+3
|\ \ | |/ |/|
| * xattr: fix uninitialized out-paramDaniel Xu2020-04-091-3/+3
* | 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