summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-226-95/+104
|\
| * ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-211-1/+3
| * ext4: use RCU API in debug_print_treePhong Tran2019-12-151-1/+5
| * ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-151-74/+69
| * ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5
| * ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-141-14/+18
* | pipe: fix empty pipe check in pipe_write()Jan Stancek2019-12-221-1/+1
* | Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-203-229/+493
|\ \
| * | io_uring: io_wq_submit_work() should not touch req->rwJens Axboe2019-12-181-3/+8
| * | io_uring: don't wait when under-submittingPavel Begunkov2019-12-181-0/+4
| * | io_uring: warn about unhandled opcodeJens Axboe2019-12-171-2/+6
| * | io_uring: read opcode and user_data from SQE exactly onceJens Axboe2019-12-171-25/+20
| * | io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableJens Axboe2019-12-171-10/+34
| * | io_uring: make IORING_OP_CANCEL_ASYNC deferrableJens Axboe2019-12-171-4/+28
| * | io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableJens Axboe2019-12-171-14/+54
| * | io_uring: make HARDLINK imply LINKPavel Begunkov2019-12-171-1/+1
| * | io_uring: any deferred command must have stable sqe dataJens Axboe2019-12-171-49/+172
| * | io_uring: remove 'sqe' parameter to the OP helpers that take itJens Axboe2019-12-171-36/+44
| * | io_uring: fix pre-prepped issue with force_nonblock == trueJens Axboe2019-12-171-77/+98
| * | io-wq: re-add io_wq_current_is_worker()Jens Axboe2019-12-171-2/+6
| * | io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGJens Axboe2019-12-151-14/+26
| * | io_uring: fix stale comment and a few typosBrian Gianforcaro2019-12-152-5/+5
* | | Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-1717-56/+127
|\ \ \
| * | | btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-131-6/+0
| * | | btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-131-0/+1
| * | | btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-131-2/+21
| * | | btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-131-0/+2
| * | | btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-131-2/+8
| * | | Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana2019-12-131-11/+5
| * | | Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-131-1/+1
| * | | Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana2019-12-131-2/+16
| * | | Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-134-9/+36
| * | | btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-133-6/+8
| * | | btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba2019-12-131-2/+2
| * | | btrfs: tree-checker: Fix error format string for size_tAndreas Färber2019-12-131-1/+1
| * | | btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-131-6/+4
| * | | btrfs: handle error in btrfs_cache_block_groupJosef Bacik2019-12-131-2/+18
| * | | btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-131-2/+0
| * | | Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana2019-12-131-2/+2
| * | | btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2019-12-131-2/+2
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-171-2/+2
|\ \ \ \
| * | | | sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueFlavio Leitner2019-12-111-2/+2
* | | | | Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-161-1/+1
|\ \ \ \ \
| * | | | | fs/ext4/inode-test: Fix inode test on 32 bit platforms.Iurii Zaikin2019-12-091-1/+1
* | | | | | Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-152-14/+3
|\ \ \ \ \ \
| * | | | | | fs: remove ksys_dup()Dominik Brodowski2019-12-121-6/+1
| * | | | | | init: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-8/+2