summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-08-24ceph: don't allow setlease on cephfsJeff Layton
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson
2020-08-24binfmt_flat: revert "binfmt_flat: don't offset the data start"Max Filippov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov
2020-08-23io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe
2020-08-22Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro
2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier
2020-08-21Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells
2020-08-21squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher
2020-08-21romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells
2020-08-20afs: Fix error handling in VL server rotationDavid Howells
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-08-19btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba
2020-08-19btrfs: reset compression level for lzo on remountMarcos Paulo de Souza
2020-08-19btrfs: handle errors from async submissionJohannes Thumshirn
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()brookxu
2020-08-19ext4: add mb_debug logging when there are lost chunksbrookxu
2020-08-19ext4: Fix comment typo "the the".kyoungho koo
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe
2020-08-18ext4: change to use fallthrough macroShijie Luo
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo
2020-08-18mballoc: replace seq_printf with seq_putsXu Wang
2020-08-18ext4: optimize the implementation of ext4_mb_good_group()brookxu
2020-08-18ext4: delete invalid comments near ext4_mb_check_limits()brookxu
2020-08-18ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe
2020-08-16io_uring: find and cancel head link async work on files exitJens Axboe
2020-08-16nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe
2020-08-15io_uring: sanitize double poll handlingJens Axboe