Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nilfs2: fix problems of memory allocation in ioctl | Ryusuke Konishi | 2009-04-07 | 1 | -12/+8 |
* | nilfs2: update makefile and Kconfig | Ryusuke Konishi | 2009-04-07 | 3 | -1/+32 |
* | nilfs2: ioctl operations | Koji Sato | 2009-04-07 | 1 | -0/+941 |
* | nilfs2: block cache for garbage collection | Ryusuke Konishi | 2009-04-07 | 1 | -0/+270 |
* | nilfs2: another dat for garbage collection | Ryusuke Konishi | 2009-04-07 | 1 | -0/+84 |
* | nilfs2: recovery functions | Ryusuke Konishi | 2009-04-07 | 1 | -0/+941 |
* | nilfs2: fix missed-sync issue for do_sync_mapping_range() | Ryusuke Konishi | 2009-04-07 | 4 | -81/+93 |
* | nilfs2: segment constructor | Ryusuke Konishi | 2009-04-07 | 4 | -3/+3577 |
* | nilfs2: segment buffer | Ryusuke Konishi | 2009-04-07 | 2 | -0/+664 |
* | nilfs2: super block operations | Ryusuke Konishi | 2009-04-07 | 1 | -0/+1366 |
* | nilfs2: operations for the_nilfs core object | Ryusuke Konishi | 2009-04-07 | 1 | -0/+524 |
* | nilfs2: pathname operations | Ryusuke Konishi | 2009-04-07 | 1 | -0/+446 |
* | nilfs2: directory entry operations | Yoshiji Amagai | 2009-04-07 | 1 | -0/+711 |
* | nilfs2: file operations | Ryusuke Konishi | 2009-04-07 | 1 | -0/+125 |
* | nilfs2: inode operations | Ryusuke Konishi | 2009-04-07 | 1 | -0/+819 |
* | nilfs2: segment usage file | Koji Sato | 2009-04-07 | 3 | -1/+682 |
* | nilfs2: checkpoint file | Koji Sato | 2009-04-07 | 2 | -0/+953 |
* | nilfs2: inode map file | Ryusuke Konishi | 2009-04-07 | 2 | -0/+203 |
* | nilfs2: disk address translator | Koji Sato | 2009-04-07 | 2 | -0/+481 |
* | nilfs2: persistent object allocator | Ryusuke Konishi | 2009-04-07 | 2 | -0/+576 |
* | nilfs2: meta data file | Ryusuke Konishi | 2009-04-07 | 2 | -0/+687 |
* | nilfs2: buffer and page operations | Ryusuke Konishi | 2009-04-07 | 2 | -0/+618 |
* | nilfs2: B-tree node cache | Ryusuke Konishi | 2009-04-07 | 2 | -0/+374 |
* | nilfs2: direct block mapping | Koji Sato | 2009-04-07 | 2 | -0/+507 |
* | nilfs2: B-tree based block mapping | Koji Sato | 2009-04-07 | 2 | -0/+2393 |
* | nilfs2: integrated block mapping | Koji Sato | 2009-04-07 | 3 | -0/+1069 |
* | nilfs2: add inode and other major structures | Ryusuke Konishi | 2009-04-07 | 3 | -0/+715 |
* | fs/romfs: return f_fsid for statfs(2) | Coly Li | 2009-04-07 | 1 | -0/+5 |
* | namespaces: move proc_net_get_sb to a generic fs/super.c helper | Serge E. Hallyn | 2009-04-07 | 1 | -0/+40 |
* | /proc/pid/maps: don't show pgoff of pure ANON VMAs | KAMEZAWA Hiroyuki | 2009-04-07 | 2 | -2/+6 |
* | ramfs: fix double freeing s_fs_info on failed mount | Ingo Molnar | 2009-04-07 | 1 | -8/+11 |
* | NFS: Fix a double free in nfs_parse_mount_options() | Trond Myklebust | 2009-04-06 | 1 | -1/+1 |
* | ext3: make default data ordering mode configurable | Linus Torvalds | 2009-04-06 | 2 | -1/+26 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-04-06 | 17 | -265/+482 |
|\ | |||||
| * | UBIFS: fix recovery bug | Adrian Hunter | 2009-03-31 | 1 | -47/+23 |
| * | UBIFS: add R/O compatibility | Artem Bityutskiy | 2009-03-26 | 4 | -11/+72 |
| * | UBIFS: fix compiler warnings | Hunter Adrian | 2009-03-20 | 1 | -4/+4 |
| * | UBIFS: fully sort GCed nodes | Artem Bityutskiy | 2009-03-20 | 1 | -132/+296 |
| * | UBIFS: fix commentaries | Artem Bityutskiy | 2009-03-20 | 8 | -9/+9 |
| * | UBIFS: introduce a helpful variable | Artem Bityutskiy | 2009-03-16 | 4 | -21/+23 |
| * | UBIFS: use KERN_CONT | Artem Bityutskiy | 2009-03-16 | 2 | -6/+6 |
| * | UBIFS: fix lprops committing bug | Artem Bityutskiy | 2009-03-16 | 1 | -4/+3 |
| * | UBIFS: fix bogus assertion | Artem Bityutskiy | 2009-03-15 | 1 | -4/+8 |
| * | UBIFS: fix bug where page is marked uptodate when out of space | Adrian Hunter | 2009-03-14 | 1 | -2/+12 |
| * | UBIFS: amend key_hash return value | Artem Bityutskiy | 2009-03-08 | 1 | -3/+3 |
| * | UBIFS: improve find function interface | Artem Bityutskiy | 2009-03-08 | 3 | -10/+9 |
| * | UBIFS: list usage cleanup | Eric Sesterhenn | 2009-02-17 | 2 | -6/+3 |
| * | UBIFS: fix dbg_chk_lpt_sz() | Adrian Hunter | 2009-02-09 | 1 | -8/+13 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-04-06 | 9 | -674/+1089 |
|\ \ | |||||
| * | | NOMMU: Fix the RomFS Kconfig to ensure at least one backing store is selected | David Howells | 2009-03-24 | 1 | -6/+28 |