aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-179/+45
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 5-161/+35
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Gravatar Christoph Hellwig 1-10/+10
2014-01-25kill reiserfs_bdevname()Gravatar Al Viro 3-14/+6
2014-01-23remove extra definitions of U32_MAXGravatar Alex Elder 1-4/+0
2014-01-23conditionally define U32_MAXGravatar Alex Elder 1-0/+2
2013-09-24reiserfs: fix race with flush_used_journal_lists and flush_journal_listGravatar Jeff Mahoney 1-1/+4
2013-09-24reiserfs: remove useless flush_old_journal_listsGravatar Jeff Mahoney 1-62/+0
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 15-285/+324
2013-08-08reiserfs: locking, release lock around quota operationsGravatar Jeff Mahoney 4-23/+63
2013-08-08reiserfs: locking, handle nested locks properlyGravatar Jeff Mahoney 13-194/+201
2013-08-08reiserfs: locking, push write lock out of xattr codeGravatar Jeff Mahoney 4-78/+70
2013-08-05reiserfs: fix deadlock in umountGravatar Al Viro 2-82/+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-06-29reiserfs: switch reiserfs_readdir_dentry to inodeGravatar Al Viro 3-17/+15
2013-06-29reiserfs: is_privroot_deh() needs only directory inode, actuallyGravatar Al Viro 1-5/+4
2013-06-29[readdir] convert reiserfsGravatar Al Viro 3-23/+19
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupGravatar Jeff Mahoney 1-2/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsGravatar Jeff Mahoney 2-1/+16
2013-05-31reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryGravatar Jeff Mahoney 1-0/+2
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-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-0/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-05-07make blkdev_put() return voidGravatar Al Viro 1-13/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-94/+29
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()Gravatar David Howells 1-11/+18
2013-05-01proc: Add proc_mkdir_data()Gravatar David Howells 1-2/+1
2013-04-09reiserfs: use proc_remove_subtree()Gravatar Al Viro 1-21/+9
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Gravatar Al Viro 1-60/+1
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsGravatar Jan Kara 1-2/+2
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyGravatar Ionut-Gabriel Radu 1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeGravatar Namjae Jeon 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 3-3/+3
2012-12-20reiserfs: drop vmtruncateGravatar Marco Stornelli 3-6/+13
2012-11-19reiserfs: Move quota calls out of write lockGravatar Jan Kara 3-7/+25
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockGravatar Jan Kara 1-0/+4
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockGravatar Jan Kara 1-3/+8
2012-11-19reiserfs: Fix lock ordering during remountGravatar Jan Kara 1-7/+20
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingGravatar Hugh Dickins 1-1/+5
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-18/+32
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 2-16/+30
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrGravatar Eric W. Biederman 1-2/+2
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticGravatar Sachin Kamat 1-1/+1