aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07block_device_operations->release() should return voidAl Viro37-121/+62
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro4-10/+7
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-05-05rcutrace: single_open() leaksAl Viro1-4/+4
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-05staging: single_open() leaksAl Viro8-8/+8
2013-05-05megaraid: single_open() leakAl Viro1-1/+1
2013-05-05wireless: single_open() leaksAl Viro4-7/+7
2013-05-05input: single_open() leakAl Viro1-1/+1
2013-05-05rtc: single_open() leaksAl Viro2-2/+2
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-05-05sh: single_open() leaksAl Viro1-1/+1
2013-05-05parisc: single_open() leaksAl Viro1-1/+1
2013-05-05mips: single_open() leaksAl Viro3-4/+4
2013-05-05ia64: single_open() leaksAl Viro3-4/+4
2013-05-05h8300: single_open() leaksAl Viro1-1/+1
2013-05-05cris: single_open() leaksAl Viro2-2/+2
2013-05-05arm: single_open() leaksAl Viro2-2/+2
2013-05-04serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-05-04sparc32, leon: Do not overwrite previously set irq flow handlersAndreas Larsson1-3/+7
2013-05-04sparc/kernel/vio.c: add put_device() after device_find_child()Federico Vaga1-0/+1
2013-05-04ipc: simplify rcu_read_lock() in semctl_nolock()Linus Torvalds1-2/+1
2013-05-04ipc: simplify semtimedop/semctl_main() common error path handlingLinus Torvalds1-27/+14
2013-05-04ipc: move sem_obtain_lock() rcu locking into the only callerLinus Torvalds1-9/+7
2013-05-04ipc: fix double sem unlock in semctl error pathLinus Torvalds1-1/+1
2013-05-04ipc: move the rcu_read_lock() from sem_lock_and_putref() into callersLinus Torvalds1-2/+3
2013-05-04xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"Al Viro1-1/+1
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan1-1/+2
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan2-2/+2
2013-05-04hostfs: remove "will unlock" commentJames Hogan1-1/+1
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan1-1/+1
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro1-1/+1
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng1-22/+9
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen1-1/+0
2013-05-04kill fs/read_write.hAl Viro3-12/+4
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara2-1/+13
2013-05-04sun3_scsi: add ->show_info()Geert Uytterhoeven3-106/+80
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven2-16/+0
2013-05-04more mode_t whack-a-mole...Al Viro1-1/+1
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro1-4/+5
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")Al Viro1-3/+2
2013-05-04ipc: sem_putref() does not need the semaphore lock any moreLinus Torvalds1-3/+1
2013-05-04ipc: move rcu_read_unlock() out of sem_unlock() and into callersLinus Torvalds1-2/+17
2013-05-04hwmon: (lm75) Add support for the Dallas/Maxim DS7505Jean Delvare3-5/+12
2013-05-04hwmon: (lm75) Tune resolution and sample time per chipJean Delvare2-9/+40
2013-05-04hwmon: (lm75) Prepare to support per-chip resolution and sample timeJean Delvare1-5/+26
2013-05-04hwmon: (lm75) Per-chip configuration register initializationJean Delvare1-2/+22
2013-05-03cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo1-1/+1
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov1-0/+2