aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-07-04Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds5-13/+106
2013-07-04hpfs: implement prefetch to improve performanceMikulas Patocka4-5/+63
2013-07-04hpfs: use mpageMikulas Patocka1-6/+34
2013-07-04hpfs: better test for errorsMikulas Patocka2-2/+9
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-6/+18
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds43-470/+991
2013-07-03aio: fix wrong comment in aio_complete()Tang Chen1-1/+1
2013-07-03fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov1-0/+1
2013-07-03fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov1-2/+1
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang1-1/+1
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-03fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov1-2/+1
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov1-5/+7
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov1-9/+10
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov1-23/+21
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov1-18/+12
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov1-7/+13
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov1-11/+7
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov1-6/+6
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng1-3/+2
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root structVyacheslav Dubeyko6-14/+16
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko5-2/+112
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook3-5/+4
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook1-5/+6
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2-28/+9
2013-07-03vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke1-20/+116
2013-07-03vmcore: calculate vmcore file size from buffer size and total size of vmcore objectsHATAYAMA Daisuke1-33/+11
2013-07-03vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke1-0/+18
2013-07-03vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke1-73/+286
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_listHATAYAMA Daisuke1-8/+22
2013-07-03vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke1-68/+51
2013-07-03vmcore: clean up read_vmcore()HATAYAMA Daisuke1-48/+20
2013-07-03fs: nfs: inform the VM about pages being committed or unstableMel Gorman1-0/+30
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman3-0/+36
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-07-03pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov1-1/+34
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-5/+42
2013-07-03pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov1-18/+22
2013-07-03clear_refs: introduce private struct for mm_walkPavel Emelyanov1-2/+10
2013-07-03clear_refs: sanitize accepted commands declarationPavel Emelyanov1-7/+12
2013-07-03ocfs2: fix NULL pointer dereference when traversing o2hb_all_regionsXue jiufei1-0/+9
2013-07-03ocfs2: adjust switch_case syntax at o2net_state_change()Jie Liu1-13/+13
2013-07-03ocfs2: fix a comments typo at o2quo_hb_still_up()Jie Liu1-1/+1
2013-07-03ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming conventionJie Liu1-4/+4
2013-07-03ocfs2: submit disk heartbeat bio using WRITE_SYNCNoboru Iwamatsu1-1/+1
2013-07-03ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10
2013-07-03ocfs2: fix readonly issue in ocfs2_unlink()Younger Liu1-11/+12