aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
2025-07-23fix the regression in ufs options parsingAl Viro1-1/+1
2025-05-14ufs: convert ufs to the new mount APIEric Sandeen1-143/+122
2025-05-14ufs: reject multiple conflicting -o ufstype=... on mountAl Viro1-11/+14
2025-05-14ufs: split ->s_mount_opt - don't mix flavour and on-errorAl Viro1-55/+40
2024-11-12ufs: ufs_sb_private_info: remove unused s_{2,3}apb fieldsAgathe Porte1-4/+0
2024-10-18ufs: get rid of ubh_{ubhcpymem,memcpyubh}()Al Viro1-27/+16
2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+7
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01ufs: switch to ->free_inode()Al Viro1-8/+2
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2018-01-29ufs: use new i_version APIJeff Layton1-1/+2
2018-01-15ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor1-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-15/+15
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-12/+12
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+9
2017-06-17ufs: fix the logics for tail relocationAl Viro1-0/+9
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-24/+40
2017-06-14ufs: fix s_size/s_dsize usersAl Viro1-11/+12
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro1-13/+28
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+18
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-04fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-07-06ufs: kill lock_ufs()Al Viro1-32/+2
2015-07-06ufs: don't use lock_ufs() for block pointers tree protectionAl Viro1-0/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+11
2015-06-17fs/ufs: restore s_lock mutex_init()Fabian Frederick1-0/+1
2015-06-16fs/ufs: restore s_lock mutexFabian Frederick1-0/+10
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick1-1/+3
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick1-1/+1
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick1-18/+18
2014-08-08fs/ufs: use pr_fmtFabian Frederick1-8/+7
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick1-133/+130
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick1-18/+10
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09ufs: drop lock/unlock superMarco Stornelli1-10/+11
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy1-10/+30
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy1-3/+0
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-4/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-02ufs: remove the BKLArnd Bergmann1-27/+37
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-08-09switch ufs to ->evict_inode()Al Viro1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-109/+1
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart1-0/+2
2010-05-24ufs: Remove dead quota codeJan Kara1-126/+0
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+5
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-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+12
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff1-0/+3
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2009-12-16ufs: NFS supportAlexey Dobriyan1-0/+52
2009-06-11ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+10
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-1/+10
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+6
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-04-02fs/ufs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin1-0/+11
2009-03-22Update my email addressGertjan van Wingerde1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-2/+2
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds1-1/+1
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-24UFS: add const to parser token tableSteven Whitehouse1-1/+1
2008-02-08drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger1-1/+1
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov1-2/+4
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells1-5/+9
2007-12-05ufs: fix nexstep dir block sizeEvgeniy Dushistov1-2/+2
2007-10-30revert "ufs: Fix mount check in ufs_fill_super()"Andrew Morton1-8/+7
2007-10-17ufs: Fix mount check in ufs_fill_super()Satyam Sharma1-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig1-0/+1
2007-10-17ufs: implement show_optionsEvgeniy Dushistov1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue1-7/+34
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-09-25ufs: fix sun stateEvgeniy Dushistov1-3/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-16is_power_of_2: ufs/super.cvignesh babu1-2/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov1-13/+23
2007-02-12[PATCH] ufs2 write: mount as rwEvgeniy Dushistov1-5/+4
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov1-1/+4
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+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-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov1-37/+103
2006-06-25[PATCH] ufs: one way to access super blockEvgeniy Dushistov1-113/+104
2006-06-25[PATCH] ufs: printk warning fixesAndrew Morton1-3/+3
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov1-60/+54
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov1-4/+4
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-24typo patch for fs/ufs/super.cMichael Owen1-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov1-4/+6
2006-01-14[PATCH] ufs cleanupEvgeniy1-30/+27
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2006-01-08[PATCH] UFS: inode->i_sem is not released in error pathEvgeniy Polyakov1-1/+3
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-6/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1347