summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds69-711/+684
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds9-13/+20
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds85-209/+157
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins2-4/+1
2022-03-23userfaultfd: provide unmasked address on page-faultNadav Amit1-1/+4
2022-03-23mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song1-1/+2
2022-03-23f2fs: allocate inode by using alloc_inode_sb()Muchun Song1-2/+6
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song51-51/+51
2022-03-23fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-1/+1
2022-03-23mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim1-3/+5
2022-03-23mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+2
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown5-14/+13
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown3-24/+0
2022-03-23remove inode_congested()NeilBrown1-37/+0
2022-03-23ceph: remove reliance on bdi congestionNeilBrown3-9/+15
2022-03-23nfs: remove reliance on bdi congestionNeilBrown1-3/+11
2022-03-23fuse: remove reliance on bdi congestionNeilBrown3-25/+17
2022-03-23fs/ocfs2: fix comments mentioning i_mutexhongnanli11-16/+16
2022-03-23ocfs2: cleanup some return variablesJoseph Qi2-18/+9
2022-03-23ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds46-1331/+2970
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-300/+506
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-225/+139
2022-03-22Merge tag '5.18-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-14/+85
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds22-384/+652
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-197/+185
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds7-5/+132
2022-03-22Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-22/+20
2022-03-22Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-106/+268
2022-03-22Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds5-95/+73
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds35-247/+102
2022-03-22Merge tag 'for-5.18/io_uring-statx-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds3-17/+58
2022-03-22Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-341/+1024
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+3
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)5-0/+5
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-3/+2
2022-03-21splice: Use a folio in page_cache_pipe_buf_try_steal()Matthew Wilcox (Oracle)1-10/+11
2022-03-21f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu1-3/+5
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong1-1/+16
2022-03-20nfsd: fix using the correct variable for sizeof()Jakob Koschel1-1/+1
2022-03-19cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N6-7/+50
2022-03-19cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-03-19Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-03-19cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg1-4/+14
2022-03-19cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-18Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2022-03-18io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe1-10/+14
2022-03-18io_uring: don't check unrelated req->open.how in accept requestJens Axboe1-2/+1
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Chao Yu1-0/+5