summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1417-207/+265
|\
| * mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-121-0/+1
| * omfs: remove ->writepageChristoph Hellwig2022-12-121-6/+1
| * jfs: remove ->writepageChristoph Hellwig2022-12-121-6/+1
| * hpfs: remove ->writepageChristoph Hellwig2022-12-121-7/+2
| * hfsplus: remove ->writepageChristoph Hellwig2022-12-121-1/+1
| * hfs: remove ->writepageChristoph Hellwig2022-12-121-1/+1
| * fat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
| * extfat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
| * xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-122-8/+0
| * fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-122-2/+58
| * xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-121-2/+2
| * fsdax: dedupe: iter two files at the same timeShiyang Ruan2022-12-121-8/+8
| * fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-122-13/+8
| * fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan2022-12-121-30/+49
| * fsdax: invalidate pages when CoWShiyang Ruan2022-12-121-4/+13
| * fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan2022-12-121-16/+22
| * fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-121-27/+28
| * filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-121-1/+1
| * ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)2022-12-011-21/+31
| * hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming2022-12-011-1/+1
| * mm: anonymous shared memory namingPasha Tatashin2022-12-011-4/+11
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-309-32/+49
| |\
| * | hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei2022-11-091-3/+3
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-091-17/+9
| * | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-091-1/+1
| * | fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
| * | hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar2022-11-091-6/+6
| * | mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar2022-11-091-4/+4
* | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-132-0/+7
|\ \ \
| * \ \ Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-0741-208/+411
| |\ \ \
| * | | | efi: vars: prohibit reading random seed variablesJason A. Donenfeld2022-12-012-0/+7
* | | | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-9/+5
|\ \ \ \ \
| * | | | | blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2022-11-211-4/+2
| * | | | | blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-5/+3
* | | | | | Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-132-24/+31
|\ \ \ \ \ \
| * | | | | | eventfd: provide a eventfd_signal_mask() helperJens Axboe2022-11-221-16/+21
| * | | | | | eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe2022-11-211-8/+10
* | | | | | | Merge tag 'iomap-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-131-2/+1
|\ \ \ \ \ \ \
| * | | | | | | iomap: directly use logical block sizeKeith Busch2022-11-141-2/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'vfs-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-131-5/+2
|\ \ \ \ \ \ \
| * | | | | | | fs/remap_range: avoid spurious writeback on zero length requestBrian Foster2022-11-301-5/+2
| |/ / / / / /
* | | | | | | Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds2022-12-131-67/+250
|\ \ \ \ \ \ \
| * | | | | | | xattr: use rbtree for simple_xattrsChristian Brauner2022-11-121-67/+250
* | | | | | | | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-133-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2022-11-222-1/+5
| * | | | | | | | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-2/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-132-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-192-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'configfs-6.2-2022-12-13' of git://git.infradead.org/users/hch/conf...Linus Torvalds2022-12-131-0/+2
|\ \ \ \ \ \ \ \