Age | Commit message (Expand) | Author | Files | Lines |
2025-05-07 | zonefs: use bdev_rw_virt in zonefs_read_super | Christoph Hellwig | 1 | -22/+12 |
2025-02-06 | iomap: pass private data to iomap_page_mkwrite | Christoph Hellwig | 1 | -1/+1 |
2024-10-02 | Merge tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2024-09-03 | iomap: add a private argument for iomap_file_buffered_write | Josef Bacik | 1 | -1/+1 |
2024-08-20 | zonefs: add support for FS_IOC_GETFSSYSFSPATH | Liao Chen | 1 | -0/+1 |
2024-06-11 | zonefs: enable support for large folios | Johannes Thumshirn | 1 | -0/+1 |
2024-04-10 | zonefs: Use str_plural() to fix Coccinelle warning | Thorsten Blum | 1 | -1/+1 |
2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
2024-03-12 | Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -72/+95 |
2024-03-11 | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2024-03-11 | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+2 |
2024-02-16 | zonefs: Improve error handling | Damien Le Moal | 2 | -43/+65 |
2024-02-14 | zonefs: convert zonefs to use the new mount api | Bill O'Donnell | 1 | -72/+95 |
2024-02-12 | block: remove gfp_flags from blkdev_zone_mgmt | Johannes Thumshirn | 1 | -1/+1 |
2024-02-12 | zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call | Johannes Thumshirn | 1 | -1/+1 |
2024-02-01 | iomap: pass the length of the dirty region to ->map_blocks | Christoph Hellwig | 1 | -1/+2 |
2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+0 |
2023-12-20 | zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode | Al Viro | 1 | -2/+0 |
2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-10-18 | zonefs: convert to new timestamp accessors | Jeff Layton | 1 | -5/+5 |
2023-08-28 | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+5 |
2023-08-10 | zonefs: fix synchronous direct writes to sequential files | Damien Le Moal | 3 | -118/+4 |
2023-07-25 | iomap: Add per-block dirty state tracking to improve performance | Ritesh Harjani (IBM) | 1 | -1/+1 |
2023-07-24 | zonefs: convert to ctime accessor functions | Jeff Layton | 1 | -3/+5 |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+1 |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+39 |
2023-06-14 | zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method | Christoph Hellwig | 1 | -1/+1 |
2023-06-14 | zonefs: use iomap for synchronous direct writes | Damien Le Moal | 3 | -97/+120 |
2023-06-09 | iomap: update ki_pos in iomap_file_buffered_write | Christoph Hellwig | 1 | -3/+1 |
2023-05-31 | zonefs: use __bio_add_page for adding single page to bio | Johannes Thumshirn | 1 | -1/+1 |
2023-05-24 | zonefs: Provide a splice-read wrapper | David Howells | 1 | -1/+39 |
2023-03-30 | zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space | Damien Le Moal | 1 | -2/+12 |
2023-03-30 | zonefs: Always invalidate last cached page on append write | Damien Le Moal | 1 | -0/+14 |
2023-03-21 | zonefs: Fix error message in zonefs_file_dio_append() | Damien Le Moal | 1 | -1/+1 |
2023-03-21 | zonefs: Prevent uninitialized symbol 'size' warning | Damien Le Moal | 1 | -1/+1 |
2023-02-22 | Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 6 | -1243/+1656 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+5 |
2023-02-13 | zonefs: make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
2023-01-23 | zonefs: Cache zone group directory inodes | Damien Le Moal | 2 | -0/+49 |
2023-01-23 | zonefs: Dynamically create file inodes when needed | Damien Le Moal | 2 | -99/+257 |
2023-01-23 | zonefs: Separate zone information from inode information | Damien Le Moal | 4 | -304/+449 |
2023-01-23 | zonefs: Reduce struct zonefs_inode_info size | Damien Le Moal | 3 | -29/+42 |
2023-01-23 | zonefs: Simplify IO error handling | Damien Le Moal | 2 | -55/+64 |
2023-01-23 | zonefs: Reorganize code | Damien Le Moal | 4 | -916/+955 |
2023-01-19 | quota: port to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
2023-01-16 | zonefs: Detect append writes at invalid locations | Damien Le Moal | 1 | -0/+22 |
2022-11-25 | zonefs: Fix active zone accounting | Damien Le Moal | 2 | -2/+15 |
2022-11-22 | zonefs: Fix race between modprobe and mount | Zhang Xiaoxu | 1 | -6/+6 |
2022-11-16 | zonefs: Remove to_attr() helper function | Damien Le Moal | 1 | -5/+0 |
2022-11-16 | zonefs: fix zone report size in __zonefs_io_error() | Damien Le Moal | 1 | -10/+27 |
2022-08-11 | Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -8/+0 |
2022-08-03 | Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+7 |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -14/+12 |
2022-08-02 | mm/migrate: Add filemap_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-07-22 | zonefs: remove ->writepage | Christoph Hellwig | 1 | -8/+0 |
2022-07-14 | fs/zonefs: Use the enum req_op type for tracing request operations | Bart Van Assche | 1 | -1/+1 |
2022-07-14 | treewide: Rename enum req_opf into enum req_op | Bart Van Assche | 2 | -4/+3 |
2022-07-07 | zonefs: Call page_address() on page acquired with GFP_KERNEL flag | Fabio M. De Francesco | 1 | -9/+7 |
2022-07-06 | block: replace blkdev_nr_zones with bdev_nr_zones | Christoph Hellwig | 1 | -9/+8 |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -1/+1 |
2022-06-26 | quota: port quota helpers mount ids | Christian Brauner | 1 | -1/+1 |
2022-06-10 | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC | Al Viro | 1 | -1/+1 |
2022-06-08 | zonefs: fix zonefs_iomap_begin() for reads | Damien Le Moal | 1 | -30/+64 |
2022-06-08 | zonefs: Do not ignore explicit_open with active zone limit | Damien Le Moal | 1 | -2/+5 |
2022-06-08 | zonefs: fix handling of explicit_open option on mount | Damien Le Moal | 1 | -6/+6 |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -4/+4 |
2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -2/+2 |
2022-05-24 | zonefs: Fix zonefs_init_file_inode() return value | Damien Le Moal | 1 | -2/+2 |
2022-05-23 | Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -51/+294 |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig | 1 | -2/+2 |
2022-05-09 | iomap: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-09 | fs: Convert iomap_readpage to iomap_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2022-04-21 | zonefs: Fix management of open zones | Damien Le Moal | 1 | -5/+40 |
2022-04-21 | zonefs: Clear inode information flags on inode creation | Damien Le Moal | 1 | -0/+1 |
2022-04-21 | zonefs: Add active seq file accounting | Damien Le Moal | 3 | -6/+83 |
2022-04-21 | zonefs: Export open zone resource information through sysfs | Damien Le Moal | 4 | -5/+156 |
2022-04-21 | zonefs: Always do seq file write open accounting | Damien Le Moal | 1 | -34/+46 |
2022-04-21 | zonefs: Rename super block information fields | Damien Le Moal | 2 | -9/+12 |
2022-04-21 | zonefs: Fix management of open zones | Damien Le Moal | 1 | -5/+40 |
2022-04-21 | zonefs: Clear inode information flags on inode creation | Damien Le Moal | 1 | -0/+1 |
2022-04-17 | block: add a bdev_max_zone_append_sectors helper | Christoph Hellwig | 1 | -2/+1 |
2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+2 |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-15 | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig | 1 | -1/+0 |
2022-02-02 | block: pass a block_device and opf to bio_init | Christoph Hellwig | 1 | -3/+1 |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -3/+2 |
2021-12-17 | zonefs: add MODULE_ALIAS_FS | Naohiro Aota | 1 | -0/+1 |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher | 1 | -2/+2 |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -1/+1 |
2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -22/+8 |
2021-07-16 | zonefs: remove redundant null bio check | Xianting Tian | 1 | -3/+0 |
2021-07-13 | zonefs: Convert to using invalidate_lock | Jan Kara | 2 | -22/+8 |
2021-06-29 | mm: move page dirtying prototypes from mm.h | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-06-29 | iomap: use __set_page_dirty_nobuffers | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-04-29 | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+1 |
2021-04-19 | fs: introduce a wrapper uuid_to_fsid() | Amir Goldstein | 1 | -4/+1 |
2021-03-17 | zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone() | Chao Yu | 1 | -4/+3 |
2021-03-16 | zonefs: Fix O_APPEND async write handling | Damien Le Moal | 1 | -10/+68 |
2021-03-16 | zonefs: prevent use of seq files as swap file | Damien Le Moal | 1 | -0/+16 |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig | 1 | -1/+1 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+5 |
2021-02-22 | Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -0/+116 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+6 |
2021-02-18 | zonefs: Fix file size of zones in full condition | Shin'ichiro Kawasaki | 1 | -0/+3 |
2021-02-16 | zonefs: add tracepoints for file operations | Johannes Thumshirn | 3 | -0/+113 |
2021-02-10 | zonefs: use zone write granularity as block size | Damien Le Moal | 1 | -5/+4 |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2021-01-27 | zonefs: use bio_alloc in zonefs_file_dio_append | Christoph Hellwig | 1 | -1/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -1/+2 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-23 | iomap: pass a flags argument to iomap_dio_rw | Christoph Hellwig | 1 | -2/+2 |
2021-01-04 | zonefs: select CONFIG_CRC32 | Arnd Bergmann | 1 | -0/+1 |
2020-12-10 | zonefs: fix page reference and BIO leak | Damien Le Moal | 1 | -6/+8 |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
2020-09-15 | zonefs: open/close zone on file open/close | Johannes Thumshirn | 2 | -4/+189 |
2020-09-15 | zonefs: provide no-lock zonefs_io_error variant | Johannes Thumshirn | 1 | -3/+8 |
2020-09-15 | zonefs: introduce helper for zone management | Johannes Thumshirn | 1 | -7/+22 |
2020-08-11 | zonefs: add zone-capacity support | Johannes Thumshirn | 2 | -4/+15 |
2020-08-06 | Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+5 |
2020-08-05 | iomap: fall back to buffered writes for invalidation failures | Christoph Hellwig | 1 | -2/+5 |
2020-07-20 | zonefs: count pages after truncating the iterator | Johannes Thumshirn | 1 | -4/+4 |
2020-07-20 | zonefs: Fix compilation warning | Damien Le Moal | 1 | -3/+7 |
2020-06-04 | Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -1/+1 |
2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -9/+73 |
2020-06-02 | iomap: convert from readpages to readahead | Matthew Wilcox (Oracle) | 1 | -4/+3 |
2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2020-05-12 | zonefs: use REQ_OP_ZONE_APPEND for sync DIO | Johannes Thumshirn | 1 | -8/+72 |
2020-04-27 | zonefs: Replace uuid_copy() with import_uuid() | Andy Shevchenko | 1 | -1/+1 |
2020-03-25 | zonfs: Fix handling of read-only zones | Damien Le Moal | 1 | -7/+21 |
2020-02-26 | zonefs: select FS_IOMAP | Johannes Thumshirn | 1 | -0/+1 |
2020-02-26 | zonefs: fix IOCB_NOWAIT handling | Christoph Hellwig | 1 | -4/+4 |
2020-02-07 | fs: New zonefs file system | Damien Le Moal | 4 | -0/+1641 |