summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
* Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-06-191-4/+6
|\
| * jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-06-051-4/+6
* | Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-1817-268/+737
|\ \
| * | cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-161-9/+6Star
| * | cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-164-23/+24
| * | smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
| * | smb3: do not display empty interface listSteve French2018-06-151-1/+3
| * | smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-156-3/+175
| * | cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
| * | CIFS: dump every session iface infoAurelien Aptel2018-06-151-0/+27
| * | CIFS: parse and store info on iface queriesAurelien Aptel2018-06-151-15/+155
| * | CIFS: add iface info to struct cifs_sesAurelien Aptel2018-06-152-0/+23
| * | CIFS: complete PDU definitions for interface queriesAurelien Aptel2018-06-151-3/+20
| * | CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-152-3/+3
| * | cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
| * | cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
| * | cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-153-42/+116
| * | cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-156-135/+99Star
| * | smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
| * | cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-156-20/+58
| * | smb3: note that smb3.11 posix extensions mount option is experimentalSteve French2018-06-151-1/+4
* | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-164-4/+4
|\ \ \
| * | | fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-152-2/+2
| * | | docs: Fix more broken referencesMauro Carvalho Chehab2018-06-152-2/+2
| |/ /
* | | Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1610-124/+152
|\ \ \
| * | | fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-182-2/+2
| * | | fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
| * | | fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23Star
| * | | fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-183-36/+47
| * | | fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
| * | | fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-187-42/+38Star
| * | | fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-183-19/+18Star
* | | | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-1620-645/+879
|\ \ \ \
| * | | | afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-153-20/+107
| * | | | afs: Display manually added cells in dynamic root mountDavid Howells2018-06-156-27/+199
| * | | | afs: Enable IPv6 DNS lookupsDavid Howells2018-06-152-2/+2
| * | | | afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
| * | | | afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-152-2/+10
| * | | | proc: Make inline name size calculation automaticDavid Howells2018-06-154-12/+16
| * | | | Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-0316-167/+222
| |\ \ \ \
| * | | | | afs: Implement network namespacingDavid Howells2018-05-238-295/+173Star
| * | | | | afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-233-6/+6
| * | | | | afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells2018-05-231-42/+55
| * | | | | proc: Add a way to make network proc files writableDavid Howells2018-05-183-0/+118
| * | | | | afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells2018-05-181-192/+160Star
| * | | | | afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells2018-05-181-75/+75
| * | | | | afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells2018-05-181-44/+27Star
| * | | | | afs: Move /proc management functions to the end of the fileDavid Howells2018-05-181-81/+79Star
* | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-163-136/+112Star
|\ \ \ \ \ \