aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-02-27reiserfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+0
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-10-18reiserfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-24reiserfs: convert to ctime accessor functionsJeff Layton1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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...Linus 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...Linus 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/jac...Linus 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/vir...Linus 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/vir...Linus 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/jac...Linus 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/t...Linus 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
2014-01-25kill reiserfs_bdevname()Al Viro1-4/+4
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-36/+39
2013-08-08reiserfs: locking, release lock around quota operationsJeff Mahoney1-8/+14
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-3/+2
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-25/+23
2013-08-05reiserfs: fix deadlock in umountAl Viro1-2/+1
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-11-19reiserfs: Move quota calls out of write lockJan Kara1-4/+14
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-19reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy1-9/+45
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy1-10/+10
2012-05-15reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara1-5/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker1-10/+11
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker1-19/+24
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-11/+16
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara1-10/+106
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-07-20reiserfs: make reiserfs default to barrier=flushChristoph Hellwig1-0/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-11/+6
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-09convert reiserfs to ->evict_inode()Al Viro1-7/+1
2010-08-09Fix reiserfs_file_release()Al Viro1-0/+2
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeJan Kara1-2/+10
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+4
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+8
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-6/+4
2010-03-30reiserfs: Fix locking BUG during mount failureJeff Mahoney1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+1
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-2/+0
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan1-4/+0
2009-12-09Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+39
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-09-14kill-the-BKL/reiserfs: only acquire the write lock once in reiserfs_dirty_inodeFrederic Weisbecker1-6/+9
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-7/+30
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-24switch reiserfs to inode->i_aclAl Viro1-24/+0
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro1-6/+6
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+3
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig1-12/+9
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-0/+1
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney1-2/+0
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro1-2/+4
2009-04-02fs/reiserfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-148/+155
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-5/+5
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney1-7/+0
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-4/+0
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-8/+7
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-120/+137
2009-03-30reiserfs: make some warnings informationalJeff Mahoney1-8/+6
2009-03-30reiserfs: add support for mount count incrementingJeff Mahoney1-1/+5
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara1-1/+1
2009-03-26reiserfs: Remove unnecessary quota functionsJan Kara1-56/+2
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
2009-01-05reiserfs: Add default allocation routines for quota structuresJan Kara1-0/+2
2009-01-05reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled().Jan Kara1-5/+3
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-9/+9
2008-08-12reiserfs: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-7/+9
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara1-23/+60
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara1-5/+5
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara1-9/+21
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara1-1/+3
2008-04-28reiserfs: unpack tails on quota filesJan Kara1-5/+12
2008-04-28reiserfs: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara1-5/+8
2008-04-28quota: various style cleanupsJan Kara1-1/+1
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-4/+4
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-3/+3
2008-02-08mount options: fix reiserfsMiklos Szeredi1-12/+26
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22reiserfs: new export opsChristoph Hellwig1-2/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19reiserfs: ignore on disk s_bmap_nr valueJeff Mahoney1-0/+15
2007-10-17reiserfs: workaround for dead loop in finish_unfinishedLepton Wu1-3/+15
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-09-11quota: fix infinite loopJan Kara1-2/+11
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-6/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan1-2/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-03[PATCH] reiserfs: reset errval after initializing bitmap cacheJeff Mahoney1-0/+1
2006-10-11[PATCH] ReiserFS: Make sure all dentries refs are released before calling kil...David Howells1-11/+20
2006-10-01[PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney1-30/+9
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney1-113/+1
2006-10-01[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf...Jeff Mahoney1-0/+2
2006-09-29[PATCH] reiserfs: ifdef ACL stuff from inodeAlexey Dobriyan1-0/+6
2006-09-27[PATCH] reiserfs: warn about the useless nolargeio optionAdrian Bunk1-19/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-3/+1
2006-07-03[PATCH] lockdep: annotate the quota codeArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-4/+4