summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* reiserfs: destroy allocated commit workqueueJiri Slaby2014-12-121-0/+3
* reiserfs: Convert to private i_dquot fieldJan Kara2014-11-101-0/+11
* reiserfs: Don't use MAXQUOTAS valueJan Kara2014-09-171-8/+8
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-08-131-1/+5
|\
| * reiserfs: Fix use after free in journal teardownJan Kara2014-08-121-1/+5
* | fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* | fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick2014-08-081-4/+3
|/
* reiserfs: cleanup, make hash detection sanerJeff Mahoney2014-05-071-58/+47
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-061-8/+8
* reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-061-6/+6
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-061-12/+12
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-061-18/+12
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-128/+238
* reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney2014-05-061-2/+2
* reiserfs: use per-fs commit workqueuesJeff Mahoney2014-05-061-6/+15
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick2014-04-031-1/+1
* | fs/reiserfs: move prototype declaration to header fileRashika Kheria2014-04-031-1/+0
|/
* kill reiserfs_bdevname()Al Viro2014-01-251-4/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-09-061-36/+39
|\
| * reiserfs: locking, release lock around quota operationsJeff Mahoney2013-08-081-8/+14
| * reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-081-3/+2
| * reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-081-25/+23
* | reiserfs: fix deadlock in umountAl Viro2013-08-051-2/+1
|/
* reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-111-3/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* reiserfs: Move quota calls out of write lockJan Kara2012-11-191-4/+14
* reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-191-0/+4
* reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-191-3/+8
* reiserfs: Fix lock ordering during remountJan Kara2012-11-191-7/+20
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+5
* reiserfs: get rid of resierfs_sync_superArtem Bityutskiy2012-06-011-9/+45
* reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy2012-06-011-10/+10
* reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara2012-05-151-5/+1
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-201-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-201-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-201-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-101-15/+13
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-101-10/+11
* reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-101-19/+24
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-11/+16
|\
| * reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-091-10/+14
| * reiserfs: Fix quota mount option parsingJan Kara2012-01-091-1/+2
* | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-061-10/+106
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-201-0/+1