aboutsummaryrefslogtreecommitdiffstats
path: root/fs/zonefs/super.c
AgeCommit message (Expand)Author
2024-03-01zonefs: Improve error handlingDamien Le Moal
2023-04-05zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal
2023-04-05zonefs: Always invalidate last cached page on append writeDamien Le Moal
2023-01-24zonefs: Detect append writes at invalid locationsDamien Le Moal
2022-12-02zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal
2022-08-31block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal
2022-05-09zonefs: Clear inode information flags on inode creationDamien Le Moal
2022-05-09zonefs: Fix management of open zonesDamien Le Moal
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-12-22zonefs: add MODULE_ALIAS_FSNaohiro Aota
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-16zonefs: remove redundant null bio checkXianting Tian
2021-07-13zonefs: Convert to using invalidate_lockJan Kara
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein
2021-03-17zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu
2021-03-16zonefs: Fix O_APPEND async write handlingDamien Le Moal
2021-03-16zonefs: prevent use of seq files as swap fileDamien Le Moal
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-18zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki
2021-02-16zonefs: add tracepoints for file operationsJohannes Thumshirn
2021-02-10zonefs: use zone write granularity as block sizeDamien Le Moal
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-27zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-09-15zonefs: open/close zone on file open/closeJohannes Thumshirn
2020-09-15zonefs: provide no-lock zonefs_io_error variantJohannes Thumshirn
2020-09-15zonefs: introduce helper for zone managementJohannes Thumshirn
2020-08-11zonefs: add zone-capacity supportJohannes Thumshirn
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-07-20zonefs: count pages after truncating the iteratorJohannes Thumshirn
2020-07-20zonefs: Fix compilation warningDamien Le Moal
2020-06-04Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig