summaryrefslogtreecommitdiffstats
path: root/fs/zonefs
Commit message (Expand)AuthorAgeFilesLines
* zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-101-1/+1
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-03-121-72/+95
|\
| * zonefs: convert zonefs to use the new mount apiBill O'Donnell2024-02-141-72/+95
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-1/+1
|\ \
| * | block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-1/+1
| * | zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn2024-02-121-1/+1
| |/
* | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-1/+2
|\ \
| * | iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+2
| |/
* / zonefs: Improve error handlingDamien Le Moal2024-02-162-43/+65
|/
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-2/+0
|\
| * zonefs: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro2023-12-201-2/+0
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
|/
* zonefs: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
* Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-1/+1
|\
| * iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-1/+1
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+5
|\ \
| * | zonefs: convert to ctime accessor functionsJeff Layton2023-07-241-3/+5
| |/
* / zonefs: fix synchronous direct writes to sequential filesDamien Le Moal2023-08-103-118/+4
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+1
|\
| * iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-091-3/+1
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \
| * | zonefs: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
* | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+39
|\| |
| * | zonefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+39
| |/
* | zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-141-1/+1
* | zonefs: use iomap for synchronous direct writesDamien Le Moal2023-06-143-97/+120
|/
* zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal2023-03-301-2/+12
* zonefs: Always invalidate last cached page on append writeDamien Le Moal2023-03-301-0/+14
* zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal2023-03-211-1/+1
* zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal2023-03-211-1/+1
* Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-02-226-1243/+1656
|\
| * zonefs: make kobj_type structure constantThomas Weißschuh2023-02-131-1/+1
| * zonefs: Cache zone group directory inodesDamien Le Moal2023-01-232-0/+49
| * zonefs: Dynamically create file inodes when neededDamien Le Moal2023-01-232-99/+257
| * zonefs: Separate zone information from inode informationDamien Le Moal2023-01-234-304/+449
| * zonefs: Reduce struct zonefs_inode_info sizeDamien Le Moal2023-01-233-29/+42
| * zonefs: Simplify IO error handlingDamien Le Moal2023-01-232-55/+64
| * zonefs: Reorganize codeDamien Le Moal2023-01-234-916/+955
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-5/+5
|\ \ | |/ |/|
| * quota: port to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* | zonefs: Detect append writes at invalid locationsDamien Le Moal2023-01-161-0/+22
|/
* zonefs: Fix active zone accountingDamien Le Moal2022-11-252-2/+15
* zonefs: Fix race between modprobe and mountZhang Xiaoxu2022-11-221-6/+6
* zonefs: Remove to_attr() helper functionDamien Le Moal2022-11-161-5/+0
* zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal2022-11-161-10/+27
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-8/+0
|\
| * zonefs: remove ->writepageChristoph Hellwig2022-07-221-8/+0