summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-06-28writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-4/+4
2017-06-28xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko1-0/+10
2017-06-28Merge branch 'akpm-current/current'Stephen Rothwell31-440/+508
2017-06-28fs: don't read an enum directly from a u64 __user *Stephen Rothwell1-2/+5
2017-06-28Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell3-6/+6
2017-06-28Merge remote-tracking branch 'random/dev'Stephen Rothwell1-1/+1
2017-06-28Merge remote-tracking branch 'userns/for-next'Stephen Rothwell3-49/+165
2017-06-28Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell1-6/+0
2017-06-28Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell4-15/+15
2017-06-28Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell22-68/+69
2017-06-28Merge remote-tracking branch 'security/next'Stephen Rothwell1-1/+16
2017-06-28Merge remote-tracking branch 'block/for-next'Stephen Rothwell46-239/+438
2017-06-28Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell5-10/+3
2017-06-28Merge remote-tracking branch 'net-next/master'Stephen Rothwell1-1/+17
2017-06-28Merge remote-tracking branch 'dlm/next'Stephen Rothwell5-28/+25
2017-06-28Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell7-30/+34
2017-06-28Merge remote-tracking branch 'pstore/for-next/pstore'Stephen Rothwell5-45/+63
2017-06-28Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2-15/+45
2017-06-28Merge remote-tracking branch 'file-locks/linux-next'Stephen Rothwell29-231/+344
2017-06-28Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell95-1209/+1516
2017-06-28Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell35-1364/+1809
2017-06-28Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell3-3/+16
2017-06-28Merge remote-tracking branch 'jfs/jfs-next'Stephen Rothwell2-4/+4
2017-06-28Merge remote-tracking branch 'fuse/for-next'Stephen Rothwell1-1/+1
2017-06-28Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell16-580/+954
2017-06-28Merge remote-tracking branch 'ext4/dev'Stephen Rothwell25-478/+1963
2017-06-28Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell5-95/+35
2017-06-28Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell5-19/+11
2017-06-28Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell8-121/+244
2017-06-28Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell44-1322/+1663
2017-06-28Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell7-62/+163
2017-06-28Merge remote-tracking branch 'arm64/for-next/core'Stephen Rothwell1-1/+1
2017-06-28Merge remote-tracking branch 'uuid/for-next'Stephen Rothwell19-156/+51
2017-06-28fault-inject: add /proc/<pid>/fail-nthAkinobu Mita1-0/+1
2017-06-28fault-inject: don't convert unsigned type value as signed intAkinobu Mita1-1/+1
2017-06-28fault-inject: simplify access check for fail-nthAkinobu Mita1-14/+8
2017-06-28fault-inject: make fail-nth read/write interface symmetricAkinobu Mita1-8/+6
2017-06-28fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita1-5/+4
2017-06-28fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita1-1/+1
2017-06-28fault-inject-support-systematic-fault-injection-fixAndrew Morton1-1/+1
2017-06-28fault-inject: support systematic fault injectionDmitry Vyukov1-0/+52
2017-06-28kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov1-0/+2
2017-06-28kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov1-0/+42
2017-06-28procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov1-2/+6
2017-06-28fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso1-1/+0
2017-06-28bfs: fix sanity checks for empty filesRakesh Pandit1-1/+1
2017-06-28sysctl: add unsigned int range supportLuis R. Rodriguez1-1/+3
2017-06-28sysctl: simplify unsigned int supportLuis R. Rodriguez1-0/+14
2017-06-28sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez1-5/+5
2017-06-28fs/seq_file.c: delete small-value optimizationAlexey Dobriyan1-10/+0