summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-12omfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-12jfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-12hpfs: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12hfsplus: remove ->writepageChristoph Hellwig1-1/+1
2022-12-12hfs: remove ->writepageChristoph Hellwig1-1/+1
2022-12-12fat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12extfat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12xfs: remove restrictions for fsdax and reflinkShiyang Ruan2-8/+0
2022-12-12fsdax,xfs: port unshare to fsdaxShiyang Ruan2-2/+58
2022-12-12xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-12fsdax: dedupe: iter two files at the same timeShiyang Ruan1-8/+8
2022-12-12fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2-13/+8
2022-12-12fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan1-30/+49
2022-12-12fsdax: invalidate pages when CoWShiyang Ruan1-4/+13
2022-12-12fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-16/+22
2022-12-12fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)1-27/+28
2022-12-12filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-12-01ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)1-21/+31
2022-12-01hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-4/+11
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton9-32/+49
2022-12-01nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng1-0/+7
2022-11-23nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-11-23proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-11-09hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-17/+9
2022-11-09memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-09fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-09hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar1-6/+6
2022-11-09mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar1-4/+4
2022-11-09fs: fix leaked psi pressure stateJohannes Weiner2-13/+19
2022-11-09nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-09nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton1-7/+6
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-7/+21
2022-11-06Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-62/+105
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o1-2/+3
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan1-1/+1
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-11-05cifs: fix use-after-free on the link nameChenXiaoSong2-6/+25
2022-11-05cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N3-51/+55
2022-11-05cifs: always iterate smb sessions using primary channelShyam Prasad N4-5/+25
2022-11-05Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds29-386/+670
2022-11-03Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+13
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-49/+91
2022-11-02Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds18-75/+80
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana1-1/+3
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana1-0/+3
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4