aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+1
2022-09-11reiserfs: replace ll_rw_block()Zhang Yi1-3/+1
2022-08-19fs/reiserfs: replace ternary operator with min() and min_t()Jiangshan Yi1-5/+2
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-02reiserfs: Deprecate reiserfsJan Kara1-0/+2
2021-11-06Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-6/+0
2021-10-27fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu1-6/+0
2021-10-18reiserfs: use sb_bdev_nr_blocksChristoph Hellwig1-3/+1
2021-10-18reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-3/+1
2021-07-16reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-04-12reiserfs: convert to fileattrMiklos Szeredi1-1/+1
2020-08-28reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara1-4/+4
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