summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar2020-11-065-63/+74
| * | | | | | | | ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar2020-11-062-9/+0
| * | | | | | | | ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar2020-11-063-3/+5
| * | | | | | | | ext4: describe fast_commit feature flagsHarshad Shirwadkar2020-11-061-0/+7
| * | | | | | | | ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi2020-11-061-0/+1
| * | | | | | | | ext4: silence an uninitialized variable warningDan Carpenter2020-11-061-1/+1
| * | | | | | | | ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-061-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-092-12/+16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | erofs: fix setting up pcluster for temporary pagesGao Xiang2020-11-041-2/+5
| * | | | | | | erofs: derive atime instead of leaving it emptyGao Xiang2020-11-041-10/+11
| |/ / / / / /
* | | | | | | 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
| | |/ / | |/| |