summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-2/+5
|\
| * block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig2021-01-071-2/+3
| * fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala2021-01-071-0/+2
* | Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-89/+167
|\ \
| * | io_uring: stop SQPOLL submit on creator's deathPavel Begunkov2021-01-091-9/+53
| * | io_uring: add warn_once for io_uring_flush()Pavel Begunkov2021-01-091-4/+10
| * | io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov2021-01-091-18/+11
| * | io_uring: io_rw_reissue lockdep annotationsPavel Begunkov2021-01-091-0/+2
| * | io_uring: synchronise ev_posted() with waitqueuesPavel Begunkov2021-01-071-2/+8
| * | io_uring: dont kill fasync under completion_lockPavel Begunkov2021-01-071-5/+8
| * | io_uring: trigger eventfd for IOPOLLPavel Begunkov2021-01-071-2/+11
| * | io_uring: Fix return value from alloc_fixed_file_ref_nodeMatthew Wilcox (Oracle)2021-01-061-6/+6
| * | io_uring: Delete useless variable ‘id’ in io_prep_async_workYe Bin2021-01-051-2/+0
| * | io_uring: cancel more aggressively in exit_workPavel Begunkov2021-01-041-4/+9
| * | io_uring: drop file refs after task cancelPavel Begunkov2021-01-041-9/+16
| * | io_uring: patch up IOPOLL overflow_flush syncPavel Begunkov2021-01-041-37/+41
| * | io_uring: synchronise IOPOLL on task_submit failPavel Begunkov2021-01-041-6/+7
* | | Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-101-10/+7
|\ \ \
| * | | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-10/+7
* | | | Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-01-081-0/+1
|\ \ \ \
| * | | | zonefs: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
* | | | | poll: fix performance regression due to out-of-line __put_user()Linus Torvalds2021-01-081-3/+11
* | | | | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-0618-97/+243
|\ \ \ \ \
| * | | | | btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana2020-12-181-0/+10
| * | | | | btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana2020-12-181-0/+3
| * | | | | btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-184-7/+44
| * | | | | btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana2020-12-181-4/+1
| * | | | | btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-182-3/+18
| * | | | | btrfs: merge critical sections of discard lock in workfnPavel Begunkov2020-12-181-20/+23
| * | | | | btrfs: fix racy access to discard_ctl dataPavel Begunkov2020-12-181-7/+3
| * | | | | btrfs: fix async discard stallPavel Begunkov2020-12-181-7/+10
| * | | | | btrfs: tests: initialize test inodes locationJosef Bacik2020-12-182-11/+8
| * | | | | btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2020-12-181-18/+31
| * | | | | btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo2020-12-181-10/+20
| * | | | | btrfs: correctly calculate item size used when item key collision happensethanwu2020-12-184-2/+32
| * | | | | btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-187-8/+40
* | | | | | Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-053-31/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | afs: Fix directory entry size calculationDavid Howells2021-01-043-28/+41
| * | | | | afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=yDavid Howells2021-01-041-4/+9
* | | | | | Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-011-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap2020-12-291-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-012-21/+41
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | kernel/io_uring: cancel io_uring before task worksPavel Begunkov2020-12-301-2/+0
| * | | | io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov2020-12-301-2/+22
| * | | | io_uring: add a helper for setting a ref nodePavel Begunkov2020-12-301-10/+12
| * | | | io_uring: don't assume mm is constant across submitsJens Axboe2020-12-291-7/+7
| |/ / /
* / / / ceph: reencode gid_list when reconnectingIlya Dryomov2020-12-281-31/+22
|/ / /
* | | proc mountinfo: make splice available againLinus Torvalds2020-12-271-3/+6
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-256-8/+22
|\ \ \
| * | | fix hostfs_open() use of ->f_path.dentryAl Viro2020-12-211-1/+1