summaryrefslogtreecommitdiff
path: root/fs/reiserfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: rework priv inode handlingChristian Brauner2023-03-061-4/+2
* quota: port to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-5/+5
* fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\
| * fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
* | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-011-2/+2
|\ \
| * | attr: port attribute changes to new typesChristian Brauner2022-06-261-2/+2
| * | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
| |/
* | fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang2022-07-261-10/+2
|/
* fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* reiserfs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-10/+10
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-6/+6
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-251-11/+5
|\
| * reiserfs: get rid of AOP_FLAG_CONT_EXPAND flagEdward Shishkin2022-02-221-11/+5
* | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-7/+7
* | reiserfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-13/+13
|/
* reiserfs: Remove unneed check in reiserfs_write_full_page()YueHaibing2021-05-241-3/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* reiserfs: Initialize inode keys properlyJan Kara2020-09-221-5/+1
* reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-09-161-1/+2
* Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-06-041-1/+1
|\
| * reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang2020-05-291-1/+1
* | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-5/+3
|/
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-10-311-2/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara2017-04-191-26/+1
* reiserfs: Remove useless setting of i_flagsJan Kara2017-04-191-4/+0
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-22/+22
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* reiserfs: Handle error from dquot_initialize()Jan Kara2015-07-231-2/+5
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick2015-02-171-1/+1
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-081-1/+1