aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-24reiserfs: Remove unneed check in reiserfs_write_full_page()YueHaibing1-3/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-09-22reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-09-16reiserfs: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-5/+3
2020-05-29reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang1-1/+1
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney1-2/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara1-26/+1
2017-04-19reiserfs: Remove useless setting of i_flagsJan Kara1-4/+0
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-2/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-22/+22
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-07-23reiserfs: Handle error from dquot_initialize()Jan Kara1-2/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick1-1/+1
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2014-05-21reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+4
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-5/+5
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-24/+24
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-4/+4
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-15/+15
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-18/+15
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-429/+634
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-18/+18
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney1-8/+11
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-41/+36
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-18/+20
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+9
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney1-2/+7
2013-05-21reiserfs: use ->invalidatepage() length argumentLukas Czerner1-2/+7