Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | xfs: I/O completion handlers must use NOFS allocations | Christoph Hellwig | 2009-12-11 | 5 | -7/+15 | |
| * | | | | | | | xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks | Christoph Hellwig | 2009-12-11 | 2 | -15/+26 | |
| * | | | | | | | xfs: simplify inode teardown | Christoph Hellwig | 2009-12-11 | 5 | -57/+34 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-12-11 | 7 | -417/+285 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sysfs: sysfs_setattr remove unnecessary permission check. | Eric W. Biederman | 2009-12-11 | 1 | -4/+0 | |
| * | | | | | | | | sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir | Eric W. Biederman | 2009-12-11 | 2 | -33/+32 | |
| * | | | | | | | | sysfs: Propagate renames to the vfs on demand | Eric W. Biederman | 2009-12-11 | 4 | -161/+32 | |
| * | | | | | | | | sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish | Eric W. Biederman | 2009-12-11 | 2 | -89/+4 | |
| * | | | | | | | | sysfs: In sysfs_chmod_file lazily propagate the mode change. | Eric W. Biederman | 2009-12-11 | 1 | -23/+8 | |
| * | | | | | | | | sysfs: Implement sysfs_getattr & sysfs_permission | Eric W. Biederman | 2009-12-11 | 4 | -17/+54 | |
| * | | | | | | | | sysfs: Nicely indent sysfs_symlink_inode_operations | Eric W. Biederman | 2009-12-11 | 1 | -4/+4 | |
| * | | | | | | | | sysfs: Update s_iattr on link and unlink. | Eric W. Biederman | 2009-12-11 | 1 | -0/+18 | |
| * | | | | | | | | sysfs: Fix locking and factor out sysfs_sd_setattr | Eric W. Biederman | 2009-12-11 | 2 | -20/+32 | |
| * | | | | | | | | sysfs: Simplify iattr time assignments | Eric W. Biederman | 2009-12-11 | 1 | -6/+3 | |
| * | | | | | | | | sysfs: Simplify sysfs_chmod_file semantics | Eric W. Biederman | 2009-12-11 | 1 | -9/+1 | |
| * | | | | | | | | sysfs: Use dentry_ops instead of directly playing with the dcache | Eric W. Biederman | 2009-12-11 | 1 | -27/+46 | |
| * | | | | | | | | sysfs: Rename sysfs_d_iput to sysfs_dentry_iput | Eric W. Biederman | 2009-12-11 | 1 | -2/+2 | |
| * | | | | | | | | sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex | Eric W. Biederman | 2009-12-11 | 1 | -12/+29 | |
| * | | | | | | | | debugfs: fix create mutex racy fops and private data | Mathieu Desnoyers | 2009-12-11 | 1 | -23/+32 | |
| * | | | | | | | | sysfs: mark a locally-only used function static | Stefan Richter | 2009-12-11 | 1 | -1/+2 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-12-11 | 30 | -785/+996 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | nilfs2: separate wait function from nilfs_segctor_write | Ryusuke Konishi | 2009-11-30 | 4 | -95/+165 | |
| * | | | | | | | nilfs2: add iterator for segment buffers | Ryusuke Konishi | 2009-11-30 | 3 | -48/+66 | |
| * | | | | | | | nilfs2: hide nilfs_write_info struct in segment buffer code | Ryusuke Konishi | 2009-11-30 | 3 | -49/+49 | |
| * | | | | | | | nilfs2: relocate io status variables to segment buffer | Ryusuke Konishi | 2009-11-30 | 3 | -50/+44 | |
| * | | | | | | | nilfs2: do not return io error for bio allocation failure | Ryusuke Konishi | 2009-11-29 | 1 | -9/+2 | |
| * | | | | | | | nilfs2: use list_splice_tail or list_splice_tail_init | Ryusuke Konishi | 2009-11-29 | 3 | -4/+4 | |
| * | | | | | | | nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty | Jiro SEKIBA | 2009-11-27 | 3 | -20/+20 | |
| * | | | | | | | nilfs2: delete mark_inode_dirty in nilfs_delete_entry | Jiro SEKIBA | 2009-11-27 | 2 | -2/+2 | |
| * | | | | | | | nilfs2: delete mark_inode_dirty in nilfs_commit_chunk | Jiro SEKIBA | 2009-11-27 | 2 | -4/+2 | |
| * | | | | | | | nilfs2: change return type of nilfs_commit_chunk | Jiro SEKIBA | 2009-11-27 | 1 | -8/+8 | |
| * | | | | | | | nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink | Jiro SEKIBA | 2009-11-27 | 1 | -10/+19 | |
| * | | | | | | | nilfs2: delete redundant mark_inode_dirty | Jiro SEKIBA | 2009-11-27 | 1 | -4/+0 | |
| * | | | | | | | nilfs2: expand inode_inc_link_count and inode_dec_link_count | Jiro SEKIBA | 2009-11-27 | 1 | -17/+32 | |
| * | | | | | | | nilfs2: delete mark_inode_dirty from nilfs_set_link | Jiro SEKIBA | 2009-11-27 | 2 | -2/+3 | |
| * | | | | | | | nilfs2: delete mark_inode_dirty in nilfs_new_inode | Jiro SEKIBA | 2009-11-27 | 2 | -2/+1 | |
| * | | | | | | | nilfs2: add norecovery mount option | Ryusuke Konishi | 2009-11-20 | 2 | -3/+33 | |
| * | | | | | | | nilfs2: add helper to get if volume is in a valid state | Ryusuke Konishi | 2009-11-20 | 2 | -5/+11 | |
| * | | | | | | | nilfs2: move recovery completion into load_nilfs function | Ryusuke Konishi | 2009-11-20 | 2 | -56/+53 | |
| * | | | | | | | nilfs2: apply readahead for recovery on mount | Ryusuke Konishi | 2009-11-20 | 1 | -7/+19 | |
| * | | | | | | | nilfs2: clean up get/put function of a segment usage | Ryusuke Konishi | 2009-11-20 | 2 | -77/+0 | |
| * | | | | | | | nilfs2: move routine to set segment usage into sufile | Ryusuke Konishi | 2009-11-20 | 3 | -22/+49 | |
| * | | | | | | | nilfs2: move routine marking segment usage dirty into sufile | Ryusuke Konishi | 2009-11-20 | 3 | -17/+22 | |
| * | | | | | | | nilfs2: insert cache operation in palloc get block routines | Ryusuke Konishi | 2009-11-20 | 1 | -8/+54 | |
| * | | | | | | | nilfs2: add palloc cache to ifile | Ryusuke Konishi | 2009-11-20 | 1 | -1/+15 | |
| * | | | | | | | nilfs2: flush palloc cache before manipulating data pages of GC dat | Ryusuke Konishi | 2009-11-20 | 1 | -0/+3 | |
| * | | | | | | | nilfs2: add palloc cache to dat | Ryusuke Konishi | 2009-11-20 | 1 | -2/+16 | |
| * | | | | | | | nilfs2: add cache framework for persistent object allocator | Ryusuke Konishi | 2009-11-20 | 4 | -0/+52 | |
| * | | | | | | | nilfs2: unfold nilfs_palloc_block_get_bitmap function | Ryusuke Konishi | 2009-11-20 | 1 | -15/+4 | |
| * | | | | | | | nilfs2: eliminate nilfs_btnode_get function | Ryusuke Konishi | 2009-11-20 | 3 | -24/+12 |