aboutsummaryrefslogtreecommitdiff
path: root/fs/zonefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10zonefs: fix page reference and BIO leakGravatar Damien Le Moal 1-6/+8
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-09-15zonefs: open/close zone on file open/closeGravatar Johannes Thumshirn 1-4/+179
2020-09-15zonefs: provide no-lock zonefs_io_error variantGravatar Johannes Thumshirn 1-3/+8
2020-09-15zonefs: introduce helper for zone managementGravatar Johannes Thumshirn 1-7/+22
2020-08-11zonefs: add zone-capacity supportGravatar Johannes Thumshirn 1-4/+12
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+5
2020-08-05iomap: fall back to buffered writes for invalidation failuresGravatar Christoph Hellwig 1-2/+5
2020-07-20zonefs: count pages after truncating the iteratorGravatar Johannes Thumshirn 1-4/+4
2020-07-20zonefs: Fix compilation warningGravatar Damien Le Moal 1-3/+7
2020-06-04Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-1/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+73
2020-06-02iomap: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-05-12zonefs: use REQ_OP_ZONE_APPEND for sync DIOGravatar Johannes Thumshirn 1-8/+72
2020-04-27zonefs: Replace uuid_copy() with import_uuid()Gravatar Andy Shevchenko 1-1/+1
2020-03-25zonfs: Fix handling of read-only zonesGravatar Damien Le Moal 1-7/+21
2020-02-26zonefs: fix IOCB_NOWAIT handlingGravatar Christoph Hellwig 1-4/+4
2020-02-07fs: New zonefs file systemGravatar Damien Le Moal 1-0/+1439