aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12sysfs: Use kill_anon_superEric W. Biederman1-1/+1
2007-10-12sysfs: Remove sysfs_instantiateEric W. Biederman3-19/+1
2007-10-12sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman3-45/+45
2007-10-12sysfs: fix i_mutex locking in sysfs_get_dentry()Tejun Heo1-0/+2
2007-10-12sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer1-1/+1
2007-10-12sysfs: make sysfs_addrm_finish() return voidTejun Heo3-9/+7
2007-10-12sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo4-23/+26
2007-10-12sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo5-32/+16
2007-10-12sysfs: simplify sysfs_rename_dir()Tejun Heo1-22/+4
2007-10-12sysfs: cosmetic changes in sysfs_lookup()Tejun Heo1-10/+5
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman5-163/+23
2007-10-12sysfs: cleanup semaphore.hDave Young6-6/+3
2007-10-12sysfs/file.c - use mutex instead of semaphoreDave Young1-7/+7
2007-10-12debugfs: helper for decimal challengedRobin Getz1-0/+36
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman4-4/+5
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2-6/+8
2007-10-12ocfs2: Optionally return filldir errorsMark Fasheh1-11/+22
2007-10-12ocfs2: Write support for directories with inline dataMark Fasheh4-98/+594
2007-10-12ocfs2: Read support for directories with inline dataMark Fasheh1-8/+168
2007-10-12ocfs2: Write support for inline dataMark Fasheh7-8/+526
2007-10-12ocfs2: Read support for inline dataMark Fasheh2-4/+82
2007-10-12ocfs2: Structure updates for inline dataMark Fasheh6-4/+57
2007-10-12ocfs2: Cleanup dirent size checkMark Fasheh1-8/+28
2007-10-12ocfs2: Rename cleanupsMark Fasheh3-31/+47
2007-10-12ocfs2: Provide convenience function for ino lookupMark Fasheh5-21/+25
2007-10-12ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach()Mark Fasheh2-52/+46
2007-10-12ocfs2: Remove open coded readdir()Mark Fasheh3-83/+70
2007-10-12ocfs2: Pass raw u64 to filldirMark Fasheh1-1/+1
2007-10-12ocfs2: Abstract out core dir listing functionalityMark Fasheh1-47/+56
2007-10-12ocfs2: Move directory manipulation code into dir.cMark Fasheh5-467/+461
2007-10-12ocfs2: Small refactor of truncate zeroing codeMark Fasheh3-87/+86
2007-10-12ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Mark Fasheh3-144/+115
2007-10-12ocfs2: Sync ocfs2_fs.h with ocfs2-toolsMark Fasheh1-2/+18
2007-10-12[PATCH] fs/ocfs2/: removed unneeded initial value and function's return valueDenis Cheng1-9/+8
2007-10-12ocfs2: Implement show_options()Sunil Mushran1-0/+38
2007-10-12ocfs2: Clear slot map when umounting a local volumeMark Fasheh1-3/+4
2007-10-12ocfs2: Remove unused structure fieldMark Fasheh1-10/+3
2007-10-12ocfs2: remove unused variableTao Mao1-24/+16
2007-10-12ocfs2: remove mostly unused field from insert structureTao Mao1-23/+6
2007-10-12NTFS: Fix a mount time deadlock.Anton Altaparmakov8-52/+178
2007-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds48-960/+1110
2007-10-12Fix up more bio falloutAl Viro5-10/+3
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-11/+3
2007-10-11JFS: fix bio-related build breakageJeff Garzik1-6/+1
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-32/+257
2007-10-11lockdep: annotate journal_start()Peter Zijlstra1-0/+9
2007-10-11NFSv4: Fix a typo in nfs_inode_reclaim_delegationTrond Myklebust1-1/+3
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-13/+1
2007-10-10[FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov1-0/+33
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-4/+4