aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/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-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2024-03-05ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-18ext2: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-13ext2: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-13ext2: Drop fragment supportJan Kara1-19/+4
2023-03-06ext2: Check block size validity during mountJan Kara1-0/+7
2022-11-28fs/ext2: Fix code indentationRong Tao1-1/+1
2022-09-26ext2: Use kvmalloc() for group descriptor arrayJan Kara1-3/+3
2022-09-26ext2: Add sanity checks for group and filesystem sizeJan Kara1-2/+14
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+4
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+2
2022-08-02ext2: remove nobh supportChristoph Hellwig1-4/+2
2022-07-26ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-3/+4
2022-07-14fs/ext2: replace ternary operator with min_t()Jiangshan Yi1-4/+2
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-02-25ext2: correct max file size computingZhang Yi1-1/+5
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-1/+1
2021-12-04ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig1-7/+5
2021-12-04dax: remove dax_capableChristoph Hellwig1-2/+4
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-07-13ext2: Convert to using invalidate_lockJan Kara1-3/+0
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein1-4/+1
2021-03-19fs/ext2/: fix misspellings using codespell toolLiu xuzhi1-1/+1
2020-11-03ext2: Remove unnecessary blankXianting Tian1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-09ext2: remove nocheck optionChengguang Xu1-9/+1
2020-01-06ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2019-12-16ext2: set proper errno in error case of ext2_fill_super()Chengguang Xu1-0/+1
2019-11-19ext2: code cleanup for descriptor_loc()Chengguang Xu1-4/+1
2019-11-06ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu1-7/+1
2019-09-21Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+1
2019-09-04ext2: Delete an unnecessary check before brelse()Markus Elfring1-2/+1
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-9/+8
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-20ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu1-9/+8
2019-05-01ext2: switch to ->free_inode()Al Viro1-8/+2
2019-01-31ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2019-01-22ext2: Remove redundant check on s_inode_sizeLiu Xiang1-2/+0
2019-01-22ext2: set proper return codeChengguang Xu1-0/+3
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+5
2018-11-27ext2: initialize opts.s_mount_opt as zero before using itxingaopeng1-0/+1
2018-11-14ext2: remove redundant condition checkChengguang Xu1-6/+4
2018-11-08ext2: avoid unnecessary operation in ext2_error()Chengguang Xu1-1/+1
2018-09-24ext2: remove redundant building macro checkChengguang Xu1-4/+1
2018-06-27ext2: use ktime_get_real_seconds for timestampsArnd Bergmann1-3/+4
2018-06-20ext2: add warning when specifying nocheck optionChengguang Xu1-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-2/+1
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-1/+1
2018-03-02ext2: change return code to -ENOMEM when failing memory allocationChengguang Xu1-2/+2
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+7
2018-01-29ext2: convert to new i_version APIJeff Layton1-2/+3
2018-01-19ext2: auto disable dax instead of failing mountDan Williams1-2/+5
2018-01-15ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-02ext2: drop unneeded newlineJulia Lawall1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-10/+10
2017-10-11ext2: Fix possible sleep in atomic during mount option parsingJan Kara1-4/+4
2017-10-11ext2: Parse mount options into a dedicated structureJan Kara1-81/+76
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-7/+6
2017-08-31ext2: perform dax_device lookup at mountDan Williams1-0/+4
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-7/+6
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan1-8/+8
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+1
2017-04-19ext2: Set flags on quota files directlyJan Kara1-2/+76
2017-04-05ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara1-5/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-05-17ext2: Add alignment check for DAX mountToshi Kani1-9/+2
2016-02-22ext2: convert to mbcache2Jan Kara1-8/+17
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams1-0/+2
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler1-0/+3
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo1-1/+2
2015-06-02ext2: enable cgroup writeback supportTejun Heo1-1/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox1-9/+16
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-2/+2
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox1-1/+0
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox1-21/+12
2014-11-10ext2: Convert to private i_dquot fieldJan Kara1-0/+10
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-3/+3
2014-07-15fs/ext2/super.c: Drop memory allocation castHimangi Saraogi1-1/+1
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-03ext2: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2013-12-04ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelWang Shilong1-1/+1
2012-10-09ext2: fix return values on parse_options() failureZhao Hongjiang1-2/+2
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+33
2012-07-31ext2: Implement freezingJan Kara1-0/+33
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+3
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+6
2012-07-09ext2: cleanup the confused goto labelWanlong Gao1-3/+3
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-17/+1
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman1-8/+23
2012-05-15ext2: remove the redundant comment for ext2_export_opsWang Sheng-Hui1-5/+0
2012-05-15ext2: Remove i_mutex use from ext2_quota_write()Jan Kara1-5/+1
2012-04-11ext2: do not register write_super within VFSArtem Bityutskiy1-1/+0
2012-04-11ext2: Remove s_dirt handlingJan Kara1-3/+0
2012-04-11ext2: write superblock only once on unmountArtem Bityutskiy1-3/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+3
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-0/+3
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-08-30ext2: fix the outdated comment in ext2_nfs_get_inode()Li Haifeng1-4/+4
2011-05-17ext2: fix error msg when mounting fs with too-large blocksizeRobin Dong1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-8/+17
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06fs/ext2/super.c: Use printf extension %pVJoe Perches1-8/+17
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-25ext2_remount: don't bother with invalidate_inodes()Al Viro1-3/+1
2010-10-04BKL: Remove BKL from ext2 filesystemJan Blunck1-4/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+8
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro1-13/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-0/+6
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/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+13
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck1-13/+0
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck1-1/+26
2010-05-21ext2: Move ext2_write_super() out of ext2_setup_super()Jan Blunck1-3/+5
2010-05-21ext2: Fold ext2_commit_super() into ext2_sync_super()Jan Blunck1-19/+9
2010-05-21ext2: Remove duplicate code from ext2_sync_fs()Jan Blunck1-7/+0
2010-05-21ext2: Set the write time in ext2_sync_fs()Jan Blunck1-1/+1
2010-05-21ext2: Use ext2_clear_super_error() in ext2_sync_fs()Jan Blunck1-17/+3
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2009-12-16ext2: avoid WARN() messages when failing to write to the superblockTheodore Ts'o1-0/+22
2009-12-10ext2: clear uptodate flag on super block I/O errorStephen Hemminger1-0/+16
2009-12-10ext2: Unify log messages in ext2Alexey Fisher1-75/+93
2009-06-24switch ext2 to inode->i_aclAl Viro1-16/+0
2009-06-11ext2: add ->sync_fsChristoph Hellwig1-14/+27
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-2/+10
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+3
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-05-17ext2: Fix memory leak in ext2_fill_super() in case of a failed mountManish Katiyar1-0/+1
2009-04-27ext2: missing unlock in ext2_quota_write()Dan Carpenter1-1/+3
2009-03-26ext2: Zero our b_size in ext2_quota_read()Manish Katiyar1-0/+1
2009-02-11ext2/xip: refuse to change xip flag during remount with busy inodesCarsten Otte1-3/+6
2009-01-08ext2: allocate ->s_blockgroup_lock separatelyPekka J Enberg1-1/+9
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-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-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita1-6/+5
2008-04-28ext2: convert byte order of constant instead of variableMarcin Slusarz1-5/+3
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz1-1/+1
2008-02-08mount options: fix ext2Miklos Szeredi1-0/+3
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells1-14/+18
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita1-8/+4
2008-02-06ext2: xip check fixNick Piggin1-2/+1
2008-02-06ext2: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-01-28ext2: Fix the max file size for ext2 file system.Aneesh Kumar K.V1-4/+28
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ext2: new export opsChristoph Hellwig1-15/+19
2007-10-17ext2 reservationsMartin J. Bligh1-4/+37
2007-10-17ext2/4: use is_power_of_2()vignesh babu1-1/+2
2007-10-17ext2: show all mount optionsMiklos Szeredi1-2/+59
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-3/+12
2007-07-26fix inode_table test in ext234_check_descriptorsEric Sandeen1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-3/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16ext2: statfs speed upBadari Pulavarty1-6/+14
2007-06-28ext2: fix return of uninitialised variableAndrew Morton1-0/+1
2007-06-24ext2: disallow setting xip on remountCarsten Otte1-0/+8
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-5/+3
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
2007-02-11[PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins1-0/+4
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-4/+2
2006-12-07[PATCH] ext2: fsid for statvfsPekka Enberg1-6/+12
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-11[PATCH] ext2: errors behaviour fixVasily Averin1-5/+11
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-09-27[PATCH] ext2: fix mounts at 16TEric Sandeen1-13/+19
2006-09-19[PATCH] EXT2: Remove superblock lock contention in ext2_statfsDave Kleikamp1-2/+0
2006-09-16[PATCH] knfsd: Have ext2 reject file handles with bad inode numbers earlyNeilBrown1-0/+39