aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/build.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Gravatar Fabian Frederick 1-1/+4
2022-03-16jffs2: fix memory leak in jffs2_do_mount_fsGravatar Baokun Li 1-1/+3
2016-02-25Fix directory hardlinks from deleted directoriesGravatar David Woodhouse 1-18/+57
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-6/+2
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsGravatar Joe Perches 1-2/+4
2010-12-03jffs2: use vzallocGravatar Joe Perches 1-3/+2
2010-10-25jffs2: Dynamically choose inocache hash sizeGravatar Daniel Drake 1-1/+1
2010-08-08jffs2: Update copyright noticesGravatar David Woodhouse 1-0/+1
2008-05-01[JFFS2] Track parent inode for directories (for NFS export)Gravatar David Woodhouse 1-11/+20
2008-04-23[JFFS2] Add erase_checking_list to hold blocks being marked.Gravatar David Woodhouse 1-0/+1
2007-10-13[JFFS2] Relax threshold for triggering GC due to dirty blocks.Gravatar David Woodhouse 1-1/+1
2007-10-06[JFFS2] Trigger garbage collection when very_dirty_list size becomes excessiveGravatar David Woodhouse 1-0/+10
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.Gravatar David Woodhouse 1-3/+1
2007-02-09JFFS2: memory leak in jffs2_do_mount_fs()Gravatar Dmitry Adamushko 1-9/+13
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)Gravatar KaiGai Kohei 1-0/+2
2006-01-14[PATCH] Unlinline a bunch of other functionsGravatar Arjan van de Ven 1-1/+1
2005-11-07[JFFS2] Clean up trailing white spacesGravatar Thomas Gleixner 1-14/+14
2005-11-06[JFFS2] Use memset(struct) instead of nulling struct members one by oneGravatar Artem B. Bityutskiy 1-10/+7
2005-11-06[JFFS2] Debug code simplification, update TODOGravatar Artem B. Bityutskiy 1-59/+53
2005-11-06[JFFS2] Return real jffs2_sum_init() error codeGravatar Ferenc Havasi 1-3/+5
2005-11-06[JFFS2] Add erase block summary support (mount time improvement)Gravatar Ferenc Havasi 1-4/+8
2005-11-06[JFFS2] Remove support for virtual blocksGravatar Ferenc Havasi 1-3/+3
2005-11-06[JFFS2] Fix up new debug code for eCos buildGravatar Andrew Lunn 1-6/+10
2005-11-06[JFFS2] Debug code clean up - step 3Gravatar Artem B. Bityutskiy 1-3/+3
2005-11-06[JFFS2] Debug code clean up - step 2Gravatar Artem B. Bityutskiy 1-2/+2
2005-11-06[JFFS2] Debug code clean up - step 1Gravatar Artem B. Bityutskiy 1-3/+3
2005-07-13[JFFS2] Init locks early during mountGravatar Artem B. Bityuckiy 1-8/+1
2005-05-23[JFFS2] Fix NOR specific scan BUG Gravatar Artem B. Bityuckiy 1-3/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+371