summaryrefslogtreecommitdiffstats
path: root/fs/zonefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-302-22/+8
|\
| * zonefs: Convert to using invalidate_lockJan Kara2021-07-132-22/+8
* | zonefs: remove redundant null bio checkXianting Tian2021-07-161-3/+0
|/
* mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-291-1/+1
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+1
* Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\
| * fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
* | zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()Chao Yu2021-03-171-4/+3
* | zonefs: Fix O_APPEND async write handlingDamien Le Moal2021-03-161-10/+68
* | zonefs: prevent use of seq files as swap fileDamien Le Moal2021-03-161-0/+16
|/
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-4/+5
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-223-0/+116
|\ \
| * | zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki2021-02-181-0/+3
| * | zonefs: add tracepoints for file operationsJohannes Thumshirn2021-02-163-0/+113
| |/
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-7/+6
|\ \
| * | zonefs: use zone write granularity as block sizeDamien Le Moal2021-02-101-5/+4
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| * | zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig2021-01-271-1/+1
| |/
* / iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-2/+2
|/
* zonefs: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
* zonefs: fix page reference and BIO leakDamien Le Moal2020-12-101-6/+8
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | zonefs: open/close zone on file open/closeJohannes Thumshirn2020-09-152-4/+189
* | zonefs: provide no-lock zonefs_io_error variantJohannes Thumshirn2020-09-151-3/+8
* | zonefs: introduce helper for zone managementJohannes Thumshirn2020-09-151-7/+22
|/
* zonefs: add zone-capacity supportJohannes Thumshirn2020-08-112-4/+15
* Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-061-2/+5
|\
| * iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-051-2/+5
* | zonefs: count pages after truncating the iteratorJohannes Thumshirn2020-07-201-4/+4
* | zonefs: Fix compilation warningDamien Le Moal2020-07-201-3/+7
|/
* Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-06-041-1/+1
|\
| * zonefs: Replace uuid_copy() with import_uuid()Andy Shevchenko2020-04-271-1/+1
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-9/+73
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
| * | zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn2020-05-121-8/+72
| |/
* / iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/
* zonfs: Fix handling of read-only zonesDamien Le Moal2020-03-251-7/+21
* zonefs: select FS_IOMAPJohannes Thumshirn2020-02-261-0/+1
* zonefs: fix IOCB_NOWAIT handlingChristoph Hellwig2020-02-261-4/+4
* fs: New zonefs file systemDamien Le Moal2020-02-074-0/+1641