aboutsummaryrefslogtreecommitdiff
path: root/fs/fifo.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Filesystem: fifo: Fixed coding style issue.Gravatar David Jenni 1-2/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-3/+3
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsGravatar Denys Vlasenko 1-4/+4
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-04-11[PATCH] pipe.c/fifo.c code cleanupsGravatar Ingo Molnar 1-23/+26
2006-04-11[PATCH] get rid of the PIPE_*() macrosGravatar Ingo Molnar 1-24/+24
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionGravatar Ingo Molnar 1-5/+7
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-07Simplify fifo_open() locking logicGravatar Linus Torvalds 1-6/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+155