aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2012-12-20reiserfs: drop vmtruncateMarco Stornelli1-4/+11
2012-11-19reiserfs: Move quota calls out of write lockJan Kara1-3/+7
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-1/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-13/+13
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman1-13/+13
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney1-1/+1
2012-05-29->encode_fh() API changeAl Viro1-18/+12
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-2/+2
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2012-01-03reiserfs: propagate umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig1-0/+5
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+6
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-13/+11
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-13/+11
2010-08-18fix reiserfs_evict_inode end_writeback second callSergey Senozhatsky1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-54/+80
2010-08-09convert reiserfs to ->evict_inode()Al Viro1-3/+10
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+4
2010-08-09remove inode_setattrChristoph Hellwig1-45/+52
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-08-09Fix reiserfs_file_release()Al Viro1-2/+0
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-8/+12
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-3/+3
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+5
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-2/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-5/+5
2010-02-14reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker1-0/+2
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-4/+15
2010-01-05reiserfs: Relax the lock before truncating pagesFrederic Weisbecker1-1/+10
2010-01-05reiserfs: Fix recursive lock on lchownFrederic Weisbecker1-3/+5
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-2/+3
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-14reiserfs: Fix reiserfs lock and journal lock inversion dependencyFrederic Weisbecker1-2/+3