summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-21unicode: clean up the Kconfig symbol confusionChristoph Hellwig16-65/+59
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-453/+245
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-12/+12
2022-01-16Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-87/+64
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds25-565/+568
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-13/+27
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-70/+158
2022-01-15hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson1-3/+4
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown12-36/+28
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2-0/+2
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross2-4/+15
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)1-0/+49
2022-01-15fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap1-1/+1
2022-01-15ocfs2: remove redundant assignment to variable free_spaceColin Ian King1-1/+1
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman1-5/+6
2022-01-15ocfs2: remove redundant assignment to pointer root_bhColin Ian King1-1/+1
2022-01-15ocfs2: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-15ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi1-13/+13
2022-01-15ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-4/+2
2022-01-15squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang1-0/+33
2022-01-15fs/ntfs/attrib.c: fix one kernel-doc commentYang Li1-1/+1
2022-01-15Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-46/+72
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-228/+288
2022-01-13Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds75-9207/+5100
2022-01-13Merge tag 'fuse-update-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-46/+225
2022-01-13Merge tag 'fs_for_v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+7
2022-01-13Merge tag 'fsnotify_for_v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-107/+418
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds5-292/+310
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-72/+70
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-72/+115
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+2
2022-01-12Merge tag 'for-5.17/io_uring-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2-546/+600
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2-27/+38
2022-01-12Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2022-01-12Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-27/+272
2022-01-12Merge tag 'dlm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds18-173/+510
2022-01-12Merge tag 'gfs2-v5.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-8/+6
2022-01-12xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong1-19/+34
2022-01-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-997/+1745
2022-01-12Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds22-168/+176
2022-01-12Merge tag 'for-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds58-3227/+3270
2022-01-12Merge tag 'erofs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-457/+844
2022-01-129p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells4-4/+8
2022-01-12Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-52/+73
2022-01-12fscache: Add a tracepoint for cookie use/unuseDavid Howells1-4/+25
2022-01-12ceph: add fscache writeback supportJeff Layton1-8/+59
2022-01-12ceph: conversion to new fscache APIJeff Layton9-224/+178
2022-01-11select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara1-30/+33
2022-01-11gfs2: dump inode object for iopen glocksBob Peterson1-0/+1
2022-01-119p: fix enodata when reading growing fileDominique Martinet1-0/+5