summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-17fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-17exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon1-4/+4
2020-06-17exfat: fix memory leak in exfat_parse_param()Al Viro1-4/+8
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-17ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-06-17nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-17smb3: fix typo in mount options displayed in /proc/mountsSteve French1-1/+1
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon1-1/+3
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-17io_uring: allow O_NONBLOCK async retryJens Axboe1-3/+7
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov1-2/+2
2020-06-17io_uring: re-set iov base/len for buffer select retryJens Axboe1-1/+7
2020-06-17io_uring: fix flush req->refs underflowPavel Begunkov1-1/+1
2020-06-17aio: fix async fsync credsMiklos Szeredi1-0/+8
2020-06-17fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+5
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-05-27Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-26/+10
2020-05-23rxrpc: Fix a warningDavid Howells1-1/+1
2020-05-23Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2-26/+10
2020-05-22Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+34
2020-05-22exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon1-0/+19
2020-05-21Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+34
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-29/+7
2020-05-20Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+21
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa1-1/+1
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang1-0/+1
2020-05-20io_uring: don't add non-IO requests to iopoll pending listJens Axboe1-1/+2
2020-05-20Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-05-20fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-20io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh1-8/+8
2020-05-19ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2-31/+33
2020-05-19ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2020-05-18Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Linus Torvalds2-6/+8
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-18io_uring: cancel work if task_work_add() failsJens Axboe1-3/+5
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun1-0/+1
2020-05-18exfat: use iter_file_splice_writeEric Sandeen1-6/+7
2020-05-18ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-17io_uring: remove dead check in io_splice()Jens Axboe1-4/+1
2020-05-17Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2020-05-17exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2