summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro1-1/+2
2013-07-14configfs: don't open-code d_alloc_name()Al Viro1-11/+2
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-07-13Safer ABI for O_TMPFILEAl Viro2-3/+3
2013-07-08ncpfs: fix error return code in ncp_parse_options()Wei Yongjun1-3/+9
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton1-20/+49
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton1-0/+54
2013-07-08f2fs: fix readdir incorrectnessJaegeuk Kim1-11/+9
2013-07-05helper for reading ->d_countAl Viro10-16/+16
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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/pow...Linus Torvalds4-6/+18
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds43-470/+991
2013-07-04aio: fix wrong comment in aio_complete()Tang Chen1-1/+1
2013-07-04fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov1-0/+1
2013-07-04fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov1-2/+1
2013-07-04fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang1-1/+1
2013-07-04fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-04fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov1-2/+1
2013-07-04coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov1-5/+7
2013-07-04coredump: kill call_count, add core_name_sizeOleg Nesterov1-9/+10
2013-07-04coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov1-23/+21
2013-07-04coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov1-18/+12
2013-07-04coredump: introduce cn_vprintf()Oleg Nesterov1-7/+13
2013-07-04coredump: format_corename() can leak cn->corenameOleg Nesterov1-11/+7
2013-07-04signals: eventpoll: do not use sigprocmask()Oleg Nesterov1-6/+6
2013-07-04fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng1-3/+2
2013-07-04] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko6-14/+16
2013-07-04nilfs2: implement calculation of free inodes countVyacheslav Dubeyko5-2/+112
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook3-5/+4
2013-07-04clean up scary strncpy(dst, src, strlen(src)) usesKees Cook1-5/+6
2013-07-04mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-04mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2-28/+9
2013-07-04vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke1-20/+116
2013-07-04vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke1-33/+11
2013-07-04vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke1-0/+18
2013-07-04vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke1-73/+286
2013-07-04vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke1-8/+22
2013-07-04vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke1-68/+51
2013-07-04vmcore: clean up read_vmcore()HATAYAMA Daisuke1-48/+20
2013-07-04fs: nfs: inform the VM about pages being committed or unstableMel Gorman1-0/+30
2013-07-04mm: vmscan: take page buffers dirty and locked state into accountMel Gorman3-0/+36
2013-07-04ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-07-04pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov1-1/+34
2013-07-04mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-5/+42
2013-07-04pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov1-18/+22