summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-9/+9
* VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-4/+0
* reiserfs: Set flags on quota files directlyJan Kara2017-04-191-3/+54
* reiserfs: Protect dquot_writeback_dquots() by s_umount semaphoreJan Kara2017-04-051-0/+14
* reiserfs: Make cancel_old_flush() reliableJan Kara2017-04-051-6/+15
* fs/reiserfs: atomically read inode sizeFabian Frederick2017-02-271-1/+1
* quota: constify struct path in quota_onAl Viro2016-12-051-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2016-09-161-1/+11
|/
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* | reiserfs: check kstrdup failureMikulas Patocka2016-05-251-2/+7
|/
* quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+1
* reiserfs: fix dereference of ERR_PTRSudip Mukherjee2016-01-211-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-3/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-2/+1
|\
| * fs/reiserfs: remove unneeded castFiro Yang2015-06-251-2/+1
* | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-041-1/+1
|/
* 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
OpenPOWER on IntegriCloud