summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown2021-12-133-7/+5
| * | | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-135-33/+44
| * | | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-135-34/+22
| * | | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-132-8/+4
| * | | NFSD: handle errors better in write_ports_addfd()NeilBrown2021-12-131-1/+1
| * | | NFSD: Fix sparse warningChuck Lever2021-12-131-1/+1
* | | | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-163-13/+27
|\ \ \ \
| * | | | 9p: fix enodata when reading growing fileDominique Martinet2022-01-111-0/+5
| * | | | 9p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner2022-01-101-9/+20
| * | | | 9p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-101-2/+1
| * | | | fs: 9p: remove unneeded variableChangcheng Deng2021-12-181-2/+1
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-1525-70/+158
|\ \ \ \
| * | | | hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson2022-01-151-3/+4
| * | | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-1512-36/+28
| * | | | mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-152-0/+2
| * | | | mm: add a field to store names for private anonymous memoryColin Cross2022-01-152-4/+15
| * | | | mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)2022-01-151-0/+49
| * | | | fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap2022-01-151-1/+1
| * | | | ocfs2: remove redundant assignment to variable free_spaceColin Ian King2022-01-151-1/+1
| * | | | ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-5/+6
| * | | | ocfs2: remove redundant assignment to pointer root_bhColin Ian King2022-01-151-1/+1
| * | | | ocfs2: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-1/+2
| * | | | ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi2022-01-151-13/+13
| * | | | ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-151-4/+2
| * | | | squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang2022-01-151-0/+33
| * | | | fs/ntfs/attrib.c: fix one kernel-doc commentYang Li2022-01-151-1/+1
| | |/ / | |/| |
* | | | Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-153-46/+72
|\ \ \ \
| * | | | xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2022-01-122-27/+38
| * | | | xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong2022-01-121-19/+34
* | | | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1327-228/+288
|\ \ \ \ \
| * | | | | iomap: Fix error handling in iomap_zero_iter()Matthew Wilcox (Oracle)2021-12-231-2/+2
| * | | | | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-182-21/+0
| * | | | | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-1/+1
| * | | | | iomap: turn the byte variable in iomap_zero_iter into a ssize_tChristoph Hellwig2021-12-081-1/+1
| * | | | | fsdax: don't require CONFIG_BLOCKChristoph Hellwig2021-12-041-2/+2
| * | | | | iomap: build the block based code conditionallyChristoph Hellwig2021-12-042-4/+4
| * | | | | fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-046-16/+36
| * | | | | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-048-5/+10
| * | | | | iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-045-10/+13
| * | | | | xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-045-21/+27
| * | | | | xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig2021-12-041-2/+2
| * | | | | xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig2021-12-043-27/+11
| * | | | | ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig2021-12-041-4/+3
| * | | | | ext2: cleanup the dax handling in ext2_fill_superChristoph Hellwig2021-12-041-7/+5
| * | | | | fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-045-43/+88
| * | | | | fsdax: factor out a dax_memzero helperChristoph Hellwig2021-12-041-17/+19
| * | | | | fsdax: simplify the offset check in dax_iomap_zeroChristoph Hellwig2021-12-041-3/+1
| * | | | | xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-046-12/+37
| * | | | | fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-25/+10
| * | | | | fsdax: use a saner calling convention for copy_cow_page_daxChristoph Hellwig2021-12-041-16/+13