summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown5-19/+86
2016-01-09fs:affs:Replace time_t with time64_tDengChao3-8/+9
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin3-6/+6
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet1-0/+1
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy1-1/+2
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das1-5/+3
2016-01-09fs: xattr: Use kvfree()Richard Weinberger1-24/+14
2016-01-09[s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro1-2/+1
2016-01-08nbd: use ->compat_ioctl()Al Viro2-11/+1
2016-01-08Merge branch 'for-linus' into work.miscAl Viro77-568/+855
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro4-55/+61
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn1-54/+68
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov2-0/+35
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov1-9/+3
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik1-3/+3
2016-01-06amdkfd: don't open-code memdup_user()Al Viro1-26/+7
2016-01-06cdrom: don't open-code memdup_user()Al Viro1-7/+3
2016-01-06rsxx: don't open-code memdup_user()Al Viro1-7/+4
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro1-15/+8
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro1-11/+3
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro1-7/+3
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro1-2/+2
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro1-5/+4
2016-01-04... and a couple in net/9pAl Viro1-2/+2
2016-01-04md: more open-coded offset_in_page()Al Viro2-3/+3
2016-01-04dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro1-1/+1
2016-01-04hpfs: missing endianness annotationAl Viro1-1/+1
2016-01-04drivers/mtd/maps/pcmciamtd.c: __iomem annotationsAl Viro1-14/+14
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro3-18/+12
2016-01-04saner calling conventions for copy_mount_options()Al Viro3-30/+28
2016-01-04fix the leak in integrity_read_file()Al Viro1-5/+6
2016-01-04ppc: get rid of the remnants of __get_user64()Al Viro1-15/+0
2016-01-04put the remnants of ..._user_ret() to restAl Viro5-130/+0
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro1-10/+7
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro4-95/+48
2016-01-04cciss: switch to memdup_user_nul()Al Viro1-10/+4
2016-01-04switch wireless debugfs ->write() instances to memdup_user_nul()Al Viro2-174/+89
2016-01-04selinuxfs: switch to memdup_user_nul()Al Viro1-73/+41
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro12-197/+71
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro596-2937/+5015
2016-01-04new helper: memdup_user_nul()Al Viro2-0/+32
2016-01-03Linux 4.4-rc8v4.4-rc8Linus Torvalds1-1/+1
2016-01-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-01-03Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2-5/+9
2015-12-31Merge tag 'pci-v4.4-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-18/+25
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds36-198/+334