summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-091-10/+5Star
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-092-5/+6
* fs/qnx6: update debugging to current functionsFabian Frederick2014-08-095-39/+23Star
* fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick2014-08-094-38/+44
* fs/qnx6: convert printk to pr_foo()Fabian Frederick2014-08-093-55/+43Star
* fs/romfs/super.c: add blank line after declarationsFabian Frederick2014-08-091-0/+2
* fs/romfs/super.c: use pr_fmt in loggingFabian Frederick2014-08-091-7/+8
* fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick2014-08-091-9/+7Star
* fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-091-1/+1
* fs/cramfs: code clean-upFabian Frederick2014-08-092-12/+15
* fs/cramfs: use pr_fmtFabian Frederick2014-08-092-8/+12
* fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-092-10/+10
* fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-091-1/+1
* fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-093-8/+5Star
* adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-093-4/+4
* fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-091-1/+1
* fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* sysctl: remove typedef ctl_tableJoe Perches2014-08-091-1/+1
* fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-091-3/+79
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-091-4/+0Star
* proc: remove INF macroAlexey Dobriyan2014-08-092-42/+0Star
* proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-091-2/+2
* proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan2014-08-091-8/+10
* proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan2014-08-091-4/+5
* proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan2014-08-091-4/+5
* proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan2014-08-091-5/+6
* proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan2014-08-091-4/+11
* proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan2014-08-091-6/+7
* proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan2014-08-091-15/+12Star
* proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan2014-08-091-10/+8Star
* proc: more "const char *" pointersAlexey Dobriyan2014-08-091-4/+4
* proc: remove proc_tty_ldisc variableAlexey Dobriyan2014-08-091-2/+2
* proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-092-3/+1Star
* proc: faster /proc/$PID lookupAlexey Dobriyan2014-08-092-3/+3
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-094-21/+21
* proc: constify seq_operationsFabian Frederick2014-08-091-1/+1
* fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick2014-08-091-1/+1
* fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-091-8/+9
* fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick2014-08-091-0/+20
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-0914-14/+14
* fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick2014-08-094-9/+8Star
* fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-091-16/+16
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-092-3/+3
* fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick2014-08-091-20/+24
* fs/ufs/super.c: use __func__ in loggingFabian Frederick2014-08-091-18/+18
* fs/ufs: use pr_fmtFabian Frederick2014-08-092-8/+13
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-092-133/+131Star
* nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-095-5/+34