summaryrefslogtreecommitdiffstats
path: root/fs/logfs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-101-38/+40
|\ \
| * | logfs: do not use 'mtd->block_isbad' directlyArtem Bityutskiy2012-01-091-2/+2
| * | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-2/+1Star
| * | mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-2/+2
| * | mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
| * | mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-1/+1
| * | mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-1/+1
| * | mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
| * | logfs: rename functions starting with mtd_Artem Bityutskiy2012-01-091-29/+32
| |/
* | logfs: propagate umode_tAl Viro2012-01-042-2/+2
* | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* | switch ->create() to umode_tAl Viro2012-01-041-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-11-011-0/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-022-5/+5
* | logfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0Star
* | lib/string.c: introduce memchr_inv()Akinobu Mita2011-11-012-23/+0Star
|/
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-212-2/+11
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-3/+1Star
* logfs doesn't need ->permission() at allAl Viro2011-06-201-8/+0Star
* logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2011-04-267-8/+6Star
| |\|
| * | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* | | logfs: initialize superblock entries earlierLinus Torvalds2011-05-041-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-251-1/+1
|\ \
| * | fs: remove inode_lock from iput_final and prune_icacheDave Chinner2011-03-251-1/+1
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+0Star
|\ \ \ | |/ / |/| |
| * | block: remove per-queue pluggingJens Axboe2011-03-101-2/+0Star
| |/
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-241-1/+1
* | zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-231-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-231-0/+3
* | logfs: fix deadlock in logfs_get_wblocks, hold and wait on super->s_write_mutexPrasad Joshi2010-12-231-1/+1
|/
* fs: logfs: Fix up MTD=y build.Paul Mundt2010-11-011-1/+1
* switch logfs to ->mount()Al Viro2010-10-292-27/+23Star
* logfs: fix a leak in get_sbAl Viro2010-10-294-7/+8
* logfs get_sb, part 3Al Viro2010-10-294-39/+29Star