summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ext4: add IOMAP_F_MERGED for non-extent based mappingRitesh Harjani2020-03-141-0/+4
| * | | | | ext4: fix a data race at inode->i_disksizeQiujun Huang2020-03-051-1/+1
| * | | | | ext4: fix a data race at inode->i_blocksQian Cai2020-03-051-1/+1
| * | | | | ext4: clean up error return for convert_initialized_extent()Eric Whitney2020-03-051-9/+9
| * | | | | jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)2020-03-051-3/+4
| * | | | | ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva2020-03-051-2/+2
| * | | | | ext4: use built-in RCU list checking in mballocMadhuparna Bhowmik2020-03-051-2/+4
| * | | | | ext4: delete declaration for ext4_split_extent()Eric Whitney2020-03-051-7/+0
| * | | | | ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney2020-03-054-102/+9
| * | | | | ext4: code cleanup for ext4_statfs_project()Chengguang Xu2020-03-051-9/+4
| * | | | | ext4: start to support iopoll methodXiaoguang Wang2020-03-051-0/+1
| * | | | | ext4: force buffer up-to-date while marking it dirtyHarshad Shirwadkar2020-03-051-0/+1
* | | | | | Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-04-0416-1/+7236
|\ \ \ \ \ \
| * | | | | | exfat: update file system parameter handlingValdis Kletnieks2020-03-051-17/+11
| * | | | | | exfat: add Kconfig and MakefileNamjae Jeon2020-03-054-1/+32
| * | | | | | exfat: add nls operationsNamjae Jeon2020-03-051-0/+831
| * | | | | | exfat: add misc operationsNamjae Jeon2020-03-051-0/+163
| * | | | | | exfat: add exfat cacheNamjae Jeon2020-03-051-0/+325
| * | | | | | exfat: add bitmap operationsNamjae Jeon2020-03-051-0/+280
| * | | | | | exfat: add fat entry operationsNamjae Jeon2020-03-051-0/+463
| * | | | | | exfat: add file operationsNamjae Jeon2020-03-051-0/+360
| * | | | | | exfat: add directory operationsNamjae Jeon2020-03-051-0/+1238
| * | | | | | exfat: add inode operationsNamjae Jeon2020-03-052-0/+2119
| * | | | | | exfat: add super block operationsNamjae Jeon2020-03-051-0/+728
| * | | | | | exfat: add in-memory and on-disk structures and headersNamjae Jeon2020-03-052-0/+703
* | | | | | | Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-04-0412-79/+261
|\ \ \ \ \ \ \
| * | | | | | | nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields2020-03-191-0/+1
| * | | | | | | nfsd4: kill warnings on testing stateids with mismatched clientidsJ. Bruce Fields2020-03-191-8/+1
| * | | | | | | nfsd: remove read permission bit for ctl sysctlPetr Vorel2020-03-161-1/+1
| * | | | | | | NFSD: Fix NFS server build errorsChuck Lever2020-03-161-1/+1
| * | | | | | | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-163-5/+32
| * | | | | | | nfsd: Add tracepoints for update of the expkey and export cache entriesTrond Myklebust2020-03-162-9/+61
| * | | | | | | nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()Trond Myklebust2020-03-162-2/+53
| * | | | | | | nfsd: Add tracing to nfsd_set_fh_dentry()Trond Myklebust2020-03-162-3/+40
| * | | | | | | nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-03-161-30/+43
| * | | | | | | NFSD: Clean up nfsd4_encode_readvChuck Lever2020-03-161-5/+4
| * | | | | | | nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-9/+11
| * | | | | | | fs: nfsd: fileache.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+1
| * | | | | | | fs: nfsd: nfs4state.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-03-161-1/+2
| * | | | | | | nfsd: set the server_scope during service startupScott Mayhew2020-03-163-4/+10
* | | | | | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-033-5/+105
|\ \ \ \ \ \ \ \
| * | | | | | | | kernfs: Add option to enable user xattrsDaniel Xu2020-03-162-0/+91
| * | | | | | | | kernfs: Add removed_size out param for simple_xattr_setDaniel Xu2020-03-162-2/+11
| * | | | | | | | kernfs: kvmalloc xattr value instead of kmallocDaniel Xu2020-03-161-3/+3
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0223-182/+174
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2020-04-021-8/+20
| * | | | | | | | | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-021-0/+2
| * | | | | | | | | mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathPeter Xu2020-04-021-8/+28