aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+1
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-10/+5
2020-05-29gfs2: Even more gfs2_find_jhead fixesGravatar Andreas Gruenbacher 1-10/+5
2020-05-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Gravatar Alexander Potapenko 1-1/+1
2020-05-27Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYGravatar Amir Goldstein 1-1/+1
2020-05-27ceph: flush release queue when handling caps for unknown inodeGravatar Jeff Layton 1-1/+1
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-26/+10
2020-05-23rxrpc: Fix a warningGravatar David Howells 1-1/+1
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar David S. Miller 2-26/+10
2020-05-22Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-26/+34
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatGravatar Namjae Jeon 1-0/+19
2020-05-21Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-32/+34
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-29/+7
2020-05-20Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+21
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Gravatar Tetsuo Handa 1-1/+1
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upGravatar Xiaoguang Wang 1-0/+1
2020-05-19io_uring: don't add non-IO requests to iopoll pending listGravatar Jens Axboe 1-1/+2
2020-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2020-05-19fix multiplication overflow in copy_fdtable()Gravatar Al Viro 1-1/+1
2020-05-19io_uring: don't use kiocb.private to store buf_indexGravatar Bijan Mottahedeh 1-8/+8
2020-05-19ext4: fix fiemap size checks for bitmap filesGravatar Christoph Hellwig 2-31/+33
2020-05-19ext4: fix EXT4_MAX_LOGICAL_BLOCK macroGravatar Ritesh Harjani 1-1/+1
2020-05-18Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Gravatar Linus Torvalds 2-6/+8
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyGravatar David Howells 2-8/+8
2020-05-18io_uring: cancel work if task_work_add() failsGravatar Jens Axboe 1-3/+5
2020-05-18exfat: fix possible memory leak in exfat_find()Gravatar Wei Yongjun 1-0/+1
2020-05-18exfat: use iter_file_splice_writeGravatar Eric Sandeen 1-6/+7
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Gravatar Eric Biggers 2-24/+6
2020-05-17io_uring: remove dead check in io_splice()Gravatar Jens Axboe 1-4/+1
2020-05-17Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-2/+2
2020-05-17exec: Move would_dump into flush_old_execGravatar Eric W. Biederman 1-2/+2
2020-05-17io_uring: fix FORCE_ASYNC req preparationGravatar Pavel Begunkov 1-3/+9
2020-05-17io_uring: don't prepare DRAIN reqs twiceGravatar Pavel Begunkov 1-6/+7
2020-05-17io_uring: initialize ctx->sqo_wait earlierGravatar Jens Axboe 1-1/+1
2020-05-16Merge tag '5.7-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-3/+3
2020-05-16Merge tag 'io_uring-5.7-2020-05-15' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+8
2020-05-15Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 9-36/+35
2020-05-14cifs: fix leaked reference on requeued writeGravatar Adam McCoy 1-1/+1
2020-05-14NFSv3: fix rpc receive buffer size for MOUNT callGravatar Olga Kornievskaia 1-1/+2
2020-05-14epoll: call final ep_events_available() check under the lockGravatar Roman Penyaev 1-20/+28
2020-05-14cifs: Fix null pointer check in cifs_readGravatar Steve French 1-1/+1
2020-05-13io_uring: polled fixed file must go through free iterationGravatar Jens Axboe 1-5/+1
2020-05-13NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsGravatar Trond Myklebust 3-5/+7
2020-05-13ovl: potential crash in ovl_fid_to_fh()Gravatar Dan Carpenter 1-0/+3
2020-05-12Merge tag 'gfs2-v5.7-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-39/+49
2020-05-11NFS: Don't use RPC_TASK_CRED_NOREF with delegreturnGravatar Trond Myklebust 1-1/+1
2020-05-11Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Trond Myklebust 3-28/+24