summaryrefslogtreecommitdiff
path: root/fs/reiserfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28fs/reiserfs: atomically read inode sizeFabian Frederick1-1/+1
2016-12-06quota: constify struct path in quota_onAl Viro1-2/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-16reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith1-1/+11
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-05-25reiserfs: check kstrdup failureMikulas Patocka1-2/+7
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara1-0/+1
2016-01-22reiserfs: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-3/+5
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2015-06-26fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+1
2014-12-13reiserfs: destroy allocated commit workqueueJiri Slaby1-0/+3
2014-11-10reiserfs: Convert to private i_dquot fieldJan Kara1-0/+11
2014-09-17reiserfs: Don't use MAXQUOTAS valueJan Kara1-8/+8
2014-08-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+5
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara1-1/+5
2014-08-09fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-09fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick1-4/+3
2014-05-07reiserfs: cleanup, make hash detection sanerJeff Mahoney1-58/+47
2014-05-07reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-8/+8
2014-05-07reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-6/+6
2014-05-07reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-12/+12
2014-05-07reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-18/+12
2014-05-07reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-128/+238
2014-05-07reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-2/+2
2014-05-07reiserfs: use per-fs commit workqueuesJeff Mahoney1-6/+15
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-04fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-04fs/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/jac...Linus Torvalds1-36/+39
2013-08-09reiserfs: locking, release lock around quota operationsJeff Mahoney1-8/+14
2013-08-09reiserfs: locking, handle nested locks properlyJeff Mahoney1-3/+2
2013-08-09reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-25/+23
2013-08-05reiserfs: fix deadlock in umountAl Viro1-2/+1
2013-03-12reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-11-20reiserfs: Move quota calls out of write lockJan Kara1-4/+14
2012-11-20reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-20reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-20reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5