aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 8-34/+25
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 4-13/+50
2018-06-20udf: Drop unused arguments of udf_delete_aext()Gravatar Jan Kara 3-9/+7
2018-06-20udf: Provide function for calculating dir entry lengthGravatar Jan Kara 3-15/+10
2018-06-20udf: Detect incorrect directory sizeGravatar Jan Kara 1-0/+3
2018-06-20ext2: add warning when specifying nocheck optionGravatar Chengguang Xu 2-5/+3
2018-06-20quota: Cleanup list iteration in dqcache_shrink_scan()Gravatar Jan Kara 1-5/+2
2018-06-20quota: reclaim least recently used dquotsGravatar Greg Thelen 1-2/+2
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteGravatar Linus Torvalds 1-5/+23
2018-06-19pNFS/flexfiles: Process writeback resends from nfsiod context as wellGravatar Trond Myklebust 1-2/+8
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsGravatar Trond Myklebust 1-3/+8
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidGravatar Trond Myklebust 2-0/+21
2018-06-19pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionGravatar Trond Myklebust 1-7/+10
2018-06-19Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-4/+6
2018-06-18Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 17-268/+737
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 4-4/+4
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 3-9/+14
2018-06-15cifs: Fix invalid check in __cifs_calc_signature()Gravatar Paulo Alcantara 1-9/+6
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerGravatar Paulo Alcantara 4-23/+24
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 2-2/+2
2018-06-15docs: Fix more broken referencesGravatar Mauro Carvalho Chehab 2-2/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupGravatar David Howells 3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountGravatar David Howells 6-27/+199
2018-06-15afs: Enable IPv6 DNS lookupsGravatar David Howells 2-2/+2
2018-06-15smb3: fix corrupt path in subdirs on smb311 with posixGravatar Steve French 1-1/+2
2018-06-15smb3: do not display empty interface listGravatar Steve French 1-1/+3
2018-06-15smb3: Fix mode on mkdir on smb311 mountsGravatar Steve French 6-3/+175
2018-06-15cifs: Fix kernel oops when traceSMB is enabledGravatar Paulo Alcantara 1-5/+5
2018-06-15CIFS: dump every session iface infoGravatar Aurelien Aptel 1-0/+27
2018-06-15CIFS: parse and store info on iface queriesGravatar Aurelien Aptel 1-15/+155
2018-06-15CIFS: add iface info to struct cifs_sesGravatar Aurelien Aptel 2-0/+23
2018-06-15CIFS: complete PDU definitions for interface queriesGravatar Aurelien Aptel 1-3/+20
2018-06-15CIFS: move default port definitions to cifsglob.hGravatar Aurelien Aptel 2-3/+3
2018-06-15cifs: Fix encryption/signingGravatar Paulo Alcantara 1-2/+2
2018-06-15cifs: update __smb_send_rqst() to take an array of requestsGravatar Ronnie Sahlberg 1-35/+44
2018-06-15cifs: remove smb2_send_recv()Gravatar Ronnie Sahlberg 3-42/+116
2018-06-15cifs: push rfc1002 generation down the stackGravatar Ronnie Sahlberg 6-135/+99
2018-06-15smb3: increase initial number of credits requested to allow writeGravatar Steve French 1-2/+3
2018-06-15cifs: add lease tracking to the cached root fidGravatar Ronnie Sahlberg 6-20/+58
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalGravatar Steve French 1-1/+4
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversGravatar David Howells 1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nGravatar David Howells 2-2/+10
2018-06-15proc: Make inline name size calculation automaticGravatar David Howells 4-12/+16
2018-06-15orangefs: simplify compat ioctl handlingGravatar Al Viro 1-42/+12
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Gravatar Al Viro 1-25/+25
2018-06-14eventpoll: switch to ->poll_maskGravatar Ben Noordhuis 1-5/+10
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLGravatar Christoph Hellwig 1-2/+2