summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-0614-63/+73
|\
| * ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell2021-04-191-0/+6
| * ecryptfs: remove unused helpersChristian Brauner2021-04-191-12/+0
| * ecryptfs: Fix typo in messageSascha Hauer2021-04-191-1/+1
| * eCryptfs: Use DEFINE_MUTEX() for mutex lockYe Bin2021-04-191-4/+2
| * ecryptfs: keystore: Fix some kernel-doc issues and demote non-conformant headersLee Jones2021-04-191-6/+7
| * ecryptfs: inode: Help out nearly-there header and demote non-conformant onesLee Jones2021-04-191-6/+5
| * ecryptfs: mmap: Help out one function header and demote other abusesLee Jones2021-04-191-5/+6
| * ecryptfs: crypto: Supply some missing param descriptions and demote abusesLee Jones2021-04-191-10/+10
| * ecryptfs: miscdev: File headers are not good kernel-doc candidatesLee Jones2021-04-191-1/+2
| * ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersLee Jones2021-04-191-12/+12
| * ecryptfs: messaging: Add missing param descriptions and demote abusesLee Jones2021-04-191-3/+5
| * ecryptfs: super: Fix formatting, naming and kernel-doc abusesLee Jones2021-04-191-4/+4
| * ecryptfs: file: Demote kernel-doc abusesLee Jones2021-04-191-2/+2
| * ecryptfs: kthread: Demote file header and provide description for 'cred'Lee Jones2021-04-191-1/+2
| * ecryptfs: dentry: File headers are not good candidates for kernel-docLee Jones2021-04-191-1/+1
| * ecryptfs: debug: Demote a couple of kernel-doc abusesLee Jones2021-04-191-2/+2
| * ecryptfs: read_write: File headers do not make good candidates for kernel-docLee Jones2021-04-191-1/+3
| * Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks2021-04-19615-11561/+19553
| |\
| * | ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-01-301-2/+1
| * | eCryptfs: add a semicolonTom Rix2021-01-302-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0515-110/+190
|\ \ \
| * | | btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-056-58/+18
| * | | mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual2021-05-051-1/+4
| * | | mm: fs: invalidate BH LRU during page migrationMinchan Kim2021-05-051-6/+30
| * | | userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen2021-05-051-0/+67
| * | | userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-052-31/+50
| * | | mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin2021-05-051-3/+0
| * | | mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin2021-05-051-2/+2
| * | | mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin2021-05-051-1/+1
| * | | hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu2021-05-051-0/+4
| * | | mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins2021-05-051-1/+8
| * | | mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2021-05-051-1/+1
| * | | dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2021-05-051-3/+3
| * | | mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-053-4/+3
* | | | Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-055-174/+256
|\ \ \ \
| * | | | nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
| * | | | nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-192-14/+71
| * | | | nfsd: reshuffle some codeJ. Bruce Fields2021-04-191-117/+118
| * | | | nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2021-04-192-9/+30
| * | | | nfsd: hash nfs4_files by inode numberJ. Bruce Fields2021-04-192-16/+12
| * | | | nfsd: ensure new clients break delegationsJ. Bruce Fields2021-04-161-5/+19
| * | | | nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin2021-04-151-4/+4
| * | | | nfsd: remove unused functionJiapeng Chong2021-04-151-9/+0
* | | | | Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-05-0514-33/+447
|\ \ \ \ \
| * | | | | fs/cifs: Fix resource leakKhaled ROMDHANI2021-05-041-1/+5
| * | | | | Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula2021-05-044-5/+33
| * | | | | cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara2021-05-043-13/+23
| * | | | | cifs: use echo_interval even when connection not ready.Shyam Prasad N2021-05-031-11/+1
| * | | | | cifs: detect dead connections only when echoes are enabled.Shyam Prasad N2021-05-031-0/+1