aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-13afs: Fix some tracing detailsDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-03-13Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-03-13Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-13Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-13btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-03-13Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn
2020-03-13ovl: fix lockdep warning for async writeMiklos Szeredi
2020-03-13ovl: fix some xino configurationsAmir Goldstein
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-03-12io-wq: remove duplicated cancel codePavel Begunkov
2020-03-11Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-03-11io_uring: fix truncated async read/readv and write/writev retryJens Axboe
2020-03-11io_uring: io_uring_enter(2) don't poll while SETUP_IOPOLL|SETUP_SQPOLL enabledXiaoguang Wang
2020-03-10io_uring: Fix unused function warningsYueHaibing
2020-03-10io_uring: add end-of-bits marker and build time verify itJens Axboe
2020-03-10io_uring: provide means of removing buffersJens Axboe
2020-03-10io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSGJens Axboe
2020-03-10io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READVJens Axboe
2020-03-10io_uring: support buffer selection for OP_READ and OP_RECVJens Axboe
2020-03-10io_uring: add IORING_OP_PROVIDE_BUFFERSJens Axboe
2020-03-09pstore/ram: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman
2020-03-08io_uring: ensure RCU callback ordering with rcu_barrier()Jens Axboe
2020-03-08Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-07fscrypt: don't evict dirty inodes after removing keyEric Biggers
2020-03-07Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-07io_uring: fix lockup with timeoutsPavel Begunkov
2020-03-06Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06io_uring: free fixed_file_data after RCU grace periodJens Axboe
2020-03-06locks: fix a potential use-after-free problem when wakeup a waiteryangerkun
2020-03-06fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi
2020-03-06futex: Fix inode life-time issuePeter Zijlstra
2020-03-04io_uring: buffer registration infrastructureJens Axboe
2020-03-04io_uring/io-wq: forward submission ref to asyncPavel Begunkov
2020-03-04io-wq: optimise out *next_work() double lockPavel Begunkov
2020-03-04io-wq: optimise locking in io_worker_handle_work()Pavel Begunkov
2020-03-04io-wq: shuffle io_worker_handle_work() codePavel Begunkov
2020-03-03io_uring: get next work with submission ref dropPavel Begunkov
2020-03-03io_uring: remove @nxt from handlersPavel Begunkov
2020-03-03io_uring: make submission ref putting consistentPavel Begunkov
2020-03-03Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-03-03fcntl: Distribute switch variables for initializationKees Cook
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGao Xiang