summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-57/+38
2018-10-26mm: zero-seek shrinkersJohannes Weiner-0/+6
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner-3/+0
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka-8/+8
2018-10-26dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka-29/+9
2018-10-26cramfs: convert to use vmf_insert_mixedNicolas Pitre-1/+4
2018-10-26fs/iomap.c: change return type to vm_fault_tSouptick Joarder-1/+1
2018-10-26ocfs2: remove set but not used variable 'rb'YueHaibing-2/+0
2018-10-26fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai-1/+1
2018-10-26ocfs2: remove unneeded null checkDing Xiang-2/+1
2018-10-26ocfs2: remove unused pointer 'eb'Colin Ian King-4/+0
2018-10-26ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor-1/+1
2018-10-26userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig-4/+4
2018-10-26mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka-1/+3
2018-10-26Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-361/+444
2018-10-26Merge tag '4.20-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-382/+1019
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+4
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-14/+0
2018-10-25Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-9/+3
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-68/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-60/+60
2018-10-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-454/+1259
2018-10-24Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-561/+1566
2018-10-24Merge tag 'xfs-4.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-383/+607
2018-10-24Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-154/+218
2018-10-24Merge tag 'for-linus-4.20-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+15
2018-10-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-3/+11
2018-10-24Merge tag 'jfs-for-4.20' of git://github.com/kleikamp/linux-shaggyLinus Torvalds-2/+5
2018-10-24Merge tag 'for-4.20-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-738/+1239
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-169/+0
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-32/+88
2018-10-24cifs: update internal module version number for cifs.ko to 2.14Steve French-1/+1
2018-10-24smb3: add debug for unexpected mid cancellationSteve French-2/+2
2018-10-24cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg-7/+12
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+9
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-54/+55
2018-10-23smb3 - clean up debug output displaying network interfacesSteve French-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French-1/+13
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg-30/+102
2018-10-23cifs: fallback to older infolevels on findfirst queryinfo retrySteve French-30/+37
2018-10-23smb3: do not attempt cifs operation in smb3 query info error pathSteve French-1/+9
2018-10-23smb3: send backup intent on compounded query infoSteve French-2/+7
2018-10-23cifs: track writepages in vfs operation countersSteve French-1/+10
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva-1/+1
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg-11/+134
2018-10-23cifs: minor clarification in commentsSteve French-2/+16
2018-10-23CIFS: Print message when attempting a mountRodrigo Freire-2/+7
2018-10-23CIFS: Adds information-level logging functionRodrigo Freire-0/+16
2018-10-23cifs: OFD locks do not conflict with eachothersRonnie Sahlberg-15/+25