summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney2013-05-311-2/+7
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
* reiserfs: drop vmtruncateMarco Stornelli2012-12-201-4/+11
* reiserfs: Move quota calls out of write lockJan Kara2012-11-191-3/+7
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-091-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-13/+13
|\
| * userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-13/+13
* | reiserfs: fix deadlocks with quotasJeff Mahoney2012-08-151-1/+1
|/
* ->encode_fh() API changeAl Viro2012-05-291-18/+12
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
OpenPOWER on IntegriCloud