summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sysfs: make sysfs_addrm_finish() return voidTejun Heo2007-10-123-9/+7Star
* sysfs: make sysfs_add_one() automatically check for duplicate entryTejun Heo2007-10-124-23/+26
* sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictlyTejun Heo2007-10-125-32/+16Star
* sysfs: simplify sysfs_rename_dir()Tejun Heo2007-10-121-22/+4Star
* sysfs: cosmetic changes in sysfs_lookup()Tejun Heo2007-10-121-10/+5Star
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-125-163/+23Star
* sysfs: cleanup semaphore.hDave Young2007-10-126-6/+3Star
* sysfs/file.c - use mutex instead of semaphoreDave Young2007-10-121-7/+7
* debugfs: helper for decimal challengedRobin Getz2007-10-121-0/+36
* Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2007-10-124-4/+5
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-122-6/+8
* Fix up more bio falloutAl Viro2007-10-125-10/+3Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-121-11/+3Star
|\
| * Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-0320-287/+172Star
| |\
| * \ Merge branch 'linux-2.6'Paul Mackerras2007-09-2013-83/+250
| |\ \
| * | | [POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman2007-09-191-11/+3Star
* | | | JFS: fix bio-related build breakageJeff Garzik2007-10-121-6/+1Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-128-32/+257
|\ \ \ \
| * | | | [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-13/+1Star
| * | | | [FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov2007-10-111-0/+33
| * | | | [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-111-4/+4
| * | | | [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-111-0/+6
| * | | | [NETNS]: Fix export symbols.Daniel Lezcano2007-10-111-1/+3
| * | | | [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-111-0/+192
| * | | | [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-2/+3
| * | | | [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-1/+1
| * | | | [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-113-5/+9
| * | | | [NET]: Don't implement dev_ifname32 inlineEric W. Biederman2007-10-111-11/+10Star
* | | | | compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-337/+0Star
* | | | | compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-105/+0Star
* | | | | compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann2007-10-101-33/+0Star
* | | | | compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann2007-10-101-60/+0Star
* | | | | compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-101-8/+0Star
* | | | | compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann2007-10-101-83/+0Star
* | | | | compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-101-45/+0Star
* | | | | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-1011-84/+17Star
* | | | | Don't decrement bi_size in bio_endioNeilBrown2007-10-101-12/+11Star
* | | | | Only call bi_end_io once for any bioNeilBrown2007-10-101-1/+3
* | | | | Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
|/ / / /
* | | | NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust2007-10-091-1/+3
* | | | AIO: fix cleanup in io_submit_one(...)Yan Zheng2007-10-081-1/+1
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-10-041-1/+5
|\ \ \ \
| * | | | binfmt_flat: checkpatch fixing minimum support for the blackfin relocationsAndrew Morton2007-10-031-1/+2
| * | | | Binfmt_flat: Add minimum support for the Blackfin relocationsBernd Schmidt2007-10-031-1/+4
| | |_|/ | |/| |
* / | | ocfs2: Unlock mutex in local alloc failure caseSunil Mushran2007-10-031-1/+3
|/ / /
* | | Fix possible splice() mmap_sem deadlockLinus Torvalds2007-10-011-12/+34
* | | Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...Tim Shimmin2007-10-013-54/+3Star
* | | NFS: Fix an Oops in encode_lookup()Trond Myklebust2007-09-293-10/+24
* | | NLM: Fix a circular lock dependency in lockdTrond Myklebust2007-09-261-11/+18
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-09-261-0/+2
|\ \ \