linux-2.6-microblaze.git
2024-02-22 Darrick J.... xfs: report inode corruption errors to the health system
2024-02-22 Darrick J.... xfs: report symlink block corruption errors to the...
2024-02-22 Darrick J.... xfs: report dir/attr block corruption errors to the...
2024-02-22 Darrick J.... xfs: report btree block corruption errors to the health...
2024-02-22 Darrick J.... xfs: report block map corruption errors to the health...
2024-02-22 Darrick J.... xfs: report ag header corruption errors to the health...
2024-02-22 Darrick J.... xfs: report fs corruption errors to the health tracking...
2024-02-22 Darrick J.... xfs: separate the marking of sick and checked metadata
2024-02-22 Darrick J.... xfs: teach repair to fix file nlinks
2024-02-22 Darrick J.... xfs: track directory entry updates during live nlinks...
2024-02-22 Darrick J.... xfs: teach scrub to check file nlinks
2024-02-22 Darrick J.... xfs: report health of inode link counts
2024-02-22 Darrick J.... xfs: repair dquots based on live quotacheck results
2024-02-22 Darrick J.... xfs: repair cannot update the summary counters when...
2024-02-22 Darrick J.... xfs: track quota updates during live quotacheck
2024-02-22 Darrick J.... xfs: implement live quotacheck inode scan
2024-02-22 Darrick J.... xfs: create a sparse load xfarray function
2024-02-22 Darrick J.... xfs: create a helper to count per-device inode block...
2024-02-22 Darrick J.... xfs: create a xchk_trans_alloc_empty helper for scrub
2024-02-22 Darrick J.... xfs: report the health of quota counts
2024-02-22 Darrick J.... xfs: repair file modes by scanning for a dirent pointin...
2024-02-22 Darrick J.... xfs: create a macro for decoding ftypes in tracepoints
2024-02-22 Darrick J.... xfs: create a predicate to determine if two xfs_names...
2024-02-22 Darrick J.... xfs: create a static name for the dot entry too
2024-02-22 Darrick J.... xfs: iscan batching should handle unallocated inodes too
2024-02-22 Darrick J.... xfs: cache a bunch of inodes for repair scans
2024-02-22 Darrick J.... xfs: stagger the starting AG of scrub iscans to reduce...
2024-02-22 Darrick J.... xfs: allow scrub to hook metadata updates in other...
2024-02-22 Darrick J.... xfs: implement live inode scan for scrub
2024-02-22 Darrick J.... xfs: speed up xfs_iwalk_adjust_start a little bit
2024-02-21 Dave Chinnerxfs: fix SEEK_HOLE/DATA for regions with active COW...
2024-02-21 Darrick J.... xfs: remove xfile_{get,put}_page
2024-02-21 Darrick J.... xfs: convert xfarray_pagesort to deal with large folios
2024-02-21 Christoph Hellwigxfs: fix a comment in xfarray.c
2024-02-21 Christoph Hellwigxfs: remove xfarray_sortinfo.page_kaddr
2024-02-21 Darrick J.... xfs: add file_{get,put}_folio
2024-02-21 Christoph Hellwigxfs: use shmem_get_folio in in xfile_load
2024-02-21 Christoph Hellwigxfs: use shmem_get_folio in xfile_obj_store
2024-02-21 Christoph Hellwigxfs: don't allow highmem pages in xfile mappings
2024-02-21 Christoph Hellwigxfs: don't try to handle non-update pages in xfile_obj_load
2024-02-21 Christoph Hellwigxfs: remove the xfile_pread/pwrite APIs
2024-02-21 Christoph Hellwigxfs: remove xfile_stat
2024-02-21 Christoph Hellwigxfs: don't modify file and inode flags for shmem files
2024-02-21 Christoph Hellwigxfs: use shmem_kernel_file_setup in xfile_create
2024-02-21 Christoph Hellwigxfs: shmem_file_setup can't return NULL
2024-02-21 Christoph Hellwigxfs: use VM_NORESERVE in xfile_create
2024-02-21 Christoph Hellwigshmem: document how to "persist" data when using shmem_...
2024-02-21 Christoph Hellwigshmem: export shmem_kernel_file_setup
2024-02-21 Christoph Hellwigshmem: export shmem_get_folio
2024-02-21 Christoph Hellwigshmem: move the shmem_mapping assert into shmem_get_fol...
2024-02-21 Christoph Hellwigshmem: set a_ops earlier in shmem_symlink
2024-02-21 Christoph Hellwigshmem: move shmem_mapping out of line
2024-02-21 Christoph Hellwigmm: move mapping_set_update out of <linux/swap.h>
2024-02-20 Dave Chinnerxfs: use kvfree in xfs_ioc_getfsmap()
2024-02-20 Dave Chinnerxfs: use kvfree() in xfs_ioc_attr_list()
2024-02-19 Matthew Wilcox... xfs: Remove mrlock wrapper
2024-02-19 Matthew Wilcox... xfs: Replace xfs_isilocked with xfs_assert_ilocked
2024-02-19 Matthew Wilcox... locking: Add rwsem_assert_held() and rwsem_assert_held_...
2024-02-19 Christoph Hellwigxfs: use kvfree for buf in xfs_ioc_getbmap
2024-02-17 Long Lixfs: ensure submit buffers on LSN boundaries in error...
2024-02-17 Shrikanth Hegdexfs: remove duplicate ifdefs
2024-02-17 Darrick J.... xfs: disable sparse inode chunk alignment check when...
2024-02-13 Dave Chinnerxfs: use xfs_defer_alloc a bit more
2024-02-13 Dave Chinnerxfs: clean up remaining GFP_NOFS users
2024-02-13 Dave Chinnerxfs: place the CIL under nofs allocation context
2024-02-13 Dave Chinnerxfs: place intent recovery under NOFS allocation context
2024-02-13 Dave Chinnerxfs: use GFP_KERNEL in pure transaction contexts
2024-02-13 Dave Chinnerxfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
2024-02-13 Dave Chinnerxfs: use an empty transaction for fstrim
2024-02-13 Dave Chinnerxfs: convert remaining kmem_free() to kfree()
2024-02-13 Dave Chinnerxfs: convert kmem_free() for kvmalloc users to kvfree()
2024-02-13 Dave Chinnerxfs: move kmem_to_page()
2024-02-13 Dave Chinnerxfs: convert kmem_alloc() to kmalloc()
2024-02-13 Dave Chinnerxfs: convert kmem_zalloc() to kzalloc()
2024-02-11 Linus TorvaldsLinux 6.8-rc4
2024-02-11 Linus TorvaldsMerge tag 'timers_urgent_for_v6.8_rc4' of git://git...
2024-02-11 Linus TorvaldsMerge tag 'x86_urgent_for_v6.8_rc4' of git://git./linux...
2024-02-10 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-02-10-11-16' of...
2024-02-10 Linus TorvaldsMerge tag 'block-6.8-2024-02-10' of git://git.kernel...
2024-02-10 Linus TorvaldsMerge tag 'firewire-fixes-6.8-rc4' of git://git./linux...
2024-02-10 Linus TorvaldsMerge tag '6.8-rc3-ksmbd-server-fixes' of git://git...
2024-02-10 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2024-02-10 Linus TorvaldsMerge tag '6.8-rc3-smb3-client-fixes' of git://git...
2024-02-10 Linus TorvaldsMerge tag 'ceph-for-6.8-rc4' of https://github.com...
2024-02-10 Linus TorvaldsMerge tag 'ntfs3_for_6.8' of https://github.com/Paragon...
2024-02-09 Linus Torvaldswork around gcc bugs with 'asm goto' with outputs
2024-02-09 Steve Frenchsmb3: clarify mount warning
2024-02-09 Shyam Prasad Ncifs: handle cases where multiple sessions share connection
2024-02-09 Shyam Prasad Ncifs: change tcon status when need_reconnect is set...
2024-02-09 Linus TorvaldsMerge tag 'riscv-for-linus-6.8-rc4' of git://git./linux...
2024-02-09 Linus TorvaldsMerge tag 'trace-v6.8-rc3' of git://git./linux/kernel...
2024-02-09 Linus TorvaldsMerge tag 'probes-fixes-v6.8-rc3' of git://git./linux...
2024-02-09 Linus TorvaldsMerge tag 'efi-fixes-for-v6.8-1' of git://git./linux...
2024-02-09 Linus TorvaldsMerge tag 'pci-v6.8-fixes-2' of git://git./linux/kernel...
2024-02-09 Linus TorvaldsMerge tag 'hwmon-for-v6.8-rc4' of git://git./linux...
2024-02-09 Linus TorvaldsMerge tag 'mmc-v6.8-rc2' of git://git./linux/kernel...
2024-02-09 Linus TorvaldsMerge tag 'pmdomain-v6.8-rc1' of git://git./linux/kerne...
2024-02-09 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.8-rc4' of git://git./linux...
2024-02-09 Linus TorvaldsMerge tag 'drm-fixes-2024-02-09' of git://anongit.freed...
2024-02-09 Aleksander... x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
next