| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2010-10-23 |
|\ |
|
| * | nilfs2: eliminate sparse warning - "context imbalance" | Jiro SEKIBA | 2010-10-22 |
| * | nilfs2: eliminate sparse warnings - "symbol not declared" | Jiro SEKIBA | 2010-10-22 |
| * | nilfs2: get rid of bdi from nilfs object | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: add bdev freeze/thaw support | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: accept 64-bit checkpoint numbers in cp mount option | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: remove own inode allocator and destructor for metadata files | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: get rid of back pointer to writable sb instance | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: get rid of mi_nilfs back pointer to nilfs object | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: see state of root dentry for mount check of snapshots | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: use iget for all metadata files | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: get rid of GCDAT inode | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: add routines to redirect access to buffers of DAT file | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: add routines to roll back state of DAT file | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: add routines to save and restore bmap state | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: allow nilfs_clear_inode to clear metadata file inodes | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: simplify life cycle management of nilfs object | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: do not allocate multiple super block instances for a device | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: split out nilfs_attach_snapshot | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: split out nilfs_get_root_dentry | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: deny write access to inodes in snapshots | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: use checkpoint tree for mount check of snapshots | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: move inode count and block count into root object | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: use root object to get ifile | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: make snapshots in checkpoint tree exportable | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: set pointer to root object in inodes | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: add checkpoint tree to nilfs object | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: remove own inode hash used for GC | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: separate initializer of metadata file inode | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: use iget5_locked to get inode | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: keep zero value in i_cno except for gc-inodes | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes | Ryusuke Konishi | 2010-10-22 |
| * | nilfs2: accept future revisions | Ryusuke Konishi | 2010-10-22 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 2010-10-22 |
|\ \ |
|
| * | | tty: Add a new file /proc/tty/consoles | Dr. Werner Fink | 2010-10-22 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-10-22 |
|\ \ \ |
|
| * | | | sysfs: only access bin file vm_ops with the active lock | Eric W. Biederman | 2010-10-22 |
| * | | | sysfs: Fail bin file mmap if vma close is implemented. | Eric W. Biederman | 2010-10-22 |
| * | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 |
| |/ / |
|
* | | | ocfs2: drop the BLKDEV_IFL_WAIT flag | Linus Torvalds | 2010-10-22 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-10-22 |
|\ \ \ |
|
| * | | | [CIFS] move close processing from cifs_close to cifsFileInfo_put | Steve French | 2010-10-21 |
| * | | | cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock | Suresh Jayaraman | 2010-10-21 |
| * | | | cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s... | Tejun Heo | 2010-10-19 |
| * | | | Clean up two declarations of blob_len | Shirish Pargaonkar | 2010-10-19 |
| * | | | cifs: move cifsFileInfo_put to file.c | Jeff Layton | 2010-10-17 |
| * | | | cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock | Jeff Layton | 2010-10-17 |
| * | | | [CIFS] Fix minor checkpatch warning and update cifs version | Steve French | 2010-10-17 |