summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky2014-08-02
| * | | | | | | | | | | | | | | | CIFS: Fix wsize usage in writepagesPavel Shilovsky2014-08-02
| * | | | | | | | | | | | | | | | CIFS: Separate pages initialization from writepagesPavel Shilovsky2014-08-02
| * | | | | | | | | | | | | | | | CIFS: Separate page sending from writepagesPavel Shilovsky2014-08-02
| * | | | | | | | | | | | | | | | Remove sparse build warningSteve French2014-08-02
| * | | | | | | | | | | | | | | | CIFS: Separate page processing from writepagesPavel Shilovsky2014-08-02
| * | | | | | | | | | | | | | | | CIFS: Fix async reading on reconnectsPavel Shilovsky2014-08-02
| * | | | | | | | | | | | | | | | cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu2014-07-31
| * | | | | | | | | | | | | | | | cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu2014-07-31
| * | | | | | | | | | | | | | | | cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu2014-07-31
| * | | | | | | | | | | | | | | | cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu2014-07-31
| * | | | | | | | | | | | | | | | cifs: replace code with free_rsp_buf()Sachin Prabhu2014-07-31
* | | | | | | | | | | | | | | | | Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2014-08-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.16-rc6' into MTD development branchBrian Norris2014-07-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fs/jffs2/xattr.c: remove null test before kfreeFabian Frederick2014-07-02
| * | | | | | | | | | | | | | | | | fs/jffs2/acl.c: remove null test before kfreeFabian Frederick2014-07-02
* | | | | | | | | | | | | | | | | | shm: add sealing APIDavid Herrmann2014-08-08
* | | | | | | | | | | | | | | | | | mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-08
* | | | | | | | | | | | | | | | | | fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-08
* | | | | | | | | | | | | | | | | | fs/qnx6: update debugging to current functionsFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/qnx6: convert printk to pr_foo()Fabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/romfs/super.c: add blank line after declarationsFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/romfs/super.c: use pr_fmt in loggingFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/cramfs: code clean-upFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/cramfs: use pr_fmtFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-08
* | | | | | | | | | | | | | | | | | fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-08
* | | | | | | | | | | | | | | | | | sysctl: remove typedef ctl_tableJoe Perches2014-08-08
* | | | | | | | | | | | | | | | | | fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-08
* | | | | | | | | | | | | | | | | | fork/exec: cleanup mm initializationVladimir Davydov2014-08-08
* | | | | | | | | | | | | | | | | | proc: remove INF macroAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan2014-08-08
* | | | | | | | | | | | | | | | | | proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan2014-08-08