Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / logfs /
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Al Virologfs: missing cleanup on register_filesystem() failure
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-21 Al Virovfs: check i_nlink limits in vfs_{mkdir,rename_dir...
2012-03-20 Cong Wanglogfs: remove the second argument of k[un]map_atomic()
2012-02-01 Artem Bityutskiymtd: fix merge conflict resolution breakage
2012-01-31 Linus TorvaldsMerge tag 'for-linus' of git://github.com/prasad-joshi...
2012-01-28 Joern EngelLogfs: Allow NULL block_isbad() methods
2012-01-28 Joern Engellogfs: Grow inode in delete path
2012-01-28 Joern Engellogfs: Free areas before calling generic_shutdown_super()
2012-01-28 Joern Engellogfs: remove useless BUG_ON
2012-01-28 Prasad Joshilogfs: Propagate page parameter to __logfs_write_inode
2012-01-28 Prasad Joshilogfs: set superblock shutdown flag after generic sb...
2012-01-28 Prasad Joshilogfs: take write mutex lock during fsync and sync
2012-01-28 Joern Engellogfs: Prevent memory corruption
2012-01-28 Prasad Joshilogfs: update page reference count for pined pages
2012-01-10 Linus TorvaldsMerge tag 'for-linus-3.3' of git://git.infradead.org...
2012-01-09 Artem Bityutskiylogfs: do not use 'mtd->block_isbad' directly
2012-01-09 Artem Bityutskiymtd: do not use mtd->sync directly
2012-01-09 Artem Bityutskiymtd: introduce mtd_block_isbad interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_sync interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_write interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_read interface
2012-01-09 Artem Bityutskiymtd: introduce mtd_erase interface
2012-01-09 Artem Bityutskiylogfs: rename functions starting with mtd_
2012-01-04 Al Virologfs: propagate umode_t
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-11-02 Miklos Szeredilogfs: remove unnecessary nlink setting
2011-11-01 Akinobu Mitalib/string.c: introduce memchr_inv()
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-06-20 Al Virologfs doesn't need ->permission() at all
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-28 Sage Weillogfs: remove unnecessary dentry_unhash from rmdir...
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-20 Linus Torvaldssanitize <linux/prefetch.h> usage
2011-05-03 Linus Torvaldslogfs: initialize superblock entries earlier
2011-04-26 Jiri KosinaMerge branch 'master' into for-next
2011-04-10 Justin P. Mattocktreewide: remove extra semicolons
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-25 Dave Chinnerfs: remove inode_lock from iput_final and prune_icache
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-24 Serge E. Hallynuserns: rename is_owner_or_cap to inode_owner_or_capable
2011-03-23 Jim Kenistonzlib: slim down zlib_deflate() workspace when possible
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-12-23 Prasad Joshilogfs: fix "Kernel BUG at readwrite.c:1193"
2010-12-23 Prasad Joshilogfs: fix deadlock in logfs_get_wblocks, hold and...
2010-11-13 Tejun Heoblock: clean up blkdev_get() wrappers and their users
2010-11-13 Tejun Heoblock: make blkdev_get/put() handle exclusive access
2010-11-01 Paul Mundtfs: logfs: Fix up MTD=y build.
2010-10-29 Al Viroswitch logfs to ->mount()
2010-10-29 Al Virologfs: fix a leak in get_sb
2010-10-29 Al Virologfs get_sb, part 3
2010-10-29 Al Virologfs get_sb, part 2
2010-10-29 Al Virologfs get_sb massage, part 1
2010-10-26 Al Vironew helper: ihold()
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-08-13 Arnd Bergmannlogfs: kill BKL
2010-08-09 Al ViroMake ->drop_inode() just return whether inode needs...
2010-08-09 Al Viroconvert logfs to ->evict_inode()
2010-08-09 Al Virologfs: get rid of magical inodes
2010-08-09 Christoph Hellwigalways call inode_change_ok early in ->setattr
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-09 Al Virofix leak in __logfs_create()
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-21 Al Virologfs: replace inode uid,gid,mode initialization with...
2010-05-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-17 Linus TorvaldsMerge git://git./linux/kernel/git/joern/logfs
2010-05-15 Al ViroFix double-free in logfs
2010-05-10 Anand Gadiyarfix "seperate" typos in comments
2010-05-07 Joern Engellogfs: handle powerfail on NAND flash
2010-05-07 Dan Carpenterlogfs: handle errors from get_mtd_device()
2010-05-07 Joern Engellogfs: remove unused variable
2010-05-05 Joern Engellogfs: fix sync
2010-05-05 Joern Engellogfs: fix compile failure
2010-05-04 Prasad Joshilogfs: initialize li->li_refcount
2010-05-04 Joern Engellogfs: commit reservations under space pressure
2010-05-04 Joern Engellogfs: survive logfs_buf_recover read errors
2010-05-01 Joern Engellogfs: Close i_ino reuse race
2010-05-01 Joern Engellogfs: fix logfs_seek_hole()
2010-05-01 Joern Engellogfs: Return -EINVAL if filesystem image doesn't match
2010-04-29 Joern EngelLogFS: Fix typo in b6349ac8
2010-04-29 Dan Carpenterlogfs: testing the wrong variable
2010-04-21 Linus TorvaldsMerge git://git./linux/kernel/git/joern/logfs
2010-04-20 Joern Engel[LogFS] Split large truncated into smaller chunks
next