aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman2009-12-112-33/+32
| * | | | sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-114-161/+32
| * | | | sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman2009-12-112-89/+4
| * | | | sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman2009-12-111-23/+8
| * | | | sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman2009-12-114-17/+54
| * | | | sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman2009-12-111-4/+4
| * | | | sysfs: Update s_iattr on link and unlink.Eric W. Biederman2009-12-111-0/+18
| * | | | sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2009-12-112-20/+32
| * | | | sysfs: Simplify iattr time assignmentsEric W. Biederman2009-12-111-6/+3
| * | | | sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman2009-12-111-9/+1
| * | | | sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman2009-12-111-27/+46
| * | | | sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman2009-12-111-2/+2
| * | | | sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman2009-12-111-12/+29
| * | | | debugfs: fix create mutex racy fops and private dataMathieu Desnoyers2009-12-111-23/+32
| * | | | sysfs: mark a locally-only used function staticStefan Richter2009-12-111-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-12-1130-785/+996
|\ \ \ \ | |/ / / |/| | |
| * | | nilfs2: separate wait function from nilfs_segctor_writeRyusuke Konishi2009-11-304-95/+165
| * | | nilfs2: add iterator for segment buffersRyusuke Konishi2009-11-303-48/+66
| * | | nilfs2: hide nilfs_write_info struct in segment buffer codeRyusuke Konishi2009-11-303-49/+49
| * | | nilfs2: relocate io status variables to segment bufferRyusuke Konishi2009-11-303-50/+44
| * | | nilfs2: do not return io error for bio allocation failureRyusuke Konishi2009-11-291-9/+2
| * | | nilfs2: use list_splice_tail or list_splice_tail_initRyusuke Konishi2009-11-293-4/+4
| * | | nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA2009-11-273-20/+20
| * | | nilfs2: delete mark_inode_dirty in nilfs_delete_entryJiro SEKIBA2009-11-272-2/+2
| * | | nilfs2: delete mark_inode_dirty in nilfs_commit_chunkJiro SEKIBA2009-11-272-4/+2
| * | | nilfs2: change return type of nilfs_commit_chunkJiro SEKIBA2009-11-271-8/+8
| * | | nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlinkJiro SEKIBA2009-11-271-10/+19
| * | | nilfs2: delete redundant mark_inode_dirtyJiro SEKIBA2009-11-271-4/+0
| * | | nilfs2: expand inode_inc_link_count and inode_dec_link_countJiro SEKIBA2009-11-271-17/+32
| * | | nilfs2: delete mark_inode_dirty from nilfs_set_linkJiro SEKIBA2009-11-272-2/+3
| * | | nilfs2: delete mark_inode_dirty in nilfs_new_inodeJiro SEKIBA2009-11-272-2/+1
| * | | nilfs2: add norecovery mount optionRyusuke Konishi2009-11-202-3/+33
| * | | nilfs2: add helper to get if volume is in a valid stateRyusuke Konishi2009-11-202-5/+11
| * | | nilfs2: move recovery completion into load_nilfs functionRyusuke Konishi2009-11-202-56/+53
| * | | nilfs2: apply readahead for recovery on mountRyusuke Konishi2009-11-201-7/+19
| * | | nilfs2: clean up get/put function of a segment usageRyusuke Konishi2009-11-202-77/+0
| * | | nilfs2: move routine to set segment usage into sufileRyusuke Konishi2009-11-203-22/+49
| * | | nilfs2: move routine marking segment usage dirty into sufileRyusuke Konishi2009-11-203-17/+22
| * | | nilfs2: insert cache operation in palloc get block routinesRyusuke Konishi2009-11-201-8/+54
| * | | nilfs2: add palloc cache to ifileRyusuke Konishi2009-11-201-1/+15
| * | | nilfs2: flush palloc cache before manipulating data pages of GC datRyusuke Konishi2009-11-201-0/+3
| * | | nilfs2: add palloc cache to datRyusuke Konishi2009-11-201-2/+16
| * | | nilfs2: add cache framework for persistent object allocatorRyusuke Konishi2009-11-204-0/+52
| * | | nilfs2: unfold nilfs_palloc_block_get_bitmap functionRyusuke Konishi2009-11-201-15/+4
| * | | nilfs2: eliminate nilfs_btnode_get functionRyusuke Konishi2009-11-203-24/+12
| * | | nilfs2: remove newblk argument from nilfs_btnode_submit_blockRyusuke Konishi2009-11-203-20/+6
| * | | nilfs2: use nilfs_btnode_create_block functionRyusuke Konishi2009-11-202-11/+15
| * | | nilfs2: separate function for creating new btree node blockRyusuke Konishi2009-11-202-0/+28
| * | | nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi2009-11-201-13/+15
| * | | nilfs2: simplify nilfs_sufile_get_ncleansegs functionRyusuke Konishi2009-11-203-38/+19