summaryrefslogtreecommitdiff
path: root/fs/zonefs
AgeCommit message (Expand)AuthorFilesLines
2023-01-24zonefs: Detect append writes at invalid locationsDamien Le Moal1-0/+22
2022-12-02zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal1-10/+27
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+62
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal1-5/+6
2022-05-09zonefs: Clear inode information flags on inode creationDamien Le Moal1-0/+1
2022-05-09zonefs: Fix management of open zonesDamien Le Moal1-5/+40
2021-12-22zonefs: add MODULE_ALIAS_FSNaohiro Aota1-0/+1
2021-03-25zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu1-4/+3
2021-03-25zonefs: prevent use of seq files as swap fileDamien Le Moal1-0/+16
2021-03-25zonefs: Fix O_APPEND async write handlingDamien Le Moal1-10/+68
2021-03-04zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki1-0/+3
2021-01-17zonefs: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-15zonefs: open/close zone on file open/closeJohannes Thumshirn2-4/+189
2020-09-15zonefs: provide no-lock zonefs_io_error variantJohannes Thumshirn1-3/+8
2020-09-15zonefs: introduce helper for zone managementJohannes Thumshirn1-7/+22
2020-08-11zonefs: add zone-capacity supportJohannes Thumshirn2-4/+15
2020-08-07Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-2/+5
2020-07-20zonefs: count pages after truncating the iteratorJohannes Thumshirn1-4/+4
2020-07-20zonefs: Fix compilation warningDamien Le Moal1-3/+7
2020-06-04Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1/+1
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+73
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-4/+3
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-13zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn1-8/+72
2020-04-27zonefs: Replace uuid_copy() with import_uuid()Andy Shevchenko1-1/+1
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal1-7/+21
2020-02-26zonefs: select FS_IOMAPJohannes Thumshirn1-0/+1
2020-02-26zonefs: fix IOCB_NOWAIT handlingChristoph Hellwig1-4/+4
2020-02-07fs: New zonefs file systemDamien Le Moal4-0/+1641