Age | Commit message (Expand) | Author | Files | Lines |
2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -32/+31 |
2024-08-30 | fs: drop GFP_NOFAIL mode from alloc_page_buffers | Michal Hocko | 1 | -4/+1 |
2024-08-30 | fs: use LIST_HEAD() to simplify code | Hongbo Li | 1 | -2/+1 |
2024-08-07 | buffer: Convert __block_write_begin() to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+2 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -14/+14 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -5/+4 |
2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+2 |
2024-08-07 | buffer: Use a folio in generic_write_end() | Matthew Wilcox (Oracle) | 1 | -3/+4 |
2024-08-07 | fs: Convert block_write_begin() to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+10 |
2024-07-18 | Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2024-07-08 | ext4: sanity check for NULL pointer after ext4_force_shutdown | Wojciech Gładysz | 1 | -0/+2 |
2024-05-31 | buffer: Remove calls to set and clear the folio error flag | Matthew Wilcox (Oracle) | 1 | -6/+1 |
2024-05-21 | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -13/+13 |
2024-05-05 | buffer: improve bdev_getblk documentation | Matthew Wilcox (Oracle) | 1 | -0/+5 |
2024-05-05 | buffer: add kernel-doc for bforget() and __bforget() | Matthew Wilcox (Oracle) | 1 | -3/+6 |
2024-05-05 | buffer: add kernel-doc for brelse() and __brelse() | Matthew Wilcox (Oracle) | 1 | -9/+8 |
2024-05-05 | buffer: fix __bread and __bread_gfp kernel-doc | Matthew Wilcox (Oracle) | 1 | -13/+22 |
2024-05-05 | buffer: add kernel-doc for try_to_free_buffers() | Matthew Wilcox (Oracle) | 1 | -20/+24 |
2024-05-05 | buffer: add kernel-doc for block_dirty_folio() | Matthew Wilcox (Oracle) | 1 | -24/+31 |
2024-05-03 | fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mapping | Al Viro | 1 | -8/+8 |
2024-05-03 | grow_dev_folio(): we only want ->bd_inode->i_mapping there | Al Viro | 1 | -4/+4 |
2024-05-03 | use ->bd_mapping instead of ->bd_inode->i_mapping | Al Viro | 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 | -4/+8 |
2024-02-27 | vfs: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
2024-02-06 | block, fs: Restore the per-bio/request data lifetime fields | Bart Van Assche | 1 | -4/+8 |
2024-01-22 | buffer: Use KMEM_CACHE instead of kmem_cache_create() | Kunwu Chan | 1 | -6/+2 |
2024-01-22 | fs: Wrong function name in comment | Andreas Gruenbacher | 1 | -1/+1 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -98/+77 |
2024-01-05 | buffer: fix unintended successful return | Matthew Wilcox (Oracle) | 1 | -5/+12 |
2023-12-29 | fs: remove the bh_end_io argument from __block_write_full_folio | Matthew Wilcox (Oracle) | 1 | -12/+10 |
2023-12-29 | fs: convert block_write_full_page to block_write_full_folio | Matthew Wilcox (Oracle) | 1 | -9/+7 |
2023-12-29 | buffer: fix more functions for block size > PAGE_SIZE | Matthew Wilcox (Oracle) | 1 | -21/+6 |
2023-12-29 | buffer: handle large folios in __block_write_begin_int() | Matthew Wilcox (Oracle) | 1 | -10/+7 |
2023-12-29 | buffer: fix various functions for block size > PAGE_SIZE | Matthew Wilcox (Oracle) | 1 | -5/+5 |
2023-12-29 | buffer: cast block to loff_t before shifting it | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-12-29 | buffer: fix grow_buffers() for block size > PAGE_SIZE | Matthew Wilcox (Oracle) | 1 | -11/+6 |
2023-12-29 | buffer: calculate block number inside folio_init_buffers() | Matthew Wilcox (Oracle) | 1 | -7/+6 |
2023-12-29 | buffer: return bool from grow_dev_folio() | Matthew Wilcox (Oracle) | 1 | -25/+25 |
2023-11-21 | fs: Rename mapping private members | Matthew Wilcox (Oracle) | 1 | -54/+54 |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+2 |
2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 1 | -10/+3 |
2023-10-25 | buffer: make folio_create_empty_buffers() return a buffer_head | Matthew Wilcox (Oracle) | 1 | -11/+13 |
2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 1 | -2/+2 |
2023-10-18 | buffer: use folio_end_read() | Matthew Wilcox (Oracle) | 1 | -12/+4 |
2023-10-04 | buffer: remove __getblk_gfp() | Matthew Wilcox (Oracle) | 1 | -25/+11 |
2023-10-04 | buffer: use bdev_getblk() to avoid memory reclaim in readahead path | Matthew Wilcox (Oracle) | 1 | -1/+3 |
2023-10-04 | buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp() | Matthew Wilcox (Oracle) | 1 | -21/+40 |
2023-10-04 | buffer: pass GFP flags to folio_alloc_buffers() | Matthew Wilcox (Oracle) | 1 | -8/+9 |
2023-09-25 | iomap: add a workaround for racy i_size updates on block devices | Christoph Hellwig | 1 | -1/+10 |
2023-09-12 | iomap: handle error conditions more gracefully in iomap_to_bh | Christoph Hellwig | 1 | -11/+14 |