summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-12-20Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-18io_uring: io_wq_submit_work() should not touch req->rwJens Axboe
2019-12-18io_uring: don't wait when under-submittingPavel Begunkov
2019-12-17io_uring: warn about unhandled opcodeJens Axboe
2019-12-17io_uring: read opcode and user_data from SQE exactly onceJens Axboe
2019-12-17io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableJens Axboe
2019-12-17io_uring: make IORING_OP_CANCEL_ASYNC deferrableJens Axboe
2019-12-17io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableJens Axboe
2019-12-17io_uring: make HARDLINK imply LINKPavel Begunkov
2019-12-17io_uring: any deferred command must have stable sqe dataJens Axboe
2019-12-17io_uring: remove 'sqe' parameter to the OP helpers that take itJens Axboe
2019-12-17io_uring: fix pre-prepped issue with force_nonblock == trueJens Axboe
2019-12-17io-wq: re-add io_wq_current_is_worker()Jens Axboe
2019-12-17Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-12-16Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-15io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGJens Axboe
2019-12-15io_uring: fix stale comment and a few typosBrian Gianforcaro
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-12-14Merge tag '5.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-13Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-13Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-13btrfs: send: remove WARN_ON for readonly mountAnand Jain
2019-12-13btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2019-12-13btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-12-13Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba
2019-12-13btrfs: tree-checker: Fix error format string for size_tAndreas Färber
2019-12-13btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2019-12-13btrfs: handle error in btrfs_cache_block_groupJosef Bacik
2019-12-13btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana
2019-12-13btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French
2019-12-12Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-12-12fs: remove ksys_dup()Dominik Brodowski
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-12-11Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-12-11io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe
2019-12-11Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-11pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells