| Commit message (Expand) | Author | Age | Files | Lines |
* | iomap: add a private argument for iomap_file_buffered_write | Josef Bacik | 2024-09-03 | 1 | -1/+1 |
* | zonefs: enable support for large folios | Johannes Thumshirn | 2024-06-11 | 1 | -0/+1 |
* | zonefs: Use str_plural() to fix Coccinelle warning | Thorsten Blum | 2024-04-10 | 1 | -1/+1 |
* | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 2024-03-13 | 1 | -1/+1 |
* | Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2024-03-12 | 1 | -72/+95 |
|\ |
|
| * | zonefs: convert zonefs to use the new mount api | Bill O'Donnell | 2024-02-14 | 1 | -72/+95 |
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 2024-03-11 | 1 | -1/+1 |
|\ \ |
|
| * | | block: remove gfp_flags from blkdev_zone_mgmt | Johannes Thumshirn | 2024-02-12 | 1 | -1/+1 |
| * | | zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call | Johannes Thumshirn | 2024-02-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2024-03-11 | 1 | -1/+2 |
|\ \ |
|
| * | | iomap: pass the length of the dirty region to ->map_blocks | Christoph Hellwig | 2024-02-01 | 1 | -1/+2 |
| |/ |
|
* / | zonefs: Improve error handling | Damien Le Moal | 2024-02-16 | 2 | -43/+65 |
|/ |
|
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2024-01-12 | 1 | -2/+0 |
|\ |
|
| * | zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode | Al Viro | 2023-12-20 | 1 | -2/+0 |
* | | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 2023-12-11 | 1 | -1/+1 |
|/ |
|
* | zonefs: convert to new timestamp accessors | Jeff Layton | 2023-10-18 | 1 | -5/+5 |
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2023-08-28 | 1 | -1/+1 |
|\ |
|
| * | iomap: Add per-block dirty state tracking to improve performance | Ritesh Harjani (IBM) | 2023-07-25 | 1 | -1/+1 |
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2023-08-28 | 1 | -3/+5 |
|\ \ |
|
| * | | zonefs: convert to ctime accessor functions | Jeff Layton | 2023-07-24 | 1 | -3/+5 |
| |/ |
|
* / | zonefs: fix synchronous direct writes to sequential files | Damien Le Moal | 2023-08-10 | 3 | -118/+4 |
|/ |
|
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-06-28 | 1 | -3/+1 |
|\ |
|
| * | iomap: update ki_pos in iomap_file_buffered_write | Christoph Hellwig | 2023-06-10 | 1 | -3/+1 |
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 2023-06-26 | 1 | -1/+1 |
|\ \ |
|
| * | | zonefs: use __bio_add_page for adding single page to bio | Johannes Thumshirn | 2023-05-31 | 1 | -1/+1 |
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 2023-06-26 | 1 | -1/+39 |
|\| | |
|
| * | | zonefs: Provide a splice-read wrapper | David Howells | 2023-05-24 | 1 | -1/+39 |
| |/ |
|
* | | zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method | Christoph Hellwig | 2023-06-14 | 1 | -1/+1 |
* | | zonefs: use iomap for synchronous direct writes | Damien Le Moal | 2023-06-14 | 3 | -97/+120 |
|/ |
|
* | zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space | Damien Le Moal | 2023-03-30 | 1 | -2/+12 |
* | zonefs: Always invalidate last cached page on append write | Damien Le Moal | 2023-03-30 | 1 | -0/+14 |
* | zonefs: Fix error message in zonefs_file_dio_append() | Damien Le Moal | 2023-03-20 | 1 | -1/+1 |
* | zonefs: Prevent uninitialized symbol 'size' warning | Damien Le Moal | 2023-03-20 | 1 | -1/+1 |
* | Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2023-02-22 | 6 | -1243/+1656 |
|\ |
|
| * | zonefs: make kobj_type structure constant | Thomas Weißschuh | 2023-02-13 | 1 | -1/+1 |
| * | zonefs: Cache zone group directory inodes | Damien Le Moal | 2023-01-23 | 2 | -0/+49 |
| * | zonefs: Dynamically create file inodes when needed | Damien Le Moal | 2023-01-23 | 2 | -99/+257 |
| * | zonefs: Separate zone information from inode information | Damien Le Moal | 2023-01-23 | 4 | -304/+449 |
| * | zonefs: Reduce struct zonefs_inode_info size | Damien Le Moal | 2023-01-23 | 3 | -29/+42 |
| * | zonefs: Simplify IO error handling | Damien Le Moal | 2023-01-23 | 2 | -55/+64 |
| * | zonefs: Reorganize code | Damien Le Moal | 2023-01-23 | 4 | -916/+955 |
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-02-20 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | quota: port to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
| * | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+1 |
| * | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -4/+4 |
* | | zonefs: Detect append writes at invalid locations | Damien Le Moal | 2023-01-16 | 1 | -0/+22 |
|/ |
|
* | zonefs: Fix active zone accounting | Damien Le Moal | 2022-11-25 | 2 | -2/+15 |
* | zonefs: Fix race between modprobe and mount | Zhang Xiaoxu | 2022-11-22 | 1 | -6/+6 |
* | zonefs: Remove to_attr() helper function | Damien Le Moal | 2022-11-16 | 1 | -5/+0 |
* | zonefs: fix zone report size in __zonefs_io_error() | Damien Le Moal | 2022-11-16 | 1 | -10/+27 |