aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-5/+4
2014-05-06reiserfs: cleanup, remove unnecessary parensGravatar Jeff Mahoney 1-5/+5
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsGravatar Jeff Mahoney 1-24/+24
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyGravatar Jeff Mahoney 1-4/+4
2014-05-06reiserfs: cleanup, remove sb argument from journal_endGravatar Jeff Mahoney 1-15/+15
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endGravatar Jeff Mahoney 1-18/+15
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleGravatar Jeff Mahoney 1-429/+634
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesGravatar Jeff Mahoney 1-18/+18
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2013-08-08reiserfs: locking, release lock around quota operationsGravatar Jeff Mahoney 1-8/+11
2013-08-08reiserfs: locking, handle nested locks properlyGravatar Jeff Mahoney 1-41/+36
2013-08-08reiserfs: locking, push write lock out of xattr codeGravatar Jeff Mahoney 1-18/+20
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+9
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupGravatar Jeff Mahoney 1-2/+7
2013-05-21reiserfs: use ->invalidatepage() length argumentGravatar Lukas Czerner 1-2/+7
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-1/+2
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeGravatar Namjae Jeon 1-2/+2
2012-12-20reiserfs: drop vmtruncateGravatar Marco Stornelli 1-4/+11
2012-11-19reiserfs: Move quota calls out of write lockGravatar Jan Kara 1-3/+7
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingGravatar Hugh Dickins 1-1/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-13/+13
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-13/+13
2012-08-15reiserfs: fix deadlocks with quotasGravatar Jeff Mahoney 1-1/+1
2012-05-29->encode_fh() API changeGravatar Al Viro 1-18/+12
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-2/+2
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 1-1/+1