summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-29sock_close() couldn't have been called with NULL inode since at least 2.1.earlyAl Viro1-9/+0
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro3-8/+4
2013-04-29dmasound_core: saner arguments for sq_fsync()Al Viro1-3/+3
2013-04-29hppfs: get rid of ->fsync()Al Viro1-7/+0
2013-04-29hppfs: fix the leaks on close()Al Viro1-1/+12
2013-04-29new helper: read_code()Al Viro6-67/+42
2013-04-13cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro1-68/+28
2013-04-13cx25821: sanitize cx25821_get_audio_data() a bitAl Viro1-58/+25
2013-04-09try a saner locking for pde_opener...Al Viro3-44/+24
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Al Viro2-53/+34
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro4-214/+135
2013-04-09procfs: Clean up huge if-statement in __proc_file_read()David Howells1-51/+47
2013-04-09vt6655: slightly clean reading config fileAl Viro1-75/+40
2013-04-09vt6656: slightly sanitized reading configAl Viro1-43/+20
2013-04-09sound_firmware: don't bother with filp_close()Al Viro1-4/+5
2013-04-09pxa3xx-gcu: stop embedding file_operations into device-private objectAl Viro1-7/+8
2013-04-09pxa3xx-gcu: quite playing silly buggers with ->f_opAl Viro1-9/+12
2013-04-09silicom-bypass: Remove device_open/close()David Howells1-24/+0
2013-04-09proc: Kill create_proc_entry()David Howells2-18/+8
2013-04-09wlags49_h2: Don't use create_proc_entry()David Howells1-11/+0
2013-04-09nubus: Don't use create_proc_entry()David Howells1-2/+3
2013-04-09UM: Adjust printk in create_proc_mconsole()David Howells1-2/+1
2013-04-09constify a bunch of struct file_operations instancesAl Viro13-17/+17
2013-04-09bluetooth: kill unused fops field in struct bt_sock_listAl Viro1-1/+0
2013-04-09bluetooth: fix race in bt_procfs_init()Al Viro1-7/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro9-10/+10
2013-04-09bluetooth: don't bother with ->owner for procfs fopsAl Viro1-7/+8
2013-04-09x25: use proc_remove_subtree()Al Viro1-33/+14
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro3-8/+6
2013-04-09lparcfg: don't bother saving pointer to proc_dir_entryAl Viro1-9/+2
2013-04-09prominfo_proc fixesAl Viro1-30/+12
2013-04-09srm_env: don't bother with pointer to srm_env_tAl Viro1-24/+9
2013-04-09srm_env: use proc_remove_subtree()Al Viro1-57/+7
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro95-302/+243
2013-04-09last_radio_log: switch to proc_create()Al Viro1-16/+4
2013-04-09procfs: kill ->write_proc()Al Viro2-26/+0
2013-04-09bfin_adv7393: switch to proc_create_data()Al Viro1-24/+19
2013-04-09xtensa simdisk: switch to proc_create_data()Al Viro1-13/+23