summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-10-13sysfs: reposition sysfs_dirent->s_mode.Tejun Heo1-1/+1
2007-10-13sysfs: kill sysfs_update_file()Tejun Heo1-40/+0
2007-10-13sysfs: clean up header filesTejun Heo1-56/+92
2007-10-13sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo1-0/+9
2007-10-13sysfs: fix comments of sysfs_add/remove_one()Tejun Heo1-7/+3
2007-10-13sysfs: spit a warning to users when they try to create a duplicate sysfs fileGreg Kroah-Hartman1-1/+5
2007-10-13sysfs: Rewrite sysfs_move_dir in terms of sysfs direntsEric W. Biederman1-16/+18
2007-10-13sysfs: Rewrite rename in terms of sysfs direntsEric W. Biederman1-22/+16
2007-10-13sysfs: Remove s_dentryEric W. Biederman3-30/+4
2007-10-13sysfs: simply sysfs_get_dentryTejun Heo1-75/+16
2007-10-13sysfs: Introduce sysfs_rename_mutexEric W. Biederman3-1/+12
2007-10-13sysfs: Rewrite sysfs_drop_dentry.Eric W. Biederman1-27/+26
2007-10-13sysfs: Simplify readdir.Eric W. Biederman1-131/+44
2007-10-13sysfs: In sysfs_lookup don't open code sysfs_find_direntEric W. Biederman1-3/+1
2007-10-13sysfs: Make sysfs_mount staticEric W. Biederman4-9/+5
2007-10-13sysfs: Use kill_anon_superEric W. Biederman1-1/+1
2007-10-13sysfs: Remove sysfs_instantiateEric W. Biederman3-19/+1
2007-10-13sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman3-45/+45
2007-10-13sysfs: fix i_mutex locking in sysfs_get_dentry()Tejun Heo1-0/+2
2007-10-13sysfs: Fix typos in fs/sysfs/file.cRolf Eike Beer1-1/+1
2007-10-13sysfs: make sysfs_addrm_finish() return voidTejun Heo3-9/+7
2007-10-13sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo4-23/+26
2007-10-13sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo5-32/+16
2007-10-13sysfs: simplify sysfs_rename_dir()Tejun Heo1-22/+4
2007-10-13sysfs: cosmetic changes in sysfs_lookup()Tejun Heo1-10/+5
2007-10-13sysfs: Remove first pass at shadow directory supportEric W. Biederman5-163/+23
2007-10-13sysfs: cleanup semaphore.hDave Young6-6/+3
2007-10-13sysfs/file.c - use mutex instead of semaphoreDave Young1-7/+7
2007-10-13debugfs: helper for decimal challengedRobin Getz1-0/+36
2007-10-13Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman4-4/+5
2007-10-13kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2-6/+8
2007-10-12Fix up more bio falloutAl Viro5-10/+3
2007-10-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-11/+3
2007-10-12JFS: fix bio-related build breakageJeff Garzik1-6/+1
2007-10-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds8-32/+257
2007-10-11[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-13/+1
2007-10-11[FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov1-0/+33
2007-10-11[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-4/+4
2007-10-11[NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman1-0/+6
2007-10-11[NETNS]: Fix export symbols.Daniel Lezcano1-1/+3
2007-10-11[NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller1-0/+192
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+3
2007-10-11[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-1/+1
2007-10-11[NET]: Make /proc/net per network namespaceEric W. Biederman3-5/+9
2007-10-11[NET]: Don't implement dev_ifname32 inlineEric W. Biederman1-11/+10
2007-10-10compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann1-337/+0
2007-10-10compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann1-105/+0
2007-10-10compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann1-33/+0
2007-10-10compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann1-60/+0
2007-10-10compat_ioctl: handle blk_trace ioctlsArnd Bergmann1-8/+0