summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-304-10/+2
|\
| * afs dynroot: switch to simple_dir_operationsAl Viro2019-09-153-9/+1
| * fs/handle.c - fix up kerneldocValdis Klētnieks2019-08-081-1/+1
* | Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-3014-26/+194
|\ \
| * | CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-09-261-0/+5
| * | smb3: missing ACL related flagsSteve French2019-09-261-1/+80
| * | smb3: pass mode bits into create callsSteve French2019-09-267-21/+51
| * | smb3: Add missing reparse tagsSteve French2019-09-251-0/+11
| * | CIFS: fix max ea value sizeMurphy Zhou2019-09-241-1/+1
| * | fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin2019-09-241-2/+1
| * | fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin2019-09-241-1/+1
| * | smb3: fix leak in "open on server" perf counterSteve French2019-09-242-0/+6
| * | smb3: allow decryption keys to be dumped by admin for debuggingSteve French2019-09-212-0/+38
* | | Merge branch 'entropy'Linus Torvalds2019-09-301-0/+3
|\ \ \
| * | | Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds2019-09-301-0/+3
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-281-1/+1
|\ \ \ \
| * | | | sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-1/+1
| |/ / /
* | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-284-3/+107
|\ \ \ \
| * | | | lockdown: Print current->comm in restriction messagesMatthew Garrett2019-08-201-2/+3
| * | | | tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett2019-08-201-1/+41
| * | | | debugfs: Restrict debugfs when the kernel is locked downDavid Howells2019-08-202-2/+60
| * | | | lockdown: Lock down /proc/kcoreDavid Howells2019-08-201-0/+5
* | | | | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-2830-562/+2004
|\ \ \ \ \
| * | | | | nfsd: fix nfs read eof detectionTrond Myklebust2019-09-236-50/+41
| * | | | | nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing2019-09-231-1/+1
| * | | | | nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown2019-09-201-4/+11
| * | | | | nfsd: handle drc over-allocation gracefully.NeilBrown2019-09-201-4/+15
| * | | | | nfsd: add support for upcall version 2Scott Mayhew2019-09-103-16/+216
| * | | | | nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-101-50/+117
| * | | | | nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust2019-09-101-4/+15
| * | | | | nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42
| * | | | | nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-105-15/+48
| * | | | | nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-104-14/+25
| * | | | | nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2019-08-292-9/+13
| * | | | | Deprecate nfsd fault injectionJ. Bruce Fields2019-08-261-1/+1
| * | | | | nfsd: remove duplicated include from filecache.cYueHaibing2019-08-201-1/+0
| * | | | | nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust2019-08-191-3/+3
| * | | | | nfsd: Fix up some unused variable warningsTrond Myklebust2019-08-191-7/+4
| * | | | | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2019-08-191-9/+53
| * | | | | nfsd: rip out the raparms cacheJeff Layton2019-08-193-167/+1
| * | | | | nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton2019-08-191-4/+4
| * | | | | nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-195-74/+68
| * | | | | nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-195-81/+85
| * | | | | nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton2019-08-192-18/+19
| * | | | | nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton2019-08-191-7/+7
| * | | | | nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton2019-08-191-7/+4
| * | | | | nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton2019-08-191-5/+7
| * | | | | nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-199-24/+1155
| * | | | | vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust2019-08-191-0/+1
| * | | | | notify: export symbols for use by the knfsd file cacheTrond Myklebust2019-08-193-2/+8