Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / char_dev.c
2011-12-13 Greg Kroah-Hartmanchar_dev.c: fix up some whitespace errors
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-13 Namhyung Kimfs/char_dev.c: remove unused cdev_index()
2010-12-17 Yang Zhangfs/block: type signature of major_to_index(int) to...
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-09-22 Jan Karachar: Mark /dev/zero and /dev/kmem as not capable of...
2010-08-06 David HowellsFix init ordering of /dev/console vs callers of modprobe
2009-09-24 Renzo Davolifs/char_dev.c: remove useless loop
2009-09-15 Tejun HeoBackport patches from 2.6.32-rc to ease ossp testing.
2009-09-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-08-10 Tejun Heochrdev: implement __[un]register_chrdev()
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-12 Theodore Ts'ofs: Remove i_cindex from struct inode
2009-01-06 Cyrill Gorcunovfs: fix name overwrite in __register_chrdev_region()
2008-10-23 Christoph Hellwig[PATCH] tidy up chrdev_open
2008-10-16 Johannes Bergremove CONFIG_KMOD from fs
2008-06-20 Jonathan CorbetRemove the lock_kernel() call from chrdev_open()
2008-06-20 Jonathan CorbetAdd a comment in chrdev_open()
2008-04-29 Jiri Olsafs: remove unused fops from struct char_device_struct
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Denis Chengfs/char_dev.c: chrdev_open marked static and removed...
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_init_ng() to kobject_init()
2008-01-25 Greg Kroah-HartmanKobject: convert fs/char_dev.c to use kobject_init...
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-07-19 Akinobu Mitaunregister_chrdev() return void
2007-04-05 Andrew Morton[PATCH] remove protection of LANANA-reserved majors
2007-02-21 Andrew Morton[PATCH] rework reserved major handling
2007-02-12 Andrew Morton[PATCH] register_chrdev_region() don't hand out the...
2006-09-30 David Howells[PATCH] BLOCK: Move extern declarations out of fs/...
2006-09-29 Jonathan Corbet[PATCH] cdev documentation
2006-09-29 Amos Waterland[PATCH] Chardev checking of overlapping ranges
2006-09-27 David Howells[PATCH] NOMMU: Set BDI capabilities for /dev/mem and...
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-15 Rolf Eike Beer[PATCH] add function documentation for register_chrdev()
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the devfs_fs_kernel.h file from...
2006-05-01 Andrew Morton[PATCH] Simplify proc/devices and fix early termination...
2006-03-31 Joe Korty[PATCH] Simplify proc/devices and fix early termination...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-28 Arjan van de Ven[PATCH] mark f_ops const in the inode
2006-03-25 Oliver Neukum[PATCH] use kzalloc and kcalloc in core fs code
2006-03-20 Jes Sorensen[PATCH] kobj_map semaphore to mutex conversion
2006-01-16 Olaf Hering+- update to 2.6.15-git12
2006-01-15 Neil Horman[PATCH] convert /proc/devices to use seq_file interface
2005-07-12 Brian King[PATCH] cdev: cdev_put oops
2005-07-02 Greg Kroah-HartmanUpdate to 2.6.13-rc1-git3
2005-06-29 Wen-chien Jesse... [PATCH] fix semaphore handling in __unregister_chrdev_r...
2005-06-23 Neil Horman[PATCH] add check to /proc/devices read routines
2005-05-05 Adrian Bunk[PATCH] make some things static
2005-04-17 David Brownell[PATCH] revert fs/char_dev.c CONFIG_BASE_FULL change
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Thomas Gleixner[PATCH] Lock initializer cleanup: Filesystems
2004-11-15 Roland Dreier[PATCH] cdev_init: zero out cdev before kobject_init()
2004-11-11 Arjan van de Ven[PATCH] make cdev_get static, unexport
2004-10-22 Stephen Hemminger[PATCH] cdev: protect against buggy drivers
2004-10-20 Stephen Hemminger[PATCH] register_chrdev_region(), alloc_chrdev_region...
2004-03-23 Olaf Hering+- update to patches.fixes/linux-post-2.6.5-rc2-20040323
2004-03-22 Andrew Morton[PATCH] fix device open return values
2004-03-16 Hubert Mantelupdate to 2.6.5-rc1
2004-03-12 Jonathan Corbet[PATCH] cdev 1/2: Eliminate /sys/cdev
2004-02-11 Hubert Mantelupdate to 2.6.3-rc2
2004-02-06 Jonathan Corbet[PATCH] Char drivers: cdev_unmap()
2004-01-06 Gerd Hoffmann- update to 2.6.1-rc2 -- first cut.
2003-12-30 Andrew Morton[PATCH] call_usermodehelper retval fix
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-11-09 Andrew Morton[PATCH] char dev request_module fix
2003-09-26 Randy Dunlap[PATCH] janitor: cleanup includes in fs/
2003-09-21 Andrew Morton[PATCH] Export new char dev functions
2003-09-05 Alexander Viro[PATCH] large dev_t - second series (7/15)
2003-09-05 Alexander Viro[PATCH] large dev_t - second series (5/15)
2003-08-14 Randy Dunlap[PATCH] janitor: use request_module()
2003-06-11 Alexander Viro[PATCH] tty_driver refcounting
2003-05-30 Paul Fulghum[PATCH] tty_register_driver
2003-05-27 Alexander Viro[PATCH] Fix sound lockup - missing chardev init
2003-05-25 Linus TorvaldsMake cdev infrastructure initialize early
2003-05-25 Alexander Viro[PATCH] i_cdev/i_cindex
2003-05-25 Alexander Viro[PATCH] cdev-cidr, part 1
2003-05-25 Alexander Viro[PATCH] register_chrdev_region() cleanup
2003-05-17 Linus TorvaldsMake request_module() take a printf-like vararg argumen...
2003-03-28 Andrew Morton[PATCH] register_chrdev_region() leak and race fix
2003-03-28 Andrew Morton[PATCH] make cdevname() callable from interrupts
2003-03-28 Andrew Morton[PATCH] tty_io cleanup
2003-03-22 Andrew Morton[PATCH] dev_t [2/3] - remove MAX_CHRDEV
2003-03-22 Andrew Morton[PATCH] dev_t [1/3]: kill cdev
2003-03-10 Christoph Hellwig[PATCH] remove devfs_only()
2003-02-06 Andries E. Brouwer[PATCH] Remove dead code
2002-11-21 Brian Gerst[PATCH] break up fs/devices.c
2002-11-17 Christoph Hellwig[PATCH] pull even more crap out of fs.h
2002-04-04 Dave Jones[PATCH] list_for_each is fs/
2002-02-05 Linus Torvaldsv2.5.1.3 -> v2.5.1.4
2002-02-05 Linus Torvaldsv2.4.13.7 -> v2.4.13.8
2002-02-05 Linus Torvaldsv2.4.4.4 -> v2.4.4.5