summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGJens Axboe2019-12-161-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-101-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
| * | | | | | ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-101-1/+7
| * | | | | | ovl: don't use a temp buf for encoding real fhAmir Goldstein2019-12-101-21/+16
| * | | | | | ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein2019-12-104-73/+115
| * | | | | | ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-103-7/+27
* | | | | | | Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-133-88/+121
|\ \ \ \ \ \ \
| * | | | | | | io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe2019-12-121-7/+14
| * | | | | | | io_uring: add sockets to list of files that support non-blocking issueJens Axboe2019-12-111-2/+4
| * | | | | | | io_uring: only hash regular files for async work executionJens Axboe2019-12-111-1/+3
| * | | | | | | io_uring: run next sqe inline if possibleJens Axboe2019-12-111-4/+11
| * | | | | | | io_uring: don't dynamically allocate poll dataJens Axboe2019-12-111-16/+11
| * | | | | | | io_uring: deferred send/recvmsg should assign iovJens Axboe2019-12-111-2/+2
| * | | | | | | io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe2019-12-111-5/+2
| * | | | | | | io-wq: briefly spin for new work after finishing workJens Axboe2019-12-112-5/+26
| * | | | | | | io-wq: remove worker->wait waitqueueJens Axboe2019-12-111-8/+2
| * | | | | | | io_uring: allow unbreakable linksJens Axboe2019-12-111-38/+46
* | | | | | | | Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-132-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
| | |_|/ / / / / | |/| | | | | |