summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-1411-23/+27
|\
| * ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-12-023-9/+9
| * coredump: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-2/+5
| * btrfs: send: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-5/+6
| * cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-016-7/+7
* | Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-145-38/+73
|\ \
| * | orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu2022-12-071-23/+3
| * | orangefs: Fix kmemleak in orangefs_sysfs_init()Zhang Xiaoxu2022-12-071-8/+63
| * | orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu2022-12-071-0/+3
| * | orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu2022-12-071-4/+4
| * | orangefs: remove redundant assignment to variable buffer_indexColin Ian King2022-12-071-1/+0
| * | orangefs: remove variable iColin Ian King2022-12-071-2/+0
* | | Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-12-146-31/+35
|\ \ \
| * | | ceph: try to check caps immediately after async creating finishesXiubo Li2022-12-123-0/+13
| * | | ceph: remove useless session parameter for check_caps()Xiubo Li2022-12-126-31/+22
* | | | Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-1448-305/+1278
|\ \ \ \
| * | | | xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner2022-12-081-4/+12
| * | | | xfs: Remove duplicated include in xfs_iomap.cYang Li2022-12-041-2/+0
| * | | | xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong2022-12-011-1/+1
| * | | | xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan2022-12-011-1/+0
| * | | | Merge tag 'maxrefcount-fixes-6.2_2022-12-01' of git://git.kernel.org/pub/scm/...Darrick J. Wong2022-12-011-16/+130
| |\ \ \ \
| | * | | | xfs: estimate post-merge refcounts correctlyDarrick J. Wong2022-12-011-4/+21
| | * | | | xfs: hoist refcount record merge predicatesDarrick J. Wong2022-12-011-16/+113
| * | | | | xfs: fix super block buf log item UAF during force shutdownGuo Xuenan2022-11-301-0/+2
| * | | | | xfs: wait iclog complete before tearing down AILGuo Xuenan2022-11-301-11/+25
| |/ / / /
| * | | | xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong2022-11-301-4/+4
| * | | | xfs: shut up -Wuninitialized in xfsaild_pushDarrick J. Wong2022-11-301-1/+3
| * | | | xfs: use memcpy, not strncpy, to format the attr prefix during listxattrDarrick J. Wong2022-11-301-1/+1
| * | | | xfs: invalidate block device page cache during unmountDarrick J. Wong2022-11-301-0/+1
| * | | | xfs: add debug knob to slow down write for funDarrick J. Wong2022-11-284-3/+60
| * | | | xfs: add debug knob to slow down writeback for funDarrick J. Wong2022-11-286-3/+90
| * | | | Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-11-2812-106/+425
| |\ \ \ \
| | * | | | xfs: drop write error injection is unfixable, remove itDave Chinner2022-11-293-23/+25
| | * | | | xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-295-27/+87
| | * | | | iomap: write iomap validity checksDave Chinner2022-11-292-2/+46
| | * | | | xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner2022-11-294-21/+15
| | * | | | iomap: buffered write failure should not truncate the page cacheDave Chinner2022-11-291-15/+180
| | * | | | xfs,iomap: move delalloc punching to iomapDave Chinner2022-11-232-39/+68
| | * | | | xfs: use byte ranges for write cleanup rangesDave Chinner2022-11-231-15/+25
| | * | | | xfs: punching delalloc extents on write failure is racyDave Chinner2022-11-231-18/+23
| | * | | | xfs: write page faults in iomap are not buffered writesDave Chinner2022-11-073-1/+11
| * | | | | xfs: fix incorrect i_nlink caused by inode racingLong Li2022-11-211-0/+6
| * | | | | xfs: Print XFS UUID on mount and umount events.Lukas Herbolt2022-11-162-5/+7
| * | | | | xfs: fix sb write verify for lazysbcountLong Li2022-11-162-1/+18
| * | | | | xfs: fix incorrect error-out in xfs_removeDarrick J. Wong2022-11-161-1/+1
| * | | | | xfs: check inode core when scrubbing metadata filesDarrick J. Wong2022-11-161-6/+34
| * | | | | xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong2022-11-161-1/+1
| * | | | | xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong2022-11-161-0/+2
| * | | | | xfs: check that CoW fork extents are not sharedDarrick J. Wong2022-11-161-0/+2
| * | | | | xfs: check quota files for unwritten extentsDarrick J. Wong2022-11-161-2/+4