aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Revert "proc: Remove verifiedbootstate flag from /proc/cmdline"mm-6.0Moyster2016-11-241-27/+1
* UPSTREAM: capabilities: ambient capabilitiesAndy Lutomirski2016-11-181-1/+4
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2016-11-171-1/+7
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-11-171-0/+2
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2016-11-171-2/+5
* proc: Remove verifiedbootstate flag from /proc/cmdlineSultanxda2016-11-071-1/+27
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-11-071-0/+7
* Fix: Elevation of privilege vulnerability in kernel file systemMarcos Marado2016-11-073-2/+12
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-3/+11
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-0743-2/+96
* proc: introduce proc_mem_open()Oleg Nesterov2016-09-282-15/+23
* mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2016-09-281-24/+9
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2016-09-282-5/+41
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2016-09-283-5/+5
* fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2016-09-281-1/+4
* fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2016-09-281-6/+19
* fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2016-09-281-5/+10
* fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2016-09-281-24/+10
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2016-09-281-24/+1
* fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2016-09-281-6/+3
* fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2016-09-281-5/+3
* fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2016-09-281-16/+19
* fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2016-09-282-9/+29
* fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2016-09-281-28/+16
* fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2016-09-281-5/+3
* block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2016-09-133-5/+1
* bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2016-09-131-21/+11
* debug: remove: remove some dmesg logspam from Linux mainline 3.4 fsktoonsez2016-09-131-1/+1
* pstore: pmsg: return -ENOMEM on vmalloc failureMark Salyzyn2016-09-131-0/+2
* fs: binfmt_elf: fix get_atrandom_bytes defined but not usedanarkia19762016-09-101-19/+0
* binfmt_elf: use prandom - do not deplete entropyanarkia19762016-09-101-1/+1
* fs/namei.c: fix potential memory leak in path_lookupatimoseyon2016-09-101-1/+2
* fs: Workaround the compiler's bad optimizationNikhilesh Reddy2016-09-101-1/+1
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-1016-48/+198
* writeback: Fix occasional slow sync(1)Jan Kara2016-09-011-4/+2
* writeback: fix writeback cache thrashingNamjae Jeon2016-09-011-4/+0
* writeback: fix race that cause writeback hungJunxiao Bi2016-09-011-2/+2
* binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu2016-09-011-1/+20
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-2612-31/+132
* Linux 3.10.101 (accumulative patch)Stefan Guendhoer2016-08-264-18/+102
* Linux 3.10.100 (accumulative patch)Stefan Guendhoer2016-08-267-75/+139
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-2615-31/+85
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-2612-27/+84
* Linux 3.10.97 (accumulative patch)Stefan Guendhoer2016-08-268-38/+76
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-265-7/+29
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2016-08-261-2/+27
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2016-08-261-0/+10
* udf: Check length of extended attributes and allocation descriptorsJan Kara2016-08-261-0/+10
* disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2016-08-261-2/+6