aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/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-27jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+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-18jfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-24jfs: convert to ctime accessor functionsJeff Layton1-1/+1
2022-10-18fs/jfs: replace ternary operator with min_t()Jiangshan Yi1-4/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-6/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-10-18jfs: use sb_bdev_nr_blocksChristoph Hellwig1-2/+1
2021-10-18jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook1-1/+2
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers1-1/+0
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-3/+5
2019-05-01jfs: switch to ->free_inode()Al Viro1-21/+3
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko1-3/+5
2018-09-10jfs: remove quota option from ignore listChengguang Xu1-1/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook1-2/+1
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor1-3/+5
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
2017-10-30jfs: remove increment of i_version counterJeff Layton1-1/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-8/+8
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-8/+8
2017-04-19jfs: Set flags on quota files directlyJan Kara1-2/+77
2017-02-27fs: add i_blocksize()Fabian Frederick1-2/+2
2017-02-09jfs: atomically read inode sizeFabian Frederick1-2/+2
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-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai1-3/+0
2015-03-12jfs: %pf is only for function pointersScott Wood1-1/+1
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Markus Elfring1-2/+1
2014-11-10jfs: Convert to private i_dquot fieldJan Kara1-0/+9
2014-10-09jfs: don't hash direct inodeAl Viro1-1/+1
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick1-8/+24
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick1-26/+19
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig1-0/+2
2013-06-05jfs: Update jfs_errorJoe Perches1-9/+13
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan1-8/+30
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter1-1/+1
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-15/+56
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman1-7/+15
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt1-15/+56
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
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-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-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro1-3/+3
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-04BKL: Remove BKL from JFSJan Blunck1-28/+7
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+10
2010-08-09switch jfs to ->evict_inode()Al Viro1-7/+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/+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-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+10
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
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 drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2009-12-22jfs: Fix 32bit build warningAlan Cox1-1/+1
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+3
2009-06-24switch jfs to inode->i_aclAl Viro1-16/+0
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-4/+18
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-04-07missing unlock in jfs_quota_write()Dan Carpenter1-1/+3
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp1-4/+6
2009-01-27jfs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
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-05-21JFS: skip bad iput() call in error pathDave Kleikamp1-4/+3
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells1-6/+9
2008-01-24mount options: fix jfsMiklos Szeredi1-0/+6
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-2/+2
2007-10-22jfs: new export opsChristoph Hellwig1-1/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17knfsd: exportfs: remove iget abuseChristoph Hellwig1-0/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-12/+10
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
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-10-02JFS: White space cleanupDave Kleikamp1-5/+5
2006-10-02[PATCH] JFS: return correct error when i-node allocation failedAkinobu Mita1-1/+1
2006-07-28JFS: Fix bug in quota code. tmp_bh.b_size must be initializedDave Kleikamp1-0/+1
2006-07-26JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp1-3/+114
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-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
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-03-09JFS: add uid, gid, and umask mount optionsDave Kleikamp1-4/+34
2006-02-23JFS: kzalloc conversionEric Sesterhenn1-2/+1
2006-02-15JFS: Use the kthread_ APIChristoph Hellwig1-33/+22
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-1/+1
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-2/+1
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp1-0/+1
2005-09-07[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon1-3/+45
2005-08-10JFS: Fix race in txLockDave Kleikamp1-0/+2
2005-07-27JFS: Improve sync barrier processingDave Kleikamp1-1/+1
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig1-0/+1
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-36/+1
2005-05-02[PATCH] JFS: Write journal sync points more oftenDave Kleikamp1-1/+3
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp1-1/+32
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+700