summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig
2020-09-23block: mark blkdev_get staticChristoph Hellwig
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-10block: remove check_disk_changeChristoph Hellwig
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara
2020-09-07fs: Don't invalidate page buffers in block_write_full_page()Jan Kara
2020-09-02block: remove revalidate_disk()Christoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-02block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig
2020-09-01block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe
2020-08-26io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe
2020-08-25Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-08-25Merge tag 'm68knommu-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-25io_uring: ensure read requests go through -ERESTART* transformationJens Axboe
2020-08-25io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe
2020-08-25io_uring: fix imbalanced sqo_mm accountingJens Axboe
2020-08-25io_uring: revert consumed iov_iter bytes on errorJens Axboe
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-24ceph: don't allow setlease on cephfsJeff Layton
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson
2020-08-24binfmt_flat: revert "binfmt_flat: don't offset the data start"Max Filippov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov
2020-08-23io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe
2020-08-22Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro
2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier
2020-08-21Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells