aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-24gfs2: Remove dead code in gfs2_file_read_iterAndreas Gruenbacher
2022-03-24gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds
2022-03-24NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia
2022-03-24NFS: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-23fat: use pointer to simple type in put_user()Helge Deller
2022-03-23minix: fix bug when opening a file with O_DIRECTQinghua Jin
2022-03-23fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin
2022-03-23fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand
2022-03-23proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara
2022-03-23cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg
2022-03-23gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-03-23gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-03-23gfs2: Fix should_fault_in_pages() logicAndreas Gruenbacher
2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit
2022-03-22mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song
2022-03-22f2fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song
2022-03-22mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim
2022-03-22mount: warn only once about timestamp range expirationAnthony Iliopoulos
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-22remove inode_congested()NeilBrown
2022-03-22ceph: remove reliance on bdi congestionNeilBrown
2022-03-22nfs: remove reliance on bdi congestionNeilBrown
2022-03-22fuse: remove reliance on bdi congestionNeilBrown
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli
2022-03-22ocfs2: cleanup some return variablesJoseph Qi
2022-03-22ntfs: add sanity check on allocation sizeDongliang Mu
2022-03-22cifs: writeback fixDavid Howells
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra
2022-03-22pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust