summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-19io-wq: add intermediate work step between pending list and active workJens Axboe1-5/+29
2022-01-19io-wq: perform both unstarted and started work cancelations in one goJens Axboe1-13/+11
2022-01-19io-wq: invoke work cancelation with wqe->lock heldJens Axboe1-3/+8
2022-01-19io-wq: make io_worker lock a raw spinlockJens Axboe1-6/+6
2022-01-19io-wq: remove useless 'work' argument to __io_worker_busy()Jens Axboe1-3/+2
2022-01-19ksmbd: fix guest connection failure with nautilusNamjae Jeon1-33/+29
2022-01-19ksmbd: uninitialized variable in create_socket()Dan Carpenter1-1/+2
2022-01-19ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee1-27/+46
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-18vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel1-1/+1
2022-01-18Merge tag 'for-linus-5.17-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+17
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong3-8/+13
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong6-127/+10
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-325/+719
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-2/+2
2022-01-17unicode: fix .gitignore for generated utfdata fileLinus Torvalds1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-27/+32
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-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky1-1/+1
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton5-8/+7
2022-01-15cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li1-0/+1
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-15virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2022-01-14io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov1-8/+50
2022-01-13io_uring: Remove unused function req_ref_putJiapeng Chong1-6/+0
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2-3/+2
2022-01-13ceph: remove redundant Lsx caps checkXiubo Li1-2/+1
2022-01-13ceph: add new "nopagecache" optionJeff Layton3-9/+27
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton2-8/+15
2022-01-13ceph: drop send metrics debug messageJeff Layton1-2/+0