summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier2007-10-151-4/+11
| * | | sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith2007-10-151-2/+1
| * | | sched: clean up schedstats, cnt -> countIngo Molnar2007-10-151-1/+1
| |/ /
* | | Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-1510-241/+203
|\ \ \ | |/ / |/| |
| * | knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAMEJ. Bruce Fields2007-10-091-2/+3
| * | knfsd: nfsv4 delegation recall should take reference on clientJ. Bruce Fields2007-10-092-0/+3
| * | knfsd: don't shutdown callbacks until nfsv4 client is freedJ. Bruce Fields2007-10-091-14/+13
| * | knfsd: let nfsd manage timing out its own leasesJ. Bruce Fields2007-10-091-2/+6
| * | knfsd: 64 bit ino support for NFS serverPeter Staubach2007-10-093-41/+39
| * | knfsd: remove code duplication in nfsd4_setclientid()J. Bruce Fields2007-10-091-24/+6
| * | nfsd warning fixAndrew Morton2007-10-091-1/+1
| * | knfsd: fix callback rpc credJ. Bruce Fields2007-10-091-33/+0
| * | knfsd: move nfsv4 slab creation/destruction to module init/exitJ. Bruce Fields2007-10-093-16/+15
| * | knfsd: spawn kernel thread to probe callback channelJ. Bruce Fields2007-10-091-37/+34
| * | knfsd: nfs4 name->id mapping not correctly parsing negative downcallJ. Bruce Fields2007-10-091-3/+5
| * | knfsd: demote some printk()s to dprintk()sJ. Bruce Fields2007-10-092-12/+12
| * | knfsd: cleanup of nfsd4 cmp_* functionsJ. Bruce Fields2007-10-091-44/+47
| * | knfsd: delete code made redundant by map_new_errorsJ. Bruce Fields2007-10-091-2/+0
| * | nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig2007-10-091-17/+26
| * | nfsd: tone down inaccurate dprintkJ. Bruce Fields2007-10-091-1/+1
| |/
* | more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-144-4/+4
* | fs/partitions/sun.c endianness annotationsAl Viro2007-10-141-2/+2
* | JFS: Bio cleanup: Replace missing return statementsDave Kleikamp2007-10-131-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-10-13110-3696/+4599
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-1214-809/+635
| |\ \
| | * | sysfs: add copyrightsTejun Heo2007-10-127-7/+59
| | * | sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-123-8/+19
| | * | sysfs: implement sysfs_open_direntTejun Heo2007-10-122-1/+111
| | * | sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo2007-10-123-10/+12
| | * | sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-123-11/+6
| | * | sysfs: open code sysfs_attach_dentry()Tejun Heo2007-10-121-16/+4
| | * | sysfs: make s_elem an anonymous unionTejun Heo2007-10-126-24/+24
| | * | sysfs: make bin attr open get active reference of parent tooTejun Heo2007-10-121-5/+5
| | * | sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo2007-10-121-5/+4
| | * | sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo2007-10-122-8/+2
| | * | sysfs: reposition sysfs_dirent->s_mode.Tejun Heo2007-10-121-1/+1
| | * | sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-40/+0
| | * | sysfs: clean up header filesTejun Heo2007-10-121-56/+92
| | * | sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode tooTejun Heo2007-10-121-0/+9
| | * | sysfs: fix comments of sysfs_add/remove_one()Tejun Heo2007-10-121-7/+3
| | * | sysfs: spit a warning to users when they try to create a duplicate sysfs fileGreg Kroah-Hartman2007-10-121-1/+5
| | * | sysfs: Rewrite sysfs_move_dir in terms of sysfs direntsEric W. Biederman2007-10-121-16/+18
| | * | sysfs: Rewrite rename in terms of sysfs direntsEric W. Biederman2007-10-121-22/+16
| | * | sysfs: Remove s_dentryEric W. Biederman2007-10-123-30/+4
| | * | sysfs: simply sysfs_get_dentryTejun Heo2007-10-121-75/+16
| | * | sysfs: Introduce sysfs_rename_mutexEric W. Biederman2007-10-123-1/+12
| | * | sysfs: Rewrite sysfs_drop_dentry.Eric W. Biederman2007-10-121-27/+26
| | * | sysfs: Simplify readdir.Eric W. Biederman2007-10-121-131/+44
| | * | sysfs: In sysfs_lookup don't open code sysfs_find_direntEric W. Biederman2007-10-121-3/+1
| | * | sysfs: Make sysfs_mount staticEric W. Biederman2007-10-124-9/+5