summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c
AgeCommit message (Expand)AuthorLines
2015-02-17fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick-1/+1
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+5
2014-05-21reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney-1/+7
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro-2/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro-5/+4
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney-5/+5
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney-24/+24
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney-4/+4
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney-15/+15
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney-18/+15
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney-429/+634
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney-18/+18
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney-8/+11
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney-41/+36
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney-18/+20
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-3/+9
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney-2/+7
2013-05-21reiserfs: use ->invalidatepage() length argumentLukas Czerner-2/+7
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner-1/+2
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon-2/+2
2012-12-20reiserfs: drop vmtruncateMarco Stornelli-4/+11
2012-11-19reiserfs: Move quota calls out of write lockJan Kara-3/+7
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins-1/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-13/+13
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman-13/+13
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney-1/+1
2012-05-29->encode_fh() API changeAl Viro-18/+12
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-2/+2
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro-1/+1
2012-01-03reiserfs: propagate umode_tAl Viro-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi-2/+2
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig-0/+5
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig-0/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V-1/+6
2011-03-10block: remove per-queue pluggingJens Axboe-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+11
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig-13/+11
2010-08-18fix reiserfs_evict_inode end_writeback second callSergey Senozhatsky-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-54/+80