summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood
2013-07-09ncpfs: fix error return code in ncp_parse_options()Wei Yongjun
2013-07-09mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo
2013-07-09fanotify: fix races when adding/removing marksLino Sanfilippo
2013-07-09fanotify: info leak in copy_event_to_user()Dan Carpenter
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds
2013-07-04hpfs: implement prefetch to improve performanceMikulas Patocka
2013-07-04hpfs: use mpageMikulas Patocka
2013-07-04hpfs: better test for errorsMikulas Patocka
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03aio: fix wrong comment in aio_complete()Tang Chen
2013-07-03fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov
2013-07-03fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov
2013-07-03fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-07-03vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke
2013-07-03vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke
2013-07-03vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke
2013-07-03vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke
2013-07-03vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke
2013-07-03vmcore: clean up read_vmcore()HATAYAMA Daisuke
2013-07-03fs: nfs: inform the VM about pages being committed or unstableMel Gorman
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin