summaryrefslogtreecommitdiffstats
path: root/fs/openpromfs
AgeCommit message (Expand)AuthorLines
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2024-06-20openpromfs: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-03-26openpromfs: finish conversion to the new mount APIEric Sandeen-4/+4
2024-02-27openpromfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+1
2023-10-18openpromfs: convert to new timestamp accessorsJeff Layton-2/+2
2023-07-24openpromfs: convert to ctime accessor functionsJeff Layton-3/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2021-03-12openpromfs: don't do unlock_new_inode() until the new inode is set upAl Viro-34/+33
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+15
2019-07-04vfs: Convert openpromfs to use the new mount APIDavid Howells-5/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-01openpromfs: switch to ->free_inode()Al Viro-8/+2
2018-11-18fs/openpromfs: Use of_node_name_eq for node name comparisonsRob Herring-1/+1
2018-11-18fs/openpromfs: use full_name instead of path_component_nameRob Herring-4/+5
2018-05-22openpromfs: switch to d_splice_alias()Al Viro-2/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2013-06-29[readdir] convert openpromfsAl Viro-51/+44
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov-0/+5
2012-07-14stop passing nameidata to ->lookup()Al Viro-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-2/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin-1/+8
2010-11-08sparc: fix openpromfs compileMeelis Roos-1/+1
2010-10-29convert get_sb_single() usersAl Viro-4/+4
2009-01-05zero i_uid/i_gid on inode allocationAl Viro-3/+0
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-02-07iget: stop OPENPROMFS from using iget() and read_inode()David Howells-15/+30
2008-01-22[SPARC]: Constify function pointer tables.Jan Engelhardt-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven-1/+1
2006-12-08[PATCH] struct path: convert openpromfsJosef Sipek-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-1/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik-1/+1
2006-06-25[OPENPROMFS]: Rewrite using in-kernel device tree and seq_file.David S. Miller-903/+255
2006-06-25[PATCH] openpromfs: factorize outJan Engelhardt-5/+10