| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | fs/remap_range: Pass the file pointer to read_mapping_folio() | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | iomap: Fix iomap_invalidatepage tracepoint | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -1/+2 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 9 | -13/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | fs: Move many prototypes to pagemap.h | Matthew Wilcox (Oracle) | 2022-03-21 | 5 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | mm: Convert remove_mapping() to take a folio | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | splice: Use a folio in page_cache_pipe_buf_try_steal() | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -10/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED | Christoph Hellwig | 2022-03-03 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | mm: remove the extra ZONE_DEVICE struct page refcount | Christoph Hellwig | 2022-03-03 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig | 2022-03-03 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-22 | 85 | -209/+157 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mm/fs: delete PF_SWAPWRITE | Hugh Dickins | 2022-03-22 | 2 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | userfaultfd: provide unmasked address on page-fault | Nadav Amit | 2022-03-22 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mm: dcache: use kmem_cache_alloc_lru() to allocate dentry | Muchun Song | 2022-03-22 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | f2fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 51 | -51/+51 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | fs: introduce alloc_inode_sb() to allocate filesystems specific inode | Muchun Song | 2022-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mm: fs: fix lru_cache_disabled race in bh_lru | Minchan Kim | 2022-03-22 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mount: warn only once about timestamp range expiration | Anthony Iliopoulos | 2022-03-22 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | f2fs: replace congestion_wait() calls with io_schedule_timeout() | NeilBrown | 2022-03-22 | 5 | -14/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | remove bdi_congested() and wb_congested() and related functions | NeilBrown | 2022-03-22 | 3 | -24/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | remove inode_congested() | NeilBrown | 2022-03-22 | 1 | -37/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ceph: remove reliance on bdi congestion | NeilBrown | 2022-03-22 | 3 | -9/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | nfs: remove reliance on bdi congestion | NeilBrown | 2022-03-22 | 1 | -3/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | fuse: remove reliance on bdi congestion | NeilBrown | 2022-03-22 | 3 | -25/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | fs/ocfs2: fix comments mentioning i_mutex | hongnanli | 2022-03-22 | 11 | -16/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ocfs2: cleanup some return variables | Joseph Qi | 2022-03-22 | 2 | -18/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ntfs: add sanity check on allocation size | Dongliang Mu | 2022-03-22 | 1 | -0/+4 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 2022-03-22 | 46 | -1331/+2970 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: put block group after final usage | Nikolay Borisov | 2022-03-14 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: don't access possibly stale fs_info data in device_list_add | Dongliang Mu | 2022-03-14 | 1 | -7/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add lockdep_assert_held to need_preemptive_reclaim | Niels Dossche | 2022-03-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: verify the tranisd of the to-be-written dirty extent buffer | Qu Wenruo | 2022-03-14 | 1 | -6/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: unify the error handling of btrfs_read_buffer() | Qu Wenruo | 2022-03-14 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: unify the error handling pattern for read_tree_block() | Qu Wenruo | 2022-03-14 | 5 | -27/+34 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: factor out do_free_extent_accounting helper | Josef Bacik | 2022-03-14 | 1 | -22/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove last_ref from the extent freeing code | Josef Bacik | 2022-03-14 | 1 | -23/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add a alloc_reserved_extent helper | Josef Bacik | 2022-03-14 | 1 | -32/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block | Josef Bacik | 2022-03-14 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add and use helper for unlinking inode during log replay | Filipe Manana | 2022-03-14 | 1 | -48/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: extend locking to all space_info members accesses | Niels Dossche | 2022-03-14 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: mark relocation as writing | Naohiro Aota | 2022-03-14 | 2 | -1/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | fs: allow cross-vfsmount reflink/dedupe | Josef Bacik | 2022-03-14 | 2 | -10/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove the cross file system checks from remap | Josef Bacik | 2022-03-14 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: pass btrfs_fs_info to btrfs_recover_relocation | Josef Bacik | 2022-03-14 | 3 | -5/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: pass btrfs_fs_info for deleting snapshots and cleaner | Josef Bacik | 2022-03-14 | 3 | -7/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add filesystems state details to error messages | Sweet Tea Dorminy | 2022-03-14 | 2 | -8/+62 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: deal with unexpected extent type during reflinking | Filipe Manana | 2022-03-14 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: fix unexpected error path when reflinking an inline extent | Filipe Manana | 2022-03-14 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: reset last_reflink_trans after fsyncing inode | Filipe Manana | 2022-03-14 | 5 | -14/+48 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: voluntarily relinquish cpu when doing a full fsync | Filipe Manana | 2022-03-14 | 1 | -0/+7 | |
