summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2002-07-31Merge bk://ldm.bkbits.net/linux-2.5-driverfs-apiLinus Torvalds
2002-07-31Undo d_drop removal at Trond's requestLinus Torvalds
2002-07-31[PATCH] split "gendisk" to be per-disk, part 1Alexander Viro
2002-07-31[PATCH] Get rid of per-partition blk_size[]Alexander Viro
2002-07-31Merge with Rusty 'trivial' RussellLinus Torvalds
2002-07-31Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-07-31[PATCH] PATCH 2.5: kconfig spurious EXPERIMENTAL 3 (2_2)Greg Banks
2002-07-31[PATCH] fix warningAnton Blanchard
2002-07-31[PATCH] typo in fs_ufs_super.c:ufs_fill_super()Mikael Pettersson
2002-07-31driverfs: define struct driverfs_ops and remove struct device dependenciesPatrick Mochel
2002-07-31Merge bk://ldm.bkbits.net/linux-2.5-driverfsLinus Torvalds
2002-07-31Merge bk://linuxusb.bkbits.net/devfs-2.5Linus Torvalds
2002-07-31driverfs: Add struct attributePatrick Mochel
2002-07-31Convert users of struct device_attribute to initialize the structs using Patrick Mochel
2002-07-31We'd better BUG out inside the NFS code rather than return aLinus Torvalds
2002-07-31Remove d_drop() at dentry revalidate: the callers know whenLinus Torvalds
2002-07-31[PATCH] Re: better getattr caching..Trond Myklebust
2002-07-31[PATCH] NFS lookup() BKL imbalanceTrond Myklebust
2002-07-31fixup users of device_remove_file to pass a struct device_attribute, instead ...Patrick Mochel
2002-07-30Remove the devfs_should* functions I added, and replace them with one devfs_o...Greg Kroah-Hartman
2002-07-30Fixup users of driverfs:Patrick Mochel
2002-07-30driverfs: Change the name of struct driver_file_entry to struct device_attributePatrick Mochel
2002-07-30device symlinks: just pass name, not struct driver_file_entry to driverfs_cre...Patrick Mochel
2002-07-30driverfs: consolidate all the hashed lookups into a static helper: get_dentry()Patrick Mochel
2002-07-30driverfs: don't dynamically allocate and duplicate struct driver_file_entry's...Patrick Mochel
2002-07-30Removed devfs_register_blkdev and devfs_unregister_blkdev.Greg Kroah-Hartman
2002-07-30Removed devfs_register_chrdev and devfs_unregister_chrdev.Greg Kroah-Hartman
2002-07-29driverfs: Remove struct driver_file_entry::parent, as we can get to it by the...Patrick Mochel
2002-07-29driverfs: use the parent directory's struct driver_dir_entry (in struct dentr...Patrick Mochel
2002-07-29driverfs: Don't put the driver_file_entry in struct inode::u.generic_ip or st...Patrick Mochel
2002-07-29driverfs: Remove references to struct driver_file_entry::dentry, as we don't ...Patrick Mochel
2002-07-29driverfs: Remove struct driver_dir_entry::files, since it's not being used an...Patrick Mochel
2002-07-29driverfs: don't do addition/deletion of driver_file_entry's into local lists, Patrick Mochel
2002-07-29driverfs: Do hashed lookup of dentry's when deleting a driverfs file (instead...Patrick Mochel
2002-07-29Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-07-29Merge bk://ncpfs.bkbits.net/linux-2.5Linus Torvalds
2002-07-30Convert ncpfs to C99 initializers. By Rusty Trivial Russell.Petr Vandrovec
2002-07-29[PATCH] fs/locks.c: eliminate locks_unlock_deleteMatthew Wilcox
2002-07-29Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds
2002-07-29Rename "sys_pread/pwrite" to "sys_pread64/pwrite64" to match theLinus Torvalds
2002-07-28Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski
2002-07-28Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski
2002-07-28Merge bk://jfs.bkbits.net/linux-2.5Linus Torvalds
2002-07-28Remove d_delete call from jfs_rmdir and jfs_unlinkDave Kleikamp
2002-07-28AutomergeLinus Torvalds
2002-07-29VM: remove unused /proc/sys/vm/kswapd and swapctl.hChristoph Hellwig
2002-07-29Merge hch's addition of generic_file_sendfile into jffs2_file_operations.David Woodhouse
2002-07-28[PATCH] restore lru_cache_del() in truncate_complete_pageAndrew Morton
2002-07-28MergeLinus Torvalds
2002-07-28[PATCH] put_page() uses auditedAndrew Morton