summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer2020-09-2915-147/+117
|\
| * block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+2
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-242-4/+5
| * bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-241-1/+2
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+2
| * bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig2020-09-241-1/+0
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-247-13/+9
| * fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2020-09-241-2/+2
| * block: mark blkdev_get staticChristoph Hellwig2020-09-231-2/+1
| * PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig2020-09-231-1/+1
| * ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig2020-09-231-18/+10
| * block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-4/+3
| * block: remove check_disk_changeChristoph Hellwig2020-09-101-20/+0
| * block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-14/+3
| * block: Do not discard buffers under a mounted filesystemJan Kara2020-09-071-4/+33
| * fs: Don't invalidate page buffers in block_write_full_page()Jan Kara2020-09-071-16/+0
| * block: remove revalidate_disk()Christoph Hellwig2020-09-021-19/+0
| * block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-13/+29
| * block: rename bd_invalidatedChristoph Hellwig2020-09-021-5/+5
| * block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig2020-09-021-1/+2
| * block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig2020-09-011-19/+17
| * block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-11/+14
| * block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-5/+5
* | fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prot...Tobias Klauser2020-09-191-1/+1
* | Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-141-1/+2
|\ \
| * | btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-141-1/+2
* | | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-131-2/+2
|\ \ \
| * | | debugfs: Fix module state check conditionVladis Dronov2020-09-041-2/+2
* | | | Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-125-15/+29
|\ \ \ \ | | |/ / | |/| |
| * | | btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana2020-09-071-0/+1
| * | | btrfs: free data reloc tree on failed mountJosef Bacik2020-09-071-0/+2
| * | | btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-072-15/+16
| * | | btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-071-0/+10
* | | | Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-09-121-0/+4
|\ \ \ \
| * | | | cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-061-0/+4
* | | | | Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-103-4/+10
|\ \ \ \ \
| * | | | | f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-081-0/+3
| * | | | | f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-081-0/+3
| * | | | | f2fs: Fix type of section block count variablesShin'ichiro Kawasaki2020-09-081-4/+4
| |/ / / /
* | | | | Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-091-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-051-1/+3
| * | | | NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-08-261-1/+6
| | |/ / | |/| |
* | | | Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
|\ \ \ \
| * | | | io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-051-2/+23
| * | | | io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| * | | | io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
* | | | | Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-051-1/+1
|\ \ \ \ \
| * | | | | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* | | | | | xfs: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+10
* | | | | | ext2: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+4