summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
* | reiserfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+0
|/
* reiserfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* reiserfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+1
|\
| * reiserfs: replace ll_rw_block()Zhang Yi2022-09-111-3/+1
* | fs/reiserfs: replace ternary operator with min() and min_t()Jiangshan Yi2022-08-191-5/+2
|/
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-251-0/+2
|\
| * reiserfs: Deprecate reiserfsJan Kara2022-03-021-0/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-061-6/+0
|\
| * fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2021-10-271-6/+0
* | reiserfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-3/+1
* | reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-3/+1
|/
* 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
|/