Commit Graph

533 Commits (9a2985e7f943678154f5761dad753f1987c2fdd0)

Author SHA1 Message Date
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
Artem Bityutskiy fd2819bbc9 mtd: introduce mtd_read_oob interface 13 years ago
Artem Bityutskiy eda95cbf75 mtd: introduce mtd_write interface 13 years ago
Artem Bityutskiy 329ad399a9 mtd: introduce mtd_read interface 13 years ago
Artem Bityutskiy 7219778ad9 mtd: introduce mtd_unpoint interface 13 years ago
Artem Bityutskiy d35ea200c0 mtd: introduce mtd_point interface 13 years ago
Artem Bityutskiy 7e1f0dc055 mtd: introduce mtd_erase interface 13 years ago
Eric Sandeen 5346671020 jffs2: fix up error handling for insert_inode_locked 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Andres Salomon 123005f3cc jffs2: add compr=lzo and compr=zlib options 13 years ago
Andres Salomon 92abc475d8 jffs2: implement mount option parsing and compression overriding 13 years ago
Brian Norris 0612b9ddc2 mtd: rename MTD_OOB_* to MTD_OPS_* 14 years ago
Alexey Khoroshilov 51b11e3630 jffs2: use mutex_is_locked() in __jffs2_flush_wbuf() 14 years ago
Jesper Juhl e8a0e41266 jffs2: Avoid unneeded 'if' before kfree 14 years ago
Al Viro d6952123b5 switch posix_acl_equiv_mode() to umode_t * 14 years ago
Al Viro d3fb612076 switch posix_acl_create() to umode_t * 14 years ago
Al Viro 61effb519c jffs2: S_ISLNK(mode & S_IFMT) is pointless 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Al Viro 826cae2f2b kill boilerplates around posix_acl_create_masq() 14 years ago
Al Viro bc26ab5f65 kill boilerplate around posix_acl_chmod_masq() 14 years ago
Linus Torvalds e77819e57f vfs: move ACL cache lookup into generic code 14 years ago
Al Viro 963945bf93 fix jffs2 ACLs on big-endian with 16bit mode_t 14 years ago
Al Viro 22ba747f66 jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory 14 years ago
Jean Delvare df2e301fee fs: Merge split strings 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Al Viro 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Sage Weil cf0f0536fa jffs2: remove unnecessary dentry_unhash from rmdir, dir rename 14 years ago
Christoph Hellwig aa38572954 fs: pass exact type of data dirties to ->dirty_inode 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Grant Erickson 1ddd0d9a31 JFFS2: retry large buffer allocations 14 years ago
Sergey Senozhatsky 8cb2a180ab jffs2: remove unused variables 14 years ago