summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-17select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov1-33/+13
2019-07-17select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov1-23/+7
2019-07-17signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov4-50/+27
2019-07-17fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-07-17fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-07-17fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1
2019-07-17coda: add hinting support for partial file cachingPedro Cuadra5-25/+112
2019-07-17coda: ftoc validity check integrationFabian Frederick4-18/+18
2019-07-17coda: remove sb test in coda_fid_to_inode()Fabian Frederick1-5/+0
2019-07-17coda: remove sysctl object from module when unusedFabian Frederick4-16/+12
2019-07-17coda: add __init to init_coda_psdev()Fabian Frederick1-1/+1
2019-07-17coda: use SIZE() for statFabian Frederick1-1/+1
2019-07-17coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-17coda: remove uapi/linux/coda_psdev.hJan Harkes1-1/+4
2019-07-17coda: move internal defs out of include/linux/ [ver #2]David Howells11-14/+99
2019-07-17coda: bump module versionJan Harkes1-1/+1
2019-07-17coda: get rid of CODA_FREE()Dan Carpenter3-24/+22
2019-07-17coda: get rid of CODA_ALLOC()Dan Carpenter3-13/+7
2019-07-17coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes1-14/+7
2019-07-17coda: stop using 'struct timespec' in user APIArnd Bergmann1-12/+38
2019-07-17coda: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2019-07-17coda: don't try to print names that were considered too longJan Harkes1-2/+2
2019-07-17coda: potential buffer overflow in coda_psdev_write()Jan Harkes2-3/+39
2019-07-17coda: add error handling for fgetZhouyang Jia1-1/+4
2019-07-17coda: pass the host file in vma->vm_file on mmapJan Harkes1-2/+68
2019-07-17fs/binfmt_elf.c: delete stale commentAlexey Dobriyan1-1/+0
2019-07-17fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing1-2/+0
2019-07-17fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny1-0/+4
2019-07-17fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan1-10/+17
2019-07-17vmcore: add a kernel parameter novmcoreddKairui Song2-1/+11
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds8-17/+18
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+1
2019-07-15Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-41/+34
2019-07-15Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-92/+338
2019-07-15Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-1/+2
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds3-65/+290
2019-07-13Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds4-33/+19
2019-07-13Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds18-758/+1268
2019-07-13Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds160-4703/+4397
2019-07-13Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds14-242/+288
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-261/+112
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-331/+291
2019-07-12oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt1-2/+1
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt1-1/+1
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin1-1/+1
2019-07-12mm: smaps: split PSS into componentsLuigi Semenzato1-30/+62
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov1-6/+22
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov1-1/+4
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov1-1/+3
2019-07-12proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov1-2/+6