summaryrefslogtreecommitdiff
path: root/fs/bfs/file.c
AgeCommit message (Expand)Author
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2012-12-20bfs: drop vmtruncateMarco Stornelli
2011-03-10block: remove per-queue pluggingJens Axboe
2010-08-09BFS: clean up the superblock usageArtem Bityutskiy
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2008-07-26bfs: kill BKLDmitri Vorobiev
2007-11-14Fixes to the BFS filesystem driverDmitri Vorobiev
2007-10-16bfs: convert to new aopsNick Piggin
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill
2002-12-14[PATCH] remove PF_SYNCAndrew Morton
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton
2002-09-29[PATCH] C99 designated initializer for fs/bfsArt Haas
2002-07-27VFS: implement sendfile file operationChristoph Hellwig
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig
2002-05-20[PATCH] bfs header move around + warning fixChristoph Hellwig
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig
2002-04-14[PATCH] Seperates bfs_sb_info from struct super_block.Dave Jones
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds
2002-02-04v2.5.0.11 -> v2.5.1Linus Torvalds
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds
2002-02-04Import changesetLinus Torvalds