summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-087-32/+37
|\
| * xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong2020-11-041-1/+2
| * xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-041-2/+1
| * xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong2020-11-041-2/+4
| * iomap: clean up writeback state logic on writepage errorBrian Foster2020-11-041-13/+2
| * iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-042-13/+16
| * xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-041-0/+10
| * xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-292-1/+2
* | Merge branch 'hch' (patches from Christoph)Linus Torvalds2020-11-085-17/+38
|\ \
| * | proc "seq files": switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | proc "single files": switch to ->read_iterGreg Kroah-Hartman2020-11-061-1/+1
| * | proc/stat: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | proc/cpuinfo: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | proc: wire up generic_file_splice_read for iter opsChristoph Hellwig2020-11-061-0/+2
| * | seq_file: add seq_read_iterChristoph Hellwig2020-11-061-13/+32
* | | Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-072-47/+140
|\ \ \
| * | | io_uring: fix link lookup racing with link timeoutPavel Begunkov2020-11-051-1/+15
| * | | io_uring: use correct pointer for io_uring_show_cred()Jens Axboe2020-11-051-1/+2
| * | | io_uring: don't forget to task-cancel drained reqsPavel Begunkov2020-11-051-2/+8
| * | | io_uring: fix overflowed cancel w/ linked ->filesPavel Begunkov2020-11-041-22/+21
| * | | io_uring: drop req/tctx io_identity separatelyJens Axboe2020-11-041-3/+6
| * | | io_uring: ensure consistent view of original task ->mm from SQPOLLJens Axboe2020-11-041-7/+20
| * | | io_uring: properly handle SQPOLL request cancelationsJens Axboe2020-11-041-12/+65
| * | | io-wq: cancel request if it's asking for files and we don't have themJens Axboe2020-11-041-0/+4
| |/ /
* | | Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-11-065-18/+39
|\ \ \
| * | | ceph: check session state after bumping session->s_seqJeff Layton2020-11-045-18/+39
| |/ /
* | | Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-0510-48/+70
|\ \ \
| * | | gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-031-1/+2
| * | | gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher2020-11-021-1/+2
| * | | gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-10-291-0/+3
| * | | gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson2020-10-291-4/+8
| * | | gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson2020-10-295-40/+52
| * | | gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson2020-10-291-1/+1
| * | | gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson2020-10-291-0/+1
| * | | gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-10-291-1/+1
* | | | afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells2020-11-031-6/+1
* | | | afs: Fix warning due to unadvanced marshalling pointerDavid Howells2020-11-031-0/+1
* | | | mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock2020-11-021-0/+2
| |/ / |/| |
* | | Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-011-8/+7
|\ \ \
| * | | debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman2020-10-301-8/+7
| | |/ | |/|
* | | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-315-9/+9
|\ \ \
| * | | fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-295-9/+9
| |/ /
* | | Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-301-70/+38
|\ \ \
| * | | io_uring: use type appropriate io_kiocb handler for double pollJens Axboe2020-10-251-2/+4
| * | | io_uring: simplify __io_queue_sqe()Pavel Begunkov2020-10-231-17/+11
| * | | io_uring: simplify nxt propagation in io_queue_sqePavel Begunkov2020-10-231-7/+3
| * | | io_uring: don't miss setting IO_WQ_WORK_CONCURRENTPavel Begunkov2020-10-231-7/+3
| * | | io_uring: don't defer put of cancelled ltimeoutPavel Begunkov2020-10-231-38/+20
| * | | io_uring: always clear LINK_TIMEOUT after cancelPavel Begunkov2020-10-231-1/+1
| * | | io_uring: don't adjust LINK_HEAD in cancel ltimeoutPavel Begunkov2020-10-231-1/+0