aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-20kill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS in reiserfs_get_block()Frederic Weisbecker1-1/+1
2009-10-14kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0()Frederic Weisbecker1-9/+2
2009-09-14kill-the-bkl/reiserfs: fix recursive reiserfs write lock in reiserfs_commit_write()Frederic Weisbecker1-9/+2
2009-09-14kill-the-bkl/reiserfs: factorize the locking in reiserfs_write_end()Frederic Weisbecker1-10/+15
2009-09-14kill-the-bkl/reiserfs: lock only once on reiserfs_get_block()Frederic Weisbecker1-8/+11
2009-09-14kill-the-BKL/reiserfs: lock only once in reiserfs_truncate_fileFrederic Weisbecker1-3/+7
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-5/+18
2009-06-24switch reiserfs to inode->i_aclAl Viro1-4/+0
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-104/+99
2009-03-30reiserfs: rename p_s_inode to inodeJeff Mahoney1-21/+22
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-26/+26
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney1-1/+15
2009-03-30reiserfs: journaled xattrsJeff Mahoney1-2/+1
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-13/+1
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney1-3/+2
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-24/+21
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney1-2/+1
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-31/+29
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara1-5/+5
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+6
2009-01-05fix breakage in reiserfs_new_inode()Al Viro1-7/+6