summaryrefslogtreecommitdiffstats
path: root/fs/bfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* bfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-041-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* bfs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* BFS: clean up the superblock usageArtem Bityutskiy2010-08-091-3/+0
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+11
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* bfs: kill BKLDmitri Vorobiev2008-07-261-2/+2
* Fixes to the BFS filesystem driverDmitri Vorobiev2007-11-141-21/+41
* bfs: convert to new aopsNick Piggin2007-10-161-4/+8
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill2005-09-091-10/+13
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+162