aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAge
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-08-13
|\
| * reiserfs: Fix use after free in journal teardownJan Kara2014-08-12
* | fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-08
* | fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick2014-08-08
|/
* reiserfs: cleanup, make hash detection sanerJeff Mahoney2014-05-07
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-06
* reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney2014-05-06
* reiserfs: use per-fs commit workqueuesJeff Mahoney2014-05-06
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick2014-04-03
* | fs/reiserfs: move prototype declaration to header fileRashika Kheria2014-04-03
|/
* kill reiserfs_bdevname()Al Viro2014-01-25
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-09-06
|\
| * reiserfs: locking, release lock around quota operationsJeff Mahoney2013-08-08
| * reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-08
| * reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-08
* | reiserfs: fix deadlock in umountAl Viro2013-08-05
|/
* reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-11
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* reiserfs: Move quota calls out of write lockJan Kara2012-11-19
* reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-19
* reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-19
* reiserfs: Fix lock ordering during remountJan Kara2012-11-19
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-22
* reiserfs: get rid of resierfs_sync_superArtem Bityutskiy2012-06-01
* reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy2012-06-01
* reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara2012-05-15
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-20
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-20
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-20
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-10
* reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-10
* reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-09
|\
| * reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-09
| * reiserfs: Fix quota mount option parsingJan Kara2012-01-09
* | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-06
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-06
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
|/
* reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-20
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-27
* Fix common misspellingsLucas De Marchi2011-03-31
* quota: Fix deadlock during path resolutionJan Kara2011-01-12