Age | Commit message (Expand) | Author | Files | Lines |
2023-07-31 | fs: omfs: Use flexible-array member in struct omfs_extent | Gustavo A. R. Silva | 1 | -6/+6 |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2022-12-12 | omfs: remove ->writepage | Christoph Hellwig | 1 | -6/+1 |
2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+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 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -4/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209 | Thomas Gleixner | 1 | -1/+1 |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
2015-04-12 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
2014-05-07 | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 1 | -2/+2 |
2014-05-07 | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 1 | -2/+2 |
2013-09-13 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -1/+1 |
2012-12-20 | omfs: drop vmtruncate | Marco Stornelli | 1 | -7/+15 |
2012-10-05 | omfs: convert to use beXX_add_cpu() | Wei Yongjun | 1 | -3/+2 |
2011-06-24 | Remove unneeded version.h includes from fs/ | Jesper Juhl | 1 | -1/+0 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco... | Linus Torvalds | 1 | -5/+5 |
2010-08-10 | remove inode_setattr | Christoph Hellwig | 1 | -1/+11 |
2010-08-10 | add missing setattr methods | Christoph Hellwig | 1 | -0/+12 |
2010-08-10 | get rid of block_write_begin_newtrunc | Christoph Hellwig | 1 | -3/+11 |
2010-08-08 | omfs: fix uninitialized variable warning | Bill Pemberton | 1 | -1/+1 |
2010-07-10 | omfs: check bounds on block numbers before passing to sb_bread | Bob Copeland | 1 | -4/+4 |
2010-05-28 | rename the generic fsync implementations | Christoph Hellwig | 1 | -1/+1 |
2009-10-02 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -1/+1 |
2009-09-22 | const: mark remaining inode_operations as const | Alexey Dobriyan | 1 | -1/+1 |
2009-09-22 | const: mark remaining address_space_operations const | Alexey Dobriyan | 1 | -1/+1 |
2009-06-12 | switch omfs to simple_fsync() | Al Viro | 1 | -16/+1 |
2008-08-15 | omfs: fix oops when file metadata is corrupted | Bob Copeland | 1 | -7/+26 |
2008-07-30 | omfs: sparse annotations | Harvey Harrison | 1 | -3/+3 |
2008-07-26 | omfs: add file routines | Bob Copeland | 1 | -0/+346 |