summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04buffer: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng
2023-10-04mbcache: dynamically allocate the mbcache shrinkerQi Zheng
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-filecache shrinkerQi Zheng
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng
2023-10-04NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)
2023-09-30Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-29nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-09-29Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-09-29Merge tag 'xfs-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le
2023-09-28iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-09-28NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-25iomap: add a workaround for racy i_size updates on block devicesChristoph Hellwig
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-09-25ntfs3: put resources during ntfs_fill_super()Christian Brauner
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe