summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2024-01-263-3/+7
| |\ \ \ \ \
| | * | | | | KVM: s390: fix cc for successful PQAPEric Farman2024-01-081-2/+6
| | * | | | | KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2023-12-212-1/+1
* | | | | | | Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-02-071-6/+5
|\ \ \ \ \ \ \
| * | | | | | | nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-051-6/+5
* | | | | | | | Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-074-3/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo2024-01-311-2/+11
| * | | | | | | | btrfs: forbid deleting live subvol qgroupBoris Burkov2024-01-311-0/+14
| * | | | | | | | btrfs: forbid creating subvol qgroupsBoris Burkov2024-01-311-0/+5
| * | | | | | | | btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-01-311-1/+1
* | | | | | | | | Merge tag 'bcachefs-2024-02-05' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-02-064-6/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | bcachefs: time_stats: Check for last_event == 0 when updating freq statsKent Overstreet2024-02-051-2/+3
| * | | | | | | | bcachefs: install fd later to avoid race with closeMathias Krause2024-02-051-1/+1
| * | | | | | | | bcachefs: unlock parent dir if entry is not found in subvolume deletionGuoyu Ou2024-01-281-2/+2
| * | | | | | | | bcachefs: Fix build on parisc by avoiding __multi3()Helge Deller2024-01-281-1/+1
* | | | | | | | | Linux 6.8-rc3v6.8-rc3Linus Torvalds2024-02-041-1/+1
* | | | | | | | | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0411-189/+203
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-011-29/+3
| * | | | | | | | | ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-013-3/+10
| * | | | | | | | | ext4: add a hole extent entry in cache after punchZhang Yi2024-02-011-2/+4
| * | | | | | | | | ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-02-011-41/+70
| * | | | | | | | | ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-011-14/+11
| * | | | | | | | | ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-011-22/+17
| * | | | | | | | | ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-182-10/+6
| * | | | | | | | | ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-189-22/+18
| * | | | | | | | | ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi2024-01-181-4/+2
| * | | | | | | | | ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi2024-01-181-3/+1
| * | | | | | | | | ext4: remove unused return value of ext4_mb_releaseKemeng Shi2024-01-182-4/+2
| * | | | | | | | | ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi2024-01-181-1/+0
| * | | | | | | | | ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi2024-01-181-2/+1
| * | | | | | | | | ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi2024-01-181-6/+6
| * | | | | | | | | ext4: remove unused return value of __mb_check_buddyKemeng Shi2024-01-181-4/+3
| * | | | | | | | | ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li2024-01-181-11/+11
| * | | | | | | | | ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-01-181-5/+4
| * | | | | | | | | ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-01-181-0/+4
| * | | | | | | | | ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-01-181-1/+1
| * | | | | | | | | ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-01-181-18/+21
| * | | | | | | | | ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-01-181-0/+20
| * | | | | | | | | ext4: do not trim the group with corrupted block bitmapBaokun Li2024-01-181-0/+3
| * | | | | | | | | ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-01-181-4/+2
* | | | | | | | | | Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-02-044-8/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-012-3/+3
| * | | | | | | | | | cifs: failure to add channel on iface should bump up weightShyam Prasad N2024-02-011-0/+2
| * | | | | | | | | | cifs: do not search for channel if server is terminatingShyam Prasad N2024-02-012-1/+5
| * | | | | | | | | | cifs: avoid redundant calls to disable multichannelShyam Prasad N2024-02-011-1/+1
| * | | | | | | | | | cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-312-3/+20
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-02-048-33/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-307-30/+30
| * | | | | | | | | | xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-01-291-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-043-2/+12
|\ \ \ \ \ \ \ \ \ \