summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai2021-07-161-0/+8
* reiserfs: convert to fileattrMiklos Szeredi2021-04-121-1/+1
* reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-08-281-4/+4
* reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara2019-12-161-1/+1
* reiserfs: Fix memory leak of journal device stringJan Kara2019-12-161-0/+2
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-10-311-0/+2
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+3
* reiserfs: convert to ->free_inode()Al Viro2019-05-011-8/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-301-1/+0
|\
| * reiserfs: remove unneeded i_version bumpJeff Layton2017-11-271-1/+0
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-9/+9
|/
* 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
|\