Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-08-09fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-08-09initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-08-09fs/qnx6: update debugging to current functionsFabian Frederick
2014-08-09fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick
2014-08-09fs/qnx6: convert printk to pr_foo()Fabian Frederick
2014-08-09fs/romfs/super.c: add blank line after declarationsFabian Frederick
2014-08-09fs/romfs/super.c: use pr_fmt in loggingFabian Frederick
2014-08-09fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick
2014-08-09fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick
2014-08-09fs/cramfs: code clean-upFabian Frederick
2014-08-09fs/cramfs: use pr_fmtFabian Frederick
2014-08-09fs/cramfs: convert printk to pr_foo()Fabian Frederick
2014-08-09fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-09fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-08-09fs/bfs: use bfs prefix for dump_imapFabian Frederick
2014-08-09adfs: add __printf verification, fix format/argument mismatchesJoe Perches
2014-08-09fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-09fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-08-09fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-09sysctl: remove typedef ctl_tableJoe Perches
2014-08-09fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov
2014-08-09fork/exec: cleanup mm initializationVladimir Davydov
2014-08-09proc: remove INF macroAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan
2014-08-09proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan
2014-08-09proc: more "const char *" pointersAlexey Dobriyan
2014-08-09proc: remove proc_tty_ldisc variableAlexey Dobriyan
2014-08-09proc: make proc_subdir_lock staticAlexey Dobriyan
2014-08-09proc: faster /proc/$PID lookupAlexey Dobriyan
2014-08-09proc: add and remove /proc entry create checksAlexey Dobriyan
2014-08-09proc: constify seq_operationsFabian Frederick
2014-08-09fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick
2014-08-09fs/hpfs/dnode.c: fix suspect code indentFabian Frederick
2014-08-09fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick
2014-08-09fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-08-09fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick
2014-08-09fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick
2014-08-09fs/ufs: convert UFSD printk to pr_debugFabian Frederick
2014-08-09fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick
2014-08-09fs/ufs/super.c: use __func__ in loggingFabian Frederick
2014-08-09fs/ufs: use pr_fmtFabian Frederick
2014-08-09fs/ufs: convert printk to pr_foo()Fabian Frederick
2014-08-09nilfs2: integrate sysfs support into driverVyacheslav Dubeyko