summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12125-1478/+792
|\
| * nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-095-19/+86
| * fs:affs:Replace time_t with time64_tDengChao2016-01-093-8/+9
| * fs/9p: use fscache mutex rather than spinlockSasha Levin2016-01-093-6/+6
| * proc: add a reschedule point in proc_readfd_common()Eric Dumazet2016-01-091-0/+1
| * logfs: constify logfs_block_ops structuresJulia Lawall2016-01-093-5/+5
| * fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy2016-01-091-1/+2
| * fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das2016-01-091-5/+3
| * fs: xattr: Use kvfree()Richard Weinberger2016-01-091-24/+14
| * [s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro2016-01-091-2/+1
| * nbd: use ->compat_ioctl()Al Viro2016-01-082-11/+1
| * Merge branch 'for-linus' into work.miscAl Viro2016-01-0877-568/+855
| |\
| * | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-0617-90/+49
| * | lib/vsprintf: add %*pg format specifierDmitry Monakhov2016-01-062-0/+35
| * | fs: use gendisk->disk_name where possibleDmitry Monakhov2016-01-061-9/+3
| * | poll: plug an unused argument to do_pollMateusz Guzik2016-01-061-3/+3
| * | amdkfd: don't open-code memdup_user()Al Viro2016-01-061-26/+7
| * | cdrom: don't open-code memdup_user()Al Viro2016-01-061-7/+3
| * | rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4
| * | mtip32xx: don't open-code memdup_user()Al Viro2016-01-061-15/+8
| * | [um] mconsole: don't open-code memdup_user_nul()Al Viro2016-01-041-11/+3
| * | [um] hostaudio: don't open-code memdup_user()Al Viro2016-01-041-7/+3
| * | HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro2016-01-041-2/+2
| * | jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro2016-01-041-5/+4
| * | ... and a couple in net/9pAl Viro2016-01-041-2/+2
| * | md: more open-coded offset_in_page()Al Viro2016-01-042-3/+3
| * | dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro2016-01-041-1/+1
| * | hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
| * | drivers/mtd/maps/pcmciamtd.c: __iomem annotationsAl Viro2016-01-041-14/+14
| * | don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-043-18/+12
| * | saner calling conventions for copy_mount_options()Al Viro2016-01-043-30/+28
| * | fix the leak in integrity_read_file()Al Viro2016-01-041-5/+6
| * | ppc: get rid of the remnants of __get_user64()Al Viro2016-01-041-15/+0
| * | put the remnants of ..._user_ret() to restAl Viro2016-01-045-130/+0
| * | proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7
| * | kernel/*: switch to memdup_user_nul()Al Viro2016-01-044-95/+48
| * | cciss: switch to memdup_user_nul()Al Viro2016-01-041-10/+4
| * | switch wireless debugfs ->write() instances to memdup_user_nul()Al Viro2016-01-042-174/+89
| * | selinuxfs: switch to memdup_user_nul()Al Viro2016-01-041-73/+41
| * | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-0412-197/+71
| * | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-04596-2937/+5015
| |\ \
| | * | new helper: memdup_user_nul()Al Viro2016-01-042-0/+32
| * | | [mips] switch pvc_proc_cleanup() to remove_proc_subtree()Al Viro2015-12-231-12/+6
| * | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-2313-222/+54
| * | | don't open-code generic_file_llseek_size()Al Viro2015-12-094-74/+12
| * | | restore_nameidata(): no need to clear now->stackAl Viro2015-12-061-3/+1
| * | | namei.c: take "jump to root" into a new helperAl Viro2015-12-061-28/+26
| * | | path_init(): set nd->inode earlier in cwd-relative caseAl Viro2015-12-061-10/+12
| * | | namei.c: fold set_root_rcu() into set_root()Al Viro2015-12-061-24/+20
| * | | don't opencode iget_failed()Al Viro2015-12-062-6/+2
OpenPOWER on IntegriCloud