aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/os-linux.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-18jffs2: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-07-24jffs2: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-05-09fs: Change the type of filler_tGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+1
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2019-09-15jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageGravatar Christoph Hellwig 1-3/+0
2019-09-05vfs: Convert jffs2 to use the new mount APIGravatar David Howells 1-2/+2
2019-07-12jffs2: pass the correct prototype to read_cache_pageGravatar Christoph Hellwig 1-1/+1
2018-07-18jffs2: use unsigned 32-bit timstamps consistentlyGravatar Arnd Bergmann 1-7/+7
2018-07-18jffs2: use 64-bit intermediate timestampsGravatar Arnd Bergmann 1-1/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2012-09-21userns: Convert jffs2 to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-05-30jffs2: get rid of jffs2_sync_superGravatar Artem Bityutskiy 1-5/+2
2012-03-27jffs2: update to new MTD interfaceGravatar Brian Norris 1-3/+1
2011-10-19jffs2: implement mount option parsing and compression overridingGravatar Andres Salomon 1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-1/+1
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tGravatar Al Viro 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 1-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-19jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger()Gravatar Joakim Tjernlund 1-2/+1
2009-06-24switch jffs2 to inode->i_aclGravatar Al Viro 1-4/+0
2009-06-11jffs2: move jffs2_write_super to super.cGravatar Christoph Hellwig 1-1/+0
2008-07-11[JFFS2] Use .unlocked_ioctlGravatar Stoyan Gaydarov 1-1/+1
2008-05-01[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.Gravatar David Woodhouse 1-1/+1
2008-02-07iget: stop JFFS2 from using iget() and read_inode()Gravatar David Howells 1-1/+1
2007-10-20[JFFS2] Tidy up fix for ACL/permissions problem.Gravatar KaiGai Kohei 1-3/+1
2007-08-22[JFFS2] Fix ACL vs. mode handling.Gravatar David Woodhouse 1-1/+4
2007-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-0/+6
2007-04-27JFFS2: add UBI supportGravatar Artem Bityutskiy 1-0/+6
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.Gravatar David Woodhouse 1-3/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-3/+3
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-1/+1
2006-05-26[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.Gravatar David Woodhouse 1-0/+1
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEGravatar Joern Engel 1-4/+2
2006-05-22[MTD] Merge STMicro NOR_ECC code with Intel Sibley codeGravatar Joern Engel 1-9/+1
2006-05-20Merge git://git.infradead.org/jffs2-xattr-2.6Gravatar David Woodhouse 1-0/+4
2006-05-19[JFFS2] Support new device nodesGravatar David Woodhouse 1-3/+1
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)Gravatar KaiGai Kohei 1-0/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-2/+2
2005-11-07[JFFS2] Clean up trailing white spacesGravatar Thomas Gleixner 1-4/+4
2005-11-06[JFFS2] Fix dataflash supportGravatar Artem B. Bityutskiy 1-3/+3
2005-11-06[JFFS2] Debug code simplification, update TODOGravatar Artem B. Bityutskiy 1-3/+3
2005-11-06[JFFS2] Add erase block summary support (mount time improvement)Gravatar Ferenc Havasi 1-3/+16
2005-11-06[JFFS2] Teach JFFS2 about Sibley flashGravatar Nicolas Pitre 1-2/+11
2005-11-06[JFFS2] Use f->target instead of f->dents for symlink targetGravatar Artem B. Bityutskiy 1-1/+2