summaryrefslogtreecommitdiff
path: root/fs/sysv/super.c
AgeCommit message (Expand)Author
2019-08-30fs: sysv: Initialize filesystem timestamp rangesDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-09sysv: bury the broken "quietly truncate the long filenames" logicsAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2013-09-29sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-09sysv: drop lock/unlock superMarco Stornelli
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2011-01-12switch sysvAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-08-11fs/sysv/super.c: add support for non-PDP11 v7 filesystemsLubomir Rintel
2010-08-11V7: Adjust sanity checks for some volumesLubomir Rintel
2010-08-11Add v7 aliasLubomir Rintel
2010-08-09sysv: do not mark superblock dirty on mountArtem Bityutskiy
2008-02-07iget: stop the SYSV filesystem from using iget() and read_inode()David Howells
2006-12-22[PATCH] fs/sysv/: proper prototypes for 2 functionsAdrian Bunk
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser
2004-09-21[PATCH] sysvfs endianness annotations and bugfixesAlexander Viro
2004-04-16[PATCH] remount: fs/sysv fixesAlexander Viro
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer
2002-11-18[PATCH] C99 initializer for fs/sysv/super.cArt Haas
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst
2002-10-07[PATCH] named initializers for fs/sysvArt Haas
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski
2002-04-19sysvfs: V7 uses 512 byte blocks, not 1Kb.Christoph Hellwig
2002-04-03Move sysvfs incore data from include/linux/sysv_fs.h to fs/sysv/sysv.h.Christoph Hellwig
2002-04-03Make sysvfs use sb->u.generic_sbp.Christoph Hellwig
2002-04-03Access sysvfs superblock fields through SYSV_SB() abstraction.Christoph Hellwig
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro
2002-02-06[PATCH] (5/6) more ->get_sb()Alexander Viro
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds
2002-02-04v2.5.0.11 -> v2.5.1Linus Torvalds
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds
2002-02-04v2.4.9.3 -> v2.4.9.4Linus Torvalds
2002-02-04v2.4.5.8 -> v2.4.5.9Linus Torvalds