Commit Graph

81 Commits (4358b5678b27ffe81391d84ce150df8e81010f6a)

Author SHA1 Message Date
Linus Torvalds cce2c56e76 logfs: initialize superblock entries earlier 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Dave Chinner f283c86afe fs: remove inode_lock from iput_final and prune_icache 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Jim Keniston 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Nick Piggin b74c79e993 fs: provide rcu-walk aware permission i_ops 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Prasad Joshi f06328d772 logfs: fix "Kernel BUG at readwrite.c:1193" 14 years ago
Prasad Joshi eabb26cacd logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutex 14 years ago
Tejun Heo d4d7762995 block: clean up blkdev_get() wrappers and their users 14 years ago
Tejun Heo e525fd89d3 block: make blkdev_get/put() handle exclusive access 14 years ago
Paul Mundt e99d11d199 fs: logfs: Fix up MTD=y build. 14 years ago
Al Viro a1da9e8ab6 switch logfs to ->mount() 15 years ago
Al Viro e5a0726a95 logfs: fix a leak in get_sb 15 years ago
Al Viro 7d945a3aa7 logfs get_sb, part 3 15 years ago
Al Viro 0d85c79962 logfs get_sb, part 2 15 years ago
Al Viro 71a1c0125f logfs get_sb massage, part 1 15 years ago
Al Viro 7de9c6ee3e new helper: ihold() 15 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Arnd Bergmann 02d6d685fc logfs: kill BKL 15 years ago
Al Viro 45321ac543 Make ->drop_inode() just return whether inode needs to be dropped 15 years ago
Al Viro 7da08fd17a convert logfs to ->evict_inode() 15 years ago
Al Viro 8e22c1a4e4 logfs: get rid of magical inodes 15 years ago
Christoph Hellwig db78b877f7 always call inode_change_ok early in ->setattr 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Al Viro 256249584b fix leak in __logfs_create() 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
Al Viro ab9a79b966 logfs: replace inode uid,gid,mode initialization with helper function 15 years ago
Al Viro 265624495f Fix double-free in logfs 15 years ago
Anand Gadiyar a8cd4561ea fix "seperate" typos in comments 15 years ago
Joern Engel 6f485b4187 logfs: handle powerfail on NAND flash 15 years ago
Dan Carpenter ccf31c10f1 logfs: handle errors from get_mtd_device() 15 years ago
Joern Engel 58e323cf5e logfs: remove unused variable 15 years ago
Joern Engel c0c79c31c9 logfs: fix sync 15 years ago
Joern Engel bba0b5c2c2 logfs: fix compile failure 15 years ago
Prasad Joshi 24797535e1 logfs: initialize li->li_refcount 15 years ago
Joern Engel 05ebad8529 logfs: commit reservations under space pressure 15 years ago
Joern Engel 20503664b0 logfs: survive logfs_buf_recover read errors 15 years ago
Joern Engel ccc0197b02 logfs: Close i_ino reuse race 15 years ago
Joern Engel bd2b3f2959 logfs: fix logfs_seek_hole() 15 years ago
Joern Engel ad342631f1 logfs: Return -EINVAL if filesystem image doesn't match 15 years ago
Joern Engel 2e531fa0d0 LogFS: Fix typo in b6349ac8 15 years ago
Dan Carpenter 3272c8a57b logfs: testing the wrong variable 15 years ago
Joern Engel b6349ac89e [LogFS] Split large truncated into smaller chunks 15 years ago
Joern Engel b8639077ab [LogFS] Set s_bdi 15 years ago
Joern Engel 1f1b0008e8 [LogFS] Prevent mempool_destroy NULL pointer dereference 15 years ago
Joern Engel ead88af5f5 [LogFS] Move assertion 15 years ago
Joern Engel d3a03f8031 [LogFS] Plug 8 byte information leak 15 years ago
Joern Engel 032d8f7268 [LogFS] Prevent memory corruption on large deletes 15 years ago