summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | Merge tag '5.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-146-3/+26
|\ \ \ \ \ \ \
| * | | | | | | CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-135-4/+25
| * | | | | | | SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French2019-12-131-0/+1
| * | | | | | | smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-091-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-148-96/+159
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-101-1/+1