aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+5
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara1-1/+5
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick1-4/+3
2014-05-07reiserfs: cleanup, make hash detection sanerJeff Mahoney1-58/+47
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-8/+8
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-6/+6
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-12/+12
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-18/+12
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-128/+238
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-2/+2
2014-05-06reiserfs: use per-fs commit workqueuesJeff Mahoney1-6/+15
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/reiserfs: move prototype declaration to header fileRashika Kheria1-1/+0
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25kill reiserfs_bdevname()Al Viro1-4/+4
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-36/+39
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney1-8/+14
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-3/+2
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-25/+23
2013-08-05reiserfs: fix deadlock in umountAl Viro1-2/+1
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-11-19reiserfs: Move quota calls out of write lockJan Kara1-4/+14
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-19reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy1-9/+45
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy1-10/+10
2012-05-15reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara1-5/+1
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-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker1-10/+11
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker1-19/+24
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-11/+16
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara1-10/+106
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-07-20reiserfs: make reiserfs default to barrier=flushChristoph Hellwig1-0/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-11/+6