summaryrefslogtreecommitdiff
path: root/fs/reiserfs/inode.c
AgeCommit message (Expand)Author
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-02-14reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-01-05reiserfs: Relax the lock before truncating pagesFrederic Weisbecker
2010-01-05reiserfs: Fix recursive lock on lchownFrederic Weisbecker
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara
2009-12-14reiserfs: Fix reiserfs lock and journal lock inversion dependencyFrederic Weisbecker
2009-11-20kill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS in reiserfs_get_block()Frederic Weisbecker
2009-10-14kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0()Frederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: fix recursive reiserfs write lock in reiserfs_commit_w...Frederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: factorize the locking in reiserfs_write_end()Frederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: lock only once on reiserfs_get_block()Frederic Weisbecker
2009-09-14kill-the-BKL/reiserfs: lock only once in reiserfs_truncate_fileFrederic Weisbecker
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker
2009-06-24switch reiserfs to inode->i_aclAl Viro
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds
2009-03-30reiserfs: rename p_s_inode to inodeJeff Mahoney
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney
2009-03-30reiserfs: journaled xattrsJeff Mahoney
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-01-05fix breakage in reiserfs_new_inode()Al Viro
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-12-31nfsd race fixes: reiserfsAl Viro
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-08-04fs: rename buffer trylockNick Piggin
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2007-10-22reiserfs: new export opsChristoph Hellwig
2007-10-19reiserfs: fix usage of signed ints for block numbersJeff Mahoney
2007-10-18reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattrJeff Layton
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk
2007-10-16reiserfs: use generic_cont_expand_simpleVladimir Saveliev
2007-10-16reiserfs: convert to new aopsVladimir Saveliev