platform/kernel/linux-rpi.git
2023-02-07 Kees Cookudf: Use unsigned variables for size calculations
2023-02-07 Tom Rixudf: remove reporting loc in debug output
2023-02-07 Vladislav Efanovudf: Check consistency of Space Bitmap Descriptor
2023-01-26 Jan Karaudf: Fix file counting in LVID
2023-01-26 Jan Karaudf: Limit file size to 4TB
2023-01-26 Jan Karaudf: Don't return bh from udf_expand_dir_adinicb()
2023-01-26 Jan Karaudf: Convert udf_expand_file_adinicb() to avoid kmap_at...
2023-01-26 Jan Karaudf: Convert udf_adinicb_writepage() to memcpy_to_page()
2023-01-26 Jan Karaudf: Switch udf_adinicb_readpage() to kmap_local_page()
2023-01-26 Jan Karaudf: Move udf_adinicb_readpage() to inode.c
2023-01-26 Jan Karaudf: Mark aops implementation static
2023-01-26 Jan Karaudf: Switch to single address_space_operations
2023-01-26 Jan Karaudf: Add handling of in-ICB files to udf_bmap()
2023-01-26 Jan Karaudf: Convert all file types to use udf_write_end()
2023-01-26 Jan Karaudf: Convert in-ICB files to use udf_write_begin()
2023-01-26 Jan Karaudf: Convert in-ICB files to use udf_direct_IO()
2023-01-26 Jan Karaudf: Convert in-ICB files to use udf_writepages()
2023-01-26 Jan Karaudf: Unify .read_folio for normal and in-ICB files
2023-01-26 Jan Karaudf: Fix off-by-one error when discarding preallocation
2023-01-26 Jan Karaudf: Fix file corruption when appending just after...
2023-01-26 Jan Karaudf: Do not allocate blocks on page writeback
2023-01-26 Jan Karafs: gracefully handle ->get_block not mapping bh in...
2023-01-26 Jan Karaudf: Allocate blocks on write page fault
2023-01-26 Jan Karaudf: Protect truncate and file type conversion with...
2023-01-26 Jan Karaudf: Simplify error handling in udf_file_write_iter()
2023-01-26 Jan Karaudf: Push i_data_sem locking into udf_extend_file()
2023-01-26 Jan Karaudf: Push i_data_sem locking into udf_expand_file_adinicb()
2023-01-26 Jan Karaudf: Protect rename against modification of moved directory
2023-01-26 Jan Karaudf: Fold udf_getblk() into udf_bread()
2023-01-26 Jan Karaudf: Use udf_map_block() in udf_getblk()
2023-01-26 Jan Karaudf: Add flag to disable block preallocation
2023-01-26 Jan Karaudf: Pass mapping request into inode_getblk()
2023-01-26 Jan Karaudf: Fold udf_block_map() into udf_map_block()
2023-01-26 Jan Karaudf: Convert udf_symlink_filler() to use udf_bread()
2023-01-26 Jan Karaudf: Do not call udf_block_map() on ICB files
2023-01-26 Jan Karaudf: Use udf_bread() in udf_load_vat()
2023-01-26 Jan Karaudf: Use udf_bread() in udf_get_pblock_virt15()
2023-01-26 Jan Karaudf: Factor out block mapping into udf_map_block()
2023-01-26 Jan Karaudf: Move incrementing of goal block directly into...
2023-01-26 Jan Karaudf: Drop VARCONV support
2023-01-26 Jan Karaudf: Unify types in anchor block detection
2023-01-26 Jan Karaudf: Fix directory iteration for longer tail extents
2023-01-26 Jan Karaudf: Propagate errors from udf_advance_blk()
2023-01-26 Jan Karaudf: Zero udf name padding
2023-01-16 Christoph Hellwigext2: propagate errors from ext2_prepare_chunk
2023-01-09 Colin Ian Kingudf: remove redundant variable netype
2023-01-09 Jan Karaudf: Detect system inodes linked into directory hierarchy
2023-01-09 Jan Karaudf: Preserve link count of system files
2023-01-09 Jan Karaudf: Do not update file length for failed writes to...
2023-01-09 Colin Ian Kingudf: Fix spelling mistake "lenght" -> "length"
2023-01-09 Fabio M. De... fs/ext2: Replace kmap_atomic() with kmap_local_page()
2023-01-09 Jan Karaudf: Keep i_lenExtents consistent with the total length...
2023-01-09 Jan Karaudf: Move setting of i_lenExtents into udf_do_extend_file()
2023-01-09 Jan Karaudf: Allocate name buffer in directory iterator on...
2023-01-09 Jan Karaudf: Handle error when adding extent to a file
2023-01-09 Jan Karaudf: Handle error when adding extent to symlink
2023-01-09 Jan Karaudf: Handle error when expanding directory
2023-01-09 Jan Karaudf: Do not bother merging very long extents
2023-01-09 Jan Karaudf: Truncate added extents on failed expansion
2023-01-09 Jan Karaudf: Remove old directory iteration code
2023-01-09 Jan Karaudf: Convert udf_rename() to new directory iteration...
2023-01-09 Jan Karaudf: Convert udf_link() to new directory iteration...
2023-01-09 Jan Karaudf: Convert udf_mkdir() to new directory iteration...
2023-01-09 Jan Karaudf: Convert udf_add_nondir() to new directory iteration
2023-01-09 Jan Karaudf: Implement adding of dir entries using new iteratio...
2023-01-09 Jan Karaudf: Convert udf_unlink() to new directory iteration...
2023-01-09 Jan Karaudf: Convert udf_rmdir() to new directory iteration...
2023-01-09 Jan Karaudf: Provide function to mark entry as deleted using...
2023-01-09 Jan Karaudf: Convert empty_dir() to new directory iteration...
2023-01-09 Jan Karaudf: Convert udf_get_parent() to new directory iteratio...
2023-01-09 Jan Karaudf: Convert udf_lookup() to use new directory iteratio...
2023-01-09 Jan Karaudf: Implement searching for directory entry using...
2023-01-09 Jan Karaudf: Move udf_expand_dir_adinicb() to its callsite
2023-01-09 Jan Karaudf: Convert udf_expand_dir_adinicb() to new directory...
2023-01-09 Jan Karaudf: Convert udf_readdir() to new directory iteration
2023-01-09 Jan Karaudf: New directory iteration code
2023-01-09 Jan Karaudf: Define EFSCORRUPTED error code
2023-01-08 Linus TorvaldsMerge tag 'xfs-6.2-fixes-2' of git://git./fs/xfs/xfs...
2023-01-08 Linus TorvaldsLinux 6.2-rc3
2023-01-08 Linus TorvaldsMerge tag 'powerpc-6.2-2' of git://git./linux/kernel...
2023-01-08 Linus TorvaldsMerge tag 'fixes-2023-01-08' of git://git./linux/kernel...
2023-01-07 Linus TorvaldsMerge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org...
2023-01-07 Linus TorvaldsMerge tag '6.2-rc2-smb3-client-fixes' of git://git...
2023-01-07 Linus TorvaldsMerge tag 'devicetree-fixes-for-6.2-1' of git://git...
2023-01-07 Linus TorvaldsMerge tag 'usb-6.2-rc3' of git://git./linux/kernel...
2023-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2023-01-07 Linus TorvaldsMerge tag 'kbuild-fixes-v6.2-2' of git://git./linux...
2023-01-06 Linus TorvaldsMerge tag 'drm-fixes-2023-01-06' of git://anongit.freed...
2023-01-06 Jason A. Donenfeldtpm: Allow system suspend to continue when TPM suspend...
2023-01-06 Linus Torvaldshfs/hfsplus: avoid WARN_ON() for sanity check, use...
2023-01-06 Linus TorvaldsMerge tag 'block-2023-01-06' of git://git.kernel.dk...
2023-01-06 Linus TorvaldsMerge tag 'io_uring-2023-01-06' of git://git.kernel...
2023-01-06 Linus TorvaldsMerge tag 'tif-notify-signal-2023-01-06' of git://git...
2023-01-06 Linus TorvaldsMerge tag 'ceph-for-6.2-rc3' of https://github.com...
2023-01-06 Linus TorvaldsMerge tag 'fixes_for_v6.2-rc3' of git://git./linux...
2023-01-06 Linus TorvaldsMerge tag 'for-6.2-rc2-tag' of git://git./linux/kernel...
2023-01-06 Linus TorvaldsMerge tag 'riscv-for-linus-6.2-rc3' of git://git./linux...
2023-01-06 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06'...
2023-01-06 Linus TorvaldsMerge tag 'perf-urgent-2023-01-06' of git://git./linux...
2023-01-06 Linus TorvaldsMerge tag 'v6.2-p2' of git://git./linux/kernel/git...
next