aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: convert fs/char_dev.c to use kobject_init/add_ng()Greg Kroah-Hartman1-4/+2
2008-01-24Kobject: change GFS2 to use kobject_init_and_addGreg Kroah-Hartman3-39/+10
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman1-7/+7
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman4-4/+4
2008-01-24kset: convert block_subsys to use kset_createGreg Kroah-Hartman1-3/+3
2008-01-24kset: convert ocfs2 to use kset_createGreg Kroah-Hartman2-64/+23
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-53/+10
2008-01-24ecryptfs: remove version_str file from sysfsGreg Kroah-Hartman1-43/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-4/+6
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman4-5/+4
2008-01-24kset: convert dlm to use kset_createGreg Kroah-Hartman1-11/+9
2008-01-24kset: convert gfs2 dlm to use kset_createGreg Kroah-Hartman1-12/+10
2008-01-24kset: convert gfs2 to use kset_createGreg Kroah-Hartman1-6/+7
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman4-9/+8
2008-01-24kset: convert ecryptfs to use kset_createGreg Kroah-Hartman1-10/+9
2008-01-24kobject: convert configfs to use kobject_createGreg Kroah-Hartman1-7/+6
2008-01-24kobject: convert debugfs to use kobject_createGreg Kroah-Hartman1-7/+6
2008-01-24kobject: convert fuse to use kobject_createGreg Kroah-Hartman1-12/+14
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-3/+3
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman11-28/+20
2008-01-24sysfs: remove SPIN_LOCK_UNLOCKEDJiri Slaby1-1/+1
2008-01-24sysfs: create optimal relative symlink targetsKay Sievers1-46/+42
2008-01-24ecryptfs: clean up attribute messGreg Kroah-Hartman1-67/+18
2008-01-24coda: convert struct class_device to struct deviceKay Sievers1-4/+4
2008-01-24sysfs: Fix a copy-n-paste typo in commentJean Delvare1-1/+1
2008-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2008-01-22[SPARC]: Constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden1-2/+2
2008-01-17jbd: do not try lock_acquire after handle made invalidJonas Bonn1-0/+2
2008-01-17hfs: fix coverity-found null derefEric Sandeen1-3/+4
2008-01-16sysfs: fix bugs in sysfs_rename/move_dir()Tejun Heo1-1/+3
2008-01-16sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookupTejun Heo1-1/+3
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds1-2/+0
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov1-1/+1
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2-2/+8
2008-01-13remove task_ppid_nr_nsRoland McGrath1-2/+2
2008-01-12Use access mode instead of open flags to determine needed permissionsLinus Torvalds1-2/+2
2008-01-11Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-6/+10
2008-01-11[XFS] fix unaligned access in readdirChristoph Hellwig1-6/+10
2008-01-10NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2-1/+5
2008-01-08hfs: handle more on-disk corruptions without oopsingEric Sandeen4-3/+42
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2-17/+4
2008-01-08fat: optimize fat_count_free_clusters()OGAWA Hirofumi1-0/+28
2008-01-07core dump: real_parent ppidRoland McGrath1-2/+2
2008-01-06fix: using joysticks in 32 bit applications on 64 bit systemsAkos Maroy1-0/+8
2008-01-03NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust1-11/+19
2008-01-03NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust1-3/+1
2008-01-03NFSv4: Fix circular locking dependency in nfs4_kill_renewdTrond Myklebust1-2/+0
2008-01-03NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust1-1/+11
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro4-5/+24