aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/dtlk.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-05-06dtlk: remove double call to nonseekable_openGravatar Kirill Smelkov 1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-4/+4
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 1-7/+8
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 1-0/+1
2009-06-19dtlk: off by one in {read,write}_tts()Gravatar Roel Kluin 1-3/+3
2008-06-20Add a bunch of cycle_kernel_lock() callsGravatar Jonathan Corbet 1-2/+3
2008-06-20Add "no BKL needed" comments to several driversGravatar Jonathan Corbet 1-0/+2
2007-05-08dtlk: fix error checks in module_init()Gravatar Akinobu Mita 1-4/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] Char: timers cleanupGravatar Jiri Slaby 1-5/+3
2006-12-08[PATCH] struct path: convert char-driversGravatar Josef Sipek 1-2/+2
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGravatar Greg Kroah-Hartman 1-3/+0
2006-04-11[PATCH] Remove extraneous \n in doubletalk init printk.Gravatar Dave Jones 1-1/+1
2005-05-01[PATCH] misc verify_area cleanupsGravatar Jesper Juhl 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+659