aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara1-1/+1
2019-12-16reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney1-0/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+3
2019-05-01reiserfs: convert to ->free_inode()Al Viro1-8/+2
2017-11-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-9/+9
2017-11-27reiserfs: remove unneeded i_version bumpJeff Layton1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-9/+9
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells1-4/+0
2017-04-19reiserfs: Set flags on quota files directlyJan Kara1-3/+54
2017-04-05reiserfs: Protect dquot_writeback_dquots() by s_umount semaphoreJan Kara1-0/+14
2017-04-05reiserfs: Make cancel_old_flush() reliableJan Kara1-6/+15
2017-02-27fs/reiserfs: atomically read inode sizeFabian Frederick1-1/+1
2016-12-05quota: constify struct path in quota_onAl Viro1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: 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-26Merge 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-21reiserfs: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2015-09-04fs: 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-25fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-12reiserfs: 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-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+5
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara1-1/+5
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick1-4/+3
2014-05-07reiserfs: cleanup, make hash detection sanerJeff Mahoney1-58/+47
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-8/+8
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-6/+6
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-12/+12
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-18/+12
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-128/+238
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-2/+2
2014-05-06reiserfs: use per-fs commit workqueuesJeff Mahoney1-6/+15
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/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