aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells2-5/+5
2013-05-01proc: Uninline pid_delete_dentry()David Howells2-9/+14
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells14-35/+40
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells7-33/+44
2013-04-29Include missing linux/magic.h inclusionsDavid Howells2-0/+2
2013-04-29Include missing linux/slab.h inclusionsDavid Howells11-1/+11
2013-04-29proc: Delete create_proc_read_entry()David Howells4-220/+1
2013-04-29arm: Don't use create_proc_read_entry()David Howells1-23/+19
2013-04-29ARM: OMAP1: Replace PM debug create_proc_read_entry() with debugfsTony Lindgren1-41/+37
2013-04-29cris: Don't use create_proc_read_entry()David Howells2-330/+265
2013-04-29h8300: Don't use create_proc_read_entry()David Howells1-14/+20
2013-04-29ia64: Don't use create_proc_read_entry()David Howells3-348/+301
2013-04-29mips: Don't use create_proc_read_entry()David Howells3-136/+104
2013-04-29parisc: Don't use create_proc_read_entry()David Howells1-23/+24
2013-04-29sh: Don't use create_proc_read_entry()David Howells1-9/+19
2013-04-29megaraid: Don't use create_proc_read_entry()David Howells2-675/+382
2013-04-29hostap: Don't use create_proc_read_entry()David Howells12-523/+703
2013-04-29atmel: Don't use create_proc_read_entry()David Howells1-38/+31
2013-04-29ds1620: Don't use create_proc_read_entry()David Howells1-14/+19
2013-04-29efirtc: Don't use create_proc_read_entry()David Howells1-43/+40
2013-04-29genrtc: Don't use create_proc_read_entry()David Howells1-25/+23
2013-04-29hp_sdc_rtc: Don't use create_proc_read_entry()David Howells1-32/+26
2013-04-29nubus: Don't use create_proc_read_entry()David Howells3-60/+80
2013-04-29fsl_udc: Don't use create_proc_read_entry()David Howells1-81/+43
2013-04-29goku_udc: Don't use create_proc_read_entry()David Howells1-50/+39
2013-04-29wlags49_h2: Don't use create_proc_read_entry()David Howells1-159/+161
2013-04-29cxt1e1: Don't use create_proc_read_entry()David Howells3-302/+175
2013-04-29csr: Don't use create_proc_read_entry()David Howells3-332/+189
2013-04-29comedi: Don't use create_proc_read_entry()David Howells1-21/+31
2013-04-29ft1000: Don't use create_proc_read_entry()David Howells2-136/+123
2013-04-29rtl8187se: Don't use create_proc_read_entry()David Howells1-71/+63
2013-04-29rtl8192u: Don't use create_proc_read_entry()David Howells1-123/+91
2013-04-29procfs: Mark create_proc_read_entry deprecatedDavid Howells1-2/+4
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro1-3/+11
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro1-2/+1
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro1-9/+14
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro1-9/+5
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro1-13/+9
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro1-2/+12
2013-04-29dvb_frontend: don't mess with ->f_op in ->release()Al Viro1-4/+1
2013-04-29dvb_net: don't mess with ->f_op in ->release()Al Viro1-4/+1
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Al Viro1-1/+0
2013-04-29mpt3sas: don't wank with fasync on ->release()Al Viro1-14/+0
2013-04-29mpt2sas: don't wank with fasync on ->release()Al Viro1-14/+0
2013-04-29fix a leak in /proc/schedstatsAl Viro1-6/+1
2013-04-29pmcraid: don't wank with fasync in ->release()Al Viro1-14/+0
2013-04-29mptctl: don't wank with fasync in ->release()Al Viro1-8/+0
2013-04-29lpfc: fix races for miscdevice open vs. rmmodAl Viro1-32/+1
2013-04-29yurex: don't wank with fasync on ->release()...Al Viro1-2/+0
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro1-3/+0