summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2014-08-082-4/+2
|\
| * Merge tag 'v3.16-rc6' into MTD development branchBrian Norris2014-07-2190-683/+1729
| |\
| * | fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick2014-07-021-2/+1
| * | fs/jffs2/acl.c: remove null test before kfreeFabian Frederick2014-07-021-2/+1
* | | shm: add sealing APIDavid Herrmann2014-08-081-0/+5
* | | mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-0/+1
* | | fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-081-10/+5
* | | initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-082-5/+6
* | | fs/qnx6: update debugging to current functionsFabian Frederick2014-08-085-39/+23
* | | fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick2014-08-084-38/+44
* | | fs/qnx6: convert printk to pr_foo()Fabian Frederick2014-08-083-55/+43
* | | fs/romfs/super.c: add blank line after declarationsFabian Frederick2014-08-081-0/+2
* | | fs/romfs/super.c: use pr_fmt in loggingFabian Frederick2014-08-081-7/+8
* | | fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick2014-08-081-9/+7
* | | fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* | | fs/cramfs: code clean-upFabian Frederick2014-08-082-12/+15
* | | fs/cramfs: use pr_fmtFabian Frederick2014-08-082-8/+12
* | | fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-082-10/+10
* | | fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* | | fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-081-1/+1
* | | fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-083-8/+5
* | | adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-083-4/+4
* | | fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* | | fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-081-1/+1
* | | fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* | | sysctl: remove typedef ctl_tableJoe Perches2014-08-081-1/+1
* | | fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-081-3/+79
* | | fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-4/+0
* | | proc: remove INF macroAlexey Dobriyan2014-08-082-42/+0
* | | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-081-2/+2
* | | proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan2014-08-081-8/+10
* | | proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan2014-08-081-4/+5
* | | proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan2014-08-081-4/+5
* | | proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan2014-08-081-5/+6
* | | proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan2014-08-081-4/+11
* | | proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan2014-08-081-6/+7
* | | proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan2014-08-081-15/+12
* | | proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan2014-08-081-10/+8
* | | proc: more "const char *" pointersAlexey Dobriyan2014-08-081-4/+4
* | | proc: remove proc_tty_ldisc variableAlexey Dobriyan2014-08-081-2/+2
* | | proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-082-3/+1
* | | proc: faster /proc/$PID lookupAlexey Dobriyan2014-08-082-3/+3
* | | proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-084-21/+21
* | | proc: constify seq_operationsFabian Frederick2014-08-081-1/+1
* | | fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick2014-08-081-1/+1
* | | fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-081-8/+9
* | | fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick2014-08-081-0/+20
* | | fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-0814-14/+14
* | | fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick2014-08-084-9/+8
* | | fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-081-16/+16
OpenPOWER on IntegriCloud