aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs
Commit message (Expand)AuthorAgeFilesLines
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* logfs: initialize superblock entries earlierLinus Torvalds2011-05-031-4/+4
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-241-1/+1
|\
| * fs: remove inode_lock from iput_final and prune_icacheDave Chinner2011-03-241-1/+1
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+0
|\ \ | |/ |/|
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* | zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-221-1/+1
|/
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-3/+4
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-1/+2
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+4
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi2010-12-221-0/+3
* | logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi2010-12-221-1/+1
|/
* fs: logfs: Fix up MTD=y build.Paul Mundt2010-11-011-1/+1
* switch logfs to ->mount()Al Viro2010-10-292-27/+23
* logfs: fix a leak in get_sbAl Viro2010-10-294-7/+8
* logfs get_sb, part 3Al Viro2010-10-294-39/+29
* logfs get_sb, part 2Al Viro2010-10-294-14/+13
* logfs get_sb massage, part 1Al Viro2010-10-294-21/+39
* new helper: ihold()Al Viro2010-10-251-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* logfs: kill BKLArnd Bergmann2010-08-143-6/+5
* Make ->drop_inode() just return whether inode needs to be droppedAl Viro2010-08-091-2/+2
* convert logfs to ->evict_inode()Al Viro2010-08-093-36/+31
* logfs: get rid of magical inodesAl Viro2010-08-096-41/+31
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-4/+4
* remove inode_setattrChristoph Hellwig2010-08-091-7/+11
* fix leak in __logfs_create()Al Viro2010-08-091-1/+4
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-3/+3
* logfs: replace inode uid,gid,mode initialization with helper functionAl Viro2010-05-211-8/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-203-7/+7
|\
| * fix "seperate" typos in commentsAnand Gadiyar2010-05-103-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-05-1710-53/+104
|\ \
| * | logfs: handle powerfail on NAND flashJoern Engel2010-05-074-29/+52
| * | logfs: handle errors from get_mtd_device()Dan Carpenter2010-05-071-0/+2
| * | logfs: remove unused variableJoern Engel2010-05-071-1/+0
| * | logfs: fix syncJoern Engel2010-05-052-4/+2
| * | logfs: fix compile failureJoern Engel2010-05-051-0/+4
| * | logfs: initialize li->li_refcountPrasad Joshi2010-05-041-0/+1
| * | logfs: commit reservations under space pressureJoern Engel2010-05-043-4/+24
| * | logfs: survive logfs_buf_recover read errorsJoern Engel2010-05-043-11/+13
| * | logfs: Close i_ino reuse raceJoern Engel2010-05-011-1/+1
| * | logfs: fix logfs_seek_hole()Joern Engel2010-05-011-0/+2
| * | logfs: Return -EINVAL if filesystem image doesn't matchJoern Engel2010-05-011-1/+1
| * | LogFS: Fix typo in b6349ac8Joern Engel2010-04-291-1/+1
| * | logfs: testing the wrong variableDan Carpenter2010-04-291-1/+1
| |/
* | Fix double-free in logfsAl Viro2010-05-151-7/+7
|/