aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-15reiserfs: fix deadlocks with quotasGravatar Jeff Mahoney 2-3/+1
2012-07-23don't expose I_NEW inodes via dentry->d_inodeGravatar Al Viro 1-4/+4
2012-07-22quota: Move quota syncing to ->sync_fs methodGravatar Jan Kara 1-0/+5
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 2-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-1/+1
2012-06-01reiserfs: get rid of resierfs_sync_superGravatar Artem Bityutskiy 3-11/+55
2012-06-01reiserfs: mark the superblock as dirty a bit laterGravatar Artem Bityutskiy 1-2/+1
2012-06-01reiserfs: remove useless superblock dirtyingGravatar Artem Bityutskiy 1-1/+0
2012-06-01reiserfs: clean-up function return typeGravatar Artem Bityutskiy 2-6/+4
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitGravatar Artem Bityutskiy 1-10/+10
2012-05-29->encode_fh() API changeGravatar Al Viro 2-20/+14
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-2/+2
2012-05-15reiserfs: Remove i_mutex use from reiserfs_quota_write()Gravatar Jan Kara 1-5/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 29-51/+3164
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 2-4/+4
2012-03-20kill reiserfs_fs_{i,sb}.hGravatar Al Viro 1-2/+597
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 28-28/+2354
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hGravatar Al Viro 5-6/+0
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 7-6/+82
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 10-9/+133
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-03-20reiserfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-4/+4
2012-02-03Merge branch 'master' into for-nextGravatar Jiri Kosina 3-79/+69
2012-02-03reiserfs: fix printk typo in lbalance.cGravatar Masanari Iida 1-1/+1
2012-01-10reiserfs: don't lock root inode searchingGravatar Frederic Weisbecker 1-15/+13
2012-01-10reiserfs: don't lock journal_init()Gravatar Frederic Weisbecker 2-43/+31
2012-01-10reiserfs: delay reiserfs lock until journal initializationGravatar Frederic Weisbecker 2-22/+24
2012-01-10reiserfs: delete comments referring to the BKLGravatar Davidlohr Bueso 1-7/+4
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-11/+16
2012-01-09reiserfs: Force inode evictions before umount to avoid crashGravatar Jeff Mahoney 1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingGravatar Jan Kara 1-1/+2
2012-01-06reiserfs: Properly display mount options in /proc/mountsGravatar Jan Kara 2-10/+197