Commit Graph

579 Commits (9e5e8deca74603357626471a9b44f05dea9e32b1)

Author SHA1 Message Date
Alexey Khoroshilov 2cbba75a56 jffs2: hold erase_completion_lock on exit 12 years ago
Thomas Betker 5ffd3412ae jffs2: Fix lock acquisition order bug in jffs2_write_begin 12 years ago
Michel Lespinasse bf7ad8eeab rbtree: move some implementation details from rbtree.h to rbtree.c 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Brian Norris 74d83beaa2 JFFS2: don't fail on bitflips in OOB 13 years ago
Artem Bityutskiy a445f784ae JFFS2: fix unmount regression 13 years ago
Eric W. Biederman 0cfe53d3c3 userns: Convert jffs2 to use kuid and kgid where appropriate 13 years ago
Eric W. Biederman 5f3a4a28ec userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr 13 years ago
Al Viro 8fc37ec54c don't expose I_NEW inodes via dentry->d_inode 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Artem Bityutskiy 8bdc81c506 jffs2: get rid of jffs2_sync_super 13 years ago
Artem Bityutskiy 06688905cc jffs2: remove unnecessary GC pass on sync 13 years ago
Artem Bityutskiy d0490eea14 jffs2: remove unnecessary GC pass on umount 13 years ago
Artem Bityutskiy 3a0c0e26b6 jffs2: remove lock_super 13 years ago
Jean-Christophe DUBOIS 8c5a036640 jffs2: allow to complete xattr integrity check on first GC scan 13 years ago
Jean-Christophe DUBOIS 9824f75d56 jffs2: allow to discriminate between recoverable and non-recoverable errors 13 years ago
Artem Bityutskiy 208b14e507 jffs2: get rid of jffs2_sync_super 13 years ago
Artem Bityutskiy e832579fd1 jffs2: remove unnecessary GC pass on sync 13 years ago
Artem Bityutskiy c3c4a36979 jffs2: remove unnecessary GC pass on umount 13 years ago
Artem Bityutskiy f4d0b35575 jffs2: remove lock_super 13 years ago
Xi Wang b6778fd781 jffs2: refactor csize usage in jffs2_do_read_inode_internal() 13 years ago
Xi Wang 7c80c35233 jffs2: validate symlink size in jffs2_do_read_inode_internal() 13 years ago
Daniel Drake 8da8ba2ea6 JFFS2: Add parameter to reserve disk space for root 13 years ago
Josh Cartwright 226bb7df3d jffs2: Fix lock acquisition order bug in gc path 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Shmulik Ladkani 3b27dac039 mtd: unify initialization of erase_info->fail_addr 13 years ago
Joe Perches 9bbf29e475 jffs2: Standardize JFFS_<LEVEL> uses 13 years ago
Joe Perches 5a528957e7 jffs2: Use pr_fmt and remove jffs: from formats 13 years ago
Joe Perches da320f055a jffs2: Convert printks to pr_<level> 13 years ago
Joe Perches 9c261b33a9 jffs2: Convert most D1/D2 macros to jffs2_dbg 13 years ago
Nikola Pajkovsky 273a65ad32 jffs2: make jffs2_initxattrs() static 13 years ago
Masanari Iida 4de0347872 jffs2: Fix typo in compr.c 13 years ago
Joe Perches 045ead345b jffs2: Remove unnecessary OOM messages 13 years ago
Masanari Iida 3e3417402b jffs2: fix typo in scan.c 13 years ago
Brian Norris a6c22850d2 jffs2: update to new MTD interface 13 years ago
Artem Bityutskiy f02654504d jffs2: remove direct mtd->point reference 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Masanari Iida 42ea19790e jffs2: Fix typo in compr.c 13 years ago
Artem Bityutskiy bce41d601e jffs2: do not initialize variable unnecessarily 13 years ago
Artem Bityutskiy 800ffd3496 mtd: do not use mtd->block_markbad directly 13 years ago
Artem Bityutskiy 327cf2922b mtd: do not use mtd->sync directly 13 years ago
Artem Bityutskiy 1dbebd3256 mtd: harmonize mtd_writev usage 13 years ago
Artem Bityutskiy 10934478e4 mtd: do use mtd->point directly 13 years ago
Artem Bityutskiy 4ccf2f1349 jffs: remove custom mtd_fake_writev function 13 years ago
Artem Bityutskiy 5942ddbc50 mtd: introduce mtd_block_markbad interface 13 years ago
Artem Bityutskiy 7086c19d07 mtd: introduce mtd_block_isbad interface 13 years ago
Artem Bityutskiy 85f2f2a809 mtd: introduce mtd_sync interface 13 years ago
Artem Bityutskiy b0a31f7b2a mtd: introduce mtd_writev interface 13 years ago
Artem Bityutskiy a2cc5ba075 mtd: introduce mtd_write_oob interface 13 years ago