summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-111-0/+1
* omfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* jfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* hpfs: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* hfsplus: remove ->writepageChristoph Hellwig2022-12-111-1/+1
* hfs: remove ->writepageChristoph Hellwig2022-12-111-1/+1
* fat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* extfat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-112-8/+0
* fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-112-2/+58
* xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-111-2/+2
* fsdax: dedupe: iter two files at the same timeShiyang Ruan2022-12-111-8/+8
* fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-112-13/+8
* fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan2022-12-111-30/+49
* fsdax: invalidate pages when CoWShiyang Ruan2022-12-111-4/+13
* fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan2022-12-111-16/+22
* fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-111-27/+28
* filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-1/+1
* ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)2022-11-301-21/+31
* hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming2022-11-301-1/+1
* mm: anonymous shared memory namingPasha Tatashin2022-11-301-4/+11
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-309-32/+49
|\
| * nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-11-301-0/+7
| * nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-11-221-0/+8
| * proc/meminfo: fix spacing in SecPageTablesYosry Ahmed2022-11-221-1/+1
| * fs: fix leaked psi pressure stateJohannes Weiner2022-11-082-13/+19
| * nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-082-9/+8
| * nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-081-2/+0
| * hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-081-7/+6
* | hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei2022-11-081-3/+3
* | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-17/+9
* | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
* | fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+1
* | hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar2022-11-081-6/+6
* | mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar2022-11-081-4/+4
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-066-7/+21
|\
| * ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o2022-11-061-2/+3
| * ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan2022-11-061-1/+1
| * ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-061-1/+2
| * ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-061-1/+9
| * ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-272-2/+6
* | Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-066-62/+105
|\ \
| * | cifs: fix use-after-free on the link nameChenXiaoSong2022-11-042-6/+25
| * | cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N2022-11-043-51/+55
| * | cifs: always iterate smb sessions using primary channelShyam Prasad N2022-11-044-5/+25
* | | Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-11-0429-386/+670
|\ \ \
| * | | xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong2022-10-313-6/+6
| * | | xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong2022-10-311-4/+6
| * | | xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong2022-10-311-1/+3
| * | | xfs: check record domain when accessing refcount recordsDarrick J. Wong2022-10-312-14/+43