aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Gravatar Zeng Jingxiang 1-10/+2
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-2/+2
2022-06-26attr: port attribute changes to new typesGravatar Christian Brauner 1-2/+2
2022-06-26quota: port quota helpers mount idsGravatar Christian Brauner 1-2/+2
2022-05-09fs: Change try_to_free_buffers() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09reiserfs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-10/+10
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-6/+6
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+5
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-7/+7
2022-03-15reiserfs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-13/+13
2022-02-22reiserfs: get rid of AOP_FLAG_CONT_EXPAND flagGravatar Edward Shishkin 1-11/+5
2021-05-24reiserfs: Remove unneed check in reiserfs_write_full_page()Gravatar YueHaibing 1-3/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-09-22reiserfs: Initialize inode keys properlyGravatar Jan Kara 1-5/+1
2020-09-16reiserfs: only call unlock_new_inode() if I_NEWGravatar Eric Biggers 1-1/+2
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-5/+3
2020-05-29reiserfs: Replace kmalloc with kcalloc in the commentGravatar Liao Pingfang 1-1/+1
2019-10-31reiserfs: fix extended attributes on the root directoryGravatar Jeff Mahoney 1-2/+10
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Gravatar Jan Kara 1-26/+1
2017-04-19reiserfs: Remove useless setting of i_flagsGravatar Jan Kara 1-4/+0
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledGravatar Christoph Hellwig 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-2/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-22/+22
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-07-23reiserfs: Handle error from dquot_initialize()Gravatar Jan Kara 1-2/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersGravatar Fabian Frederick 1-1/+1
2014-08-08fs/reiserfs: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2014-05-21reiserfs: call truncate_setsize under tailpack mutexGravatar Jeff Mahoney 1-1/+7
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-2/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+2