summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-0538-128/+806
|\
| * hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin2022-07-291-1/+1
| * hugetlbfs: cleanup some comments in inode.cMiaohe Lin2022-07-291-3/+2
| * hugetlbfs: remove unneeded header fileMiaohe Lin2022-07-291-1/+0
| * hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin2022-07-291-1/+0
| * hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin2022-07-291-2/+2
| * xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan2022-07-291-2/+4
| * userfaultfd: don't fail on unrecognized featuresAxel Rasmussen2022-07-291-4/+2
| * mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-1/+1
| * mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-1/+1
| * xfs: add dax dedupe supportShiyang Ruan2022-07-174-7/+69
| * xfs: support CoW in fsdax modeShiyang Ruan2022-07-173-6/+58
| * fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-173-7/+114
| * fsdax: add dax_iomap_cow_copy() for dax zeroShiyang Ruan2022-07-171-8/+19
| * fsdax: replace mmap entry in case of CoWShiyang Ruan2022-07-171-35/+42
| * fsdax: introduce dax_iomap_cow_copy()Shiyang Ruan2022-07-171-5/+83
| * fsdax: output address in dax_iomap_pfn() and rename itShiyang Ruan2022-07-171-5/+13
| * fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan2022-07-171-9/+41
| * xfs: implement ->notify_failure() for XFSShiyang Ruan2022-07-176-3/+238
| * fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan2022-07-171-0/+63
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-174-13/+18
| * mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
| * mm/smaps: add Pss_DirtyVincent Whitchurch2022-07-031-0/+3
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-0318-19/+31
* | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-0485-1657/+1984
|\ \
| * | xfs: delete extra space and tab in blank lineXie Shaowen2022-07-312-7/+7
| * | xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong2022-07-311-8/+9
| * | xfs: Fix typo 'the the' in commentSlark Xiao2022-07-221-1/+1
| * | xfs: Fix comment typoXin Gao2022-07-221-1/+1
| * | xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-204-7/+1
| * | xfs: fix for variable set but not used warningsunliming2022-07-201-3/+1
| * | xfs: xfs_buf cache destroy isn't RCU safeDave Chinner2022-07-203-37/+16
| * | xfs: delete unnecessary NULL checksDan Carpenter2022-07-201-2/+1
| * | xfs: fix comment for start time value of inode with bigtime enabledXiaole He2022-07-201-1/+1
| * | xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong2022-07-141-5/+3
| * | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-1435-247/+285
| |\ \
| | * | xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-1215-39/+61
| | * | xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-1213-27/+31
| | * | xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-0911-29/+12
| | * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-0916-104/+121
| | * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-0923-83/+95
| * | | Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-145-135/+188
| |\ \ \
| | * | | xfs: lockless buffer lookupDave Chinner2022-07-142-7/+16
| | * | | xfs: remove a superflous hash lookup when inserting new buffersDave Chinner2022-07-141-4/+9
| | * | | xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner2022-07-141-2/+3
| | * | | xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner2022-07-141-109/+93
| | * | | xfs: break up xfs_buf_find() into individual piecesDave Chinner2022-07-141-54/+104
| | * | | xfs: rework xfs_buf_incore() APIDave Chinner2022-07-075-37/+41
| * | | | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-1414-545/+539
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xfs: add in-memory iunlink log itemDave Chinner2022-07-145-63/+219