| Commit message (Expand) | Author | Age | Files | Lines |
* | nilfs2: use iget for all metadata files | Ryusuke Konishi | 2010-10-23 | 14 | -156/+207 |
* | nilfs2: get rid of GCDAT inode | Ryusuke Konishi | 2010-10-23 | 12 | -171/+41 |
* | nilfs2: add routines to redirect access to buffers of DAT file | Ryusuke Konishi | 2010-10-23 | 5 | -0/+75 |
* | nilfs2: add routines to roll back state of DAT file | Ryusuke Konishi | 2010-10-23 | 5 | -19/+145 |
* | nilfs2: add routines to save and restore bmap state | Ryusuke Konishi | 2010-10-23 | 2 | -0/+26 |
* | nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes | Ryusuke Konishi | 2010-10-23 | 1 | -16/+16 |
* | nilfs2: allow nilfs_clear_inode to clear metadata file inodes | Ryusuke Konishi | 2010-10-23 | 1 | -0/+4 |
* | nilfs2: simplify life cycle management of nilfs object | Ryusuke Konishi | 2010-10-23 | 4 | -131/+31 |
* | nilfs2: do not allocate multiple super block instances for a device | Ryusuke Konishi | 2010-10-23 | 4 | -225/+101 |
* | nilfs2: split out nilfs_attach_snapshot | Ryusuke Konishi | 2010-10-23 | 1 | -28/+45 |
* | nilfs2: split out nilfs_get_root_dentry | Ryusuke Konishi | 2010-10-23 | 1 | -19/+35 |
* | nilfs2: deny write access to inodes in snapshots | Ryusuke Konishi | 2010-10-23 | 3 | -3/+13 |
* | nilfs2: use checkpoint tree for mount check of snapshots | Ryusuke Konishi | 2010-10-23 | 1 | -17/+11 |
* | nilfs2: move inode count and block count into root object | Ryusuke Konishi | 2010-10-23 | 4 | -11/+10 |
* | nilfs2: use root object to get ifile | Ryusuke Konishi | 2010-10-23 | 7 | -80/+67 |
* | nilfs2: make snapshots in checkpoint tree exportable | Ryusuke Konishi | 2010-10-23 | 4 | -71/+138 |
* | nilfs2: set pointer to root object in inodes | Ryusuke Konishi | 2010-10-23 | 5 | -20/+68 |
* | nilfs2: add checkpoint tree to nilfs object | Ryusuke Konishi | 2010-10-23 | 2 | -0/+134 |
* | nilfs2: remove own inode hash used for GC | Ryusuke Konishi | 2010-10-23 | 7 | -142/+64 |
* | nilfs2: separate initializer of metadata file inode | Ryusuke Konishi | 2010-10-23 | 3 | -19/+35 |
* | nilfs2: use iget5_locked to get inode | Ryusuke Konishi | 2010-10-23 | 2 | -3/+35 |
* | nilfs2: keep zero value in i_cno except for gc-inodes | Ryusuke Konishi | 2010-10-23 | 2 | -16/+16 |
* | nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty | Ryusuke Konishi | 2010-10-23 | 1 | -0/+5 |
* | nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes | Ryusuke Konishi | 2010-10-23 | 2 | -2/+6 |
* | nilfs2: accept future revisions | Ryusuke Konishi | 2010-10-23 | 1 | -2/+2 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 39 | -7/+61 |
|\ |
|
| * | vfs: make no_llseek the default | Arnd Bergmann | 2010-10-15 | 1 | -1/+0 |
| * | vfs: don't use BKL in default_llseek | Arnd Bergmann | 2010-10-15 | 1 | -2/+2 |
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 38 | -4/+59 |
* | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 54 | -673/+678 |
|\ \ |
|
| * | | BKL: remove BKL from freevxfs | Arnd Bergmann | 2010-10-21 | 2 | -22/+2 |
| * | | BKL: remove BKL from qnx4 | Arnd Bergmann | 2010-10-21 | 3 | -21/+1 |
| * | | autofs4: Only declare function when CONFIG_COMPAT is defined | Felipe Contreras | 2010-10-05 | 1 | -0/+2 |
| * | | autofs: Only declare function when CONFIG_COMPAT is defined | Márton Németh | 2010-10-05 | 1 | -0/+2 |
| * | | ncpfs: Lock socket in ncpfs while setting its callbacks | Petr Vandrovec | 2010-10-05 | 1 | -5/+9 |
| * | | fs/locks.c: prepare for BKL removal | Arnd Bergmann | 2010-10-05 | 7 | -62/+87 |
| * | | BKL: Remove BKL from ncpfs | Petr Vandrovec | 2010-10-04 | 8 | -400/+484 |
| * | | BKL: Remove BKL from OCFS2 | Arnd Bergmann | 2010-10-04 | 3 | -23/+1 |
| * | | BKL: Remove BKL from squashfs | Arnd Bergmann | 2010-10-04 | 1 | -11/+0 |
| * | | BKL: Remove BKL from jffs2 | Arnd Bergmann | 2010-10-04 | 2 | -15/+1 |
| * | | BKL: Remove BKL from ecryptfs | Arnd Bergmann | 2010-10-04 | 2 | -7/+0 |
| * | | BKL: Remove BKL from afs | Arnd Bergmann | 2010-10-04 | 1 | -10/+0 |
| * | | BKL: Remove BKL from autofs4 | Arnd Bergmann | 2010-10-04 | 1 | -5/+7 |
| * | | BKL: Remove BKL from isofs | Arnd Bergmann | 2010-10-04 | 5 | -27/+15 |
| * | | BKL: Remove BKL from fat | Arnd Bergmann | 2010-10-04 | 3 | -13/+6 |
| * | | BKL: Remove BKL from ext2 filesystem | Jan Blunck | 2010-10-04 | 1 | -4/+0 |
| * | | BKL: Remove BKL from do_new_mount() | Jan Blunck | 2010-10-04 | 1 | -2/+0 |
| * | | BKL: Remove BKL from NTFS | Jan Blunck | 2010-10-04 | 1 | -27/+2 |
| * | | BKL: Remove BKL from NILFS2 | Jan Blunck | 2010-10-04 | 2 | -18/+1 |
| * | | BKL: Remove BKL from JFS | Jan Blunck | 2010-10-04 | 1 | -28/+7 |