aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds17-268/+737
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds4-4/+4
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+14
2018-06-15cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara1-9/+6
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara4-23/+24
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2-2/+2
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab2-2/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells6-27/+199
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells2-2/+2
2018-06-15smb3: fix corrupt path in subdirs on smb311 with posixSteve French1-1/+2
2018-06-15smb3: do not display empty interface listSteve French1-1/+3
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French6-3/+175
2018-06-15cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara1-5/+5
2018-06-15CIFS: dump every session iface infoAurelien Aptel1-0/+27
2018-06-15CIFS: parse and store info on iface queriesAurelien Aptel1-15/+155
2018-06-15CIFS: add iface info to struct cifs_sesAurelien Aptel2-0/+23
2018-06-15CIFS: complete PDU definitions for interface queriesAurelien Aptel1-3/+20
2018-06-15CIFS: move default port definitions to cifsglob.hAurelien Aptel2-3/+3
2018-06-15cifs: Fix encryption/signingPaulo Alcantara1-2/+2
2018-06-15cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg1-35/+44
2018-06-15cifs: remove smb2_send_recv()Ronnie Sahlberg3-42/+116
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg6-135/+99
2018-06-15smb3: increase initial number of credits requested to allow writeSteve French1-2/+3
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg6-20/+58
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalSteve French1-1/+4
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells2-2/+10
2018-06-15proc: Make inline name size calculation automaticDavid Howells4-12/+16
2018-06-15orangefs: simplify compat ioctl handlingAl Viro1-42/+12
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro1-25/+25
2018-06-14eventpoll: switch to ->poll_maskBen Noordhuis1-5/+10
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig1-2/+2
2018-06-14eventfd: only return events requested in poll_mask()Avi Kivity1-2/+2
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-82/+134
2018-06-15exofs: avoid VLA in structuresKees Cook3-67/+115
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan1-8/+9
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi1-1/+7
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan1-6/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds79-391/+494
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-124/+202
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-19/+19
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann1-11/+6
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann79-390/+498
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds1-3/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds75-158/+225
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook3-8/+16