aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-03reiserfs: propagate umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-3/+3
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-2/+2
2011-07-25reiserfs: cache negative ACLs for v1 stat formatGravatar Christoph Hellwig 1-0/+5
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+6
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+11
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-1/+1
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-13/+11
2010-08-18fix reiserfs_evict_inode end_writeback second callGravatar Sergey Senozhatsky 1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-54/+80
2010-08-09convert reiserfs to ->evict_inode()Gravatar Al Viro 1-3/+10
2010-08-09always call inode_change_ok early in ->setattrGravatar Christoph Hellwig 1-4/+4
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-45/+52
2010-08-09introduce __block_write_beginGravatar Christoph Hellwig 1-2/+1
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-1/+16
2010-08-09Fix reiserfs_file_release()Gravatar Al Viro 1-2/+0
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-8/+12
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-3/+3
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+5
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-2/+1