| Commit message (Expand) | Author | Age | Files | Lines |
* | reiserfs: Convert to release_folio | Matthew Wilcox (Oracle) | 2022-05-10 | 1 | -10/+10 |
* | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -6/+6 |
* | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+1 |
* | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+1 |
* | Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-26 | 1 | -11/+5 |
|\ |
|
| * | reiserfs: get rid of AOP_FLAG_CONT_EXPAND flag | Edward Shishkin | 2022-02-22 | 1 | -11/+5 |
* | | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -7/+7 |
* | | reiserfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -13/+13 |
|/ |
|
* | reiserfs: Remove unneed check in reiserfs_write_full_page() | YueHaibing | 2021-05-24 | 1 | -3/+1 |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+2 |
* | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
* | reiserfs: Initialize inode keys properly | Jan Kara | 2020-09-22 | 1 | -5/+1 |
* | reiserfs: only call unlock_new_inode() if I_NEW | Eric Biggers | 2020-09-16 | 1 | -1/+2 |
* | Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2020-06-04 | 1 | -1/+1 |
|\ |
|
| * | reiserfs: Replace kmalloc with kcalloc in the comment | Liao Pingfang | 2020-05-29 | 1 | -1/+1 |
* | | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 2020-06-02 | 1 | -5/+3 |
|/ |
|
* | reiserfs: fix extended attributes on the root directory | Jeff Mahoney | 2019-10-31 | 1 | -2/+10 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+2 |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -1/+1 |
* | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -1/+1 |
* | reiserfs: Remove i_attrs_to_sd_attrs() | Jan Kara | 2017-04-19 | 1 | -26/+1 |
* | reiserfs: Remove useless setting of i_flags | Jan Kara | 2017-04-19 | 1 | -4/+0 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-02-28 | 1 | -1/+1 |
* | mm: only include blk_types in swap.h if CONFIG_SWAP is enabled | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -1/+1 |
|\ |
|
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 1 | -1/+1 |
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
|/ |
|
* | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -2/+2 |
* | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-02 | 1 | -4/+3 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -22/+22 |
* | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-09 | 1 | -0/+1 |
* | reiserfs: Handle error from dquot_initialize() | Jan Kara | 2015-07-23 | 1 | -2/+5 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-12 | 1 | -2/+2 |
* | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-12 | 1 | -1/+1 |
* | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 2015-04-12 | 1 | -1/+1 |
* | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-26 | 1 | -1/+1 |
* | fs/reiserfs/inode.c: replace 0 by NULL for pointers | Fabian Frederick | 2015-02-17 | 1 | -1/+1 |
* | fs/reiserfs: use linux/uaccess.h | Fabian Frederick | 2014-08-09 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -5/+5 |
|\ |
|
| * | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 2014-05-06 | 1 | -1/+2 |
| * | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -5/+4 |
* | | reiserfs: call truncate_setsize under tailpack mutex | Jeff Mahoney | 2014-05-21 | 1 | -1/+7 |
* | | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 1 | -5/+5 |
* | | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 1 | -24/+24 |
* | | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 1 | -4/+4 |
* | | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -15/+15 |
* | | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -18/+15 |
* | | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 1 | -429/+634 |