summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-5/+5
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+2
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-5/+4
* | reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney2014-05-211-1/+7
* | reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-061-5/+5
* | reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-061-24/+24
* | reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-061-4/+4
* | reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-061-15/+15
* | reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-061-18/+15
* | reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-429/+634
* | reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney2014-05-061-18/+18
|/
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* reiserfs: locking, release lock around quota operationsJeff Mahoney2013-08-081-8/+11
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-081-41/+36
* reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-081-18/+20
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-3/+9
|\
| * reiserfs: use ->invalidatepage() length argumentLukas Czerner2013-05-211-2/+7
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+2