| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | ext4: improve error recovery code paths in __ext4_remount() | Theodore Ts'o | 2023-05-14 | 1 | -3/+10 |
| * | | | ext4: improve error handling from ext4_dirhash() | Theodore Ts'o | 2023-05-14 | 2 | -17/+42 |
| * | | | ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled | Theodore Ts'o | 2023-05-14 | 1 | -1/+5 |
| * | | | ext4: check iomap type only if ext4_iomap_begin() does not fail | Baokun Li | 2023-05-14 | 1 | -1/+1 |
| * | | | ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum | Tudor Ambarus | 2023-05-14 | 1 | -4/+2 |
| * | | | ext4: fix data races when using cached status extents | Jan Kara | 2023-05-14 | 1 | -17/+13 |
| * | | | ext4: avoid deadlock in fs reclaim with page writeback | Jan Kara | 2023-05-14 | 3 | -13/+40 |
| * | | | ext4: fix invalid free tracking in ext4_xattr_move_to_block() | Theodore Ts'o | 2023-05-14 | 1 | -2/+3 |
| * | | | ext4: remove a BUG_ON in ext4_mb_release_group_pa() | Theodore Ts'o | 2023-05-14 | 1 | -1/+5 |
| * | | | ext4: allow ext4_get_group_info() to fail | Theodore Ts'o | 2023-05-14 | 5 | -29/+82 |
| * | | | ext4: fix lockdep warning when enabling MMP | Jan Kara | 2023-05-08 | 1 | -9/+21 |
| * | | | ext4: fix WARNING in mb_find_extent | Ye Bin | 2023-05-08 | 1 | -0/+25 |
| |/ / |
|
* | | | Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-14 | 18 | -192/+202 |
|\ \ \ |
|
| * | | | fbdev: stifb: Fix info entry in sti_struct on error path | Helge Deller | 2023-05-12 | 1 | -0/+1 |
| * | | | fbdev: modedb: Add 1920x1080 at 60 Hz video mode | Helge Deller | 2023-05-12 | 1 | -0/+5 |
| * | | | fbdev: imsttfb: Fix use after free bug in imsttfb_probe | Zheng Wang | 2023-05-11 | 1 | -7/+8 |
| * | | | fbdev: vfb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -5/+5 |
| * | | | fbdev: valkyriefb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -7/+7 |
| * | | | fbdev: stifb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -78/+78 |
| * | | | fbdev: sa1100fb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -16/+16 |
| * | | | fbdev: platinumfb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -15/+15 |
| * | | | fbdev: p9100: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -2/+2 |
| * | | | fbdev: maxinefb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -1/+1 |
| * | | | fbdev: macfb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -5/+5 |
| * | | | fbdev: hpfb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -4/+4 |
| * | | | fbdev: hgafb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -18/+18 |
| * | | | fbdev: g364fb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -3/+3 |
| * | | | fbdev: controlfb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -17/+17 |
| * | | | fbdev: cg14: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -1/+1 |
| * | | | fbdev: atmel_lcdfb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -1/+1 |
| * | | | fbdev: 68328fb: Remove trailing whitespaces | Thomas Zimmermann | 2023-05-11 | 1 | -6/+6 |
| * | | | fbdev: arcfb: Fix error handling in arcfb_probe() | Zongjie Li | 2023-05-11 | 1 | -6/+9 |
| |/ / |
|
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2023-05-14 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend | Keoseong Park | 2023-05-08 | 1 | -1/+9 |
| |/ / |
|
* | | | Merge tag 'block-6.4-2023-05-13' of git://git.kernel.dk/linux | Linus Torvalds | 2023-05-13 | 5 | -104/+4 |
|\ \ \ |
|
| * | | | Documentation/block: drop the request.rst file | Randy Dunlap | 2023-05-12 | 2 | -100/+0 |
| * | | | ublk: fix command op code check | Ming Lei | 2023-05-12 | 1 | -1/+1 |
| * | | | block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE | Guoqing Jiang | 2023-05-12 | 1 | -1/+1 |
| * | | | nbd: Fix debugfs_create_dir error checking | Ivan Orlov | 2023-05-12 | 1 | -2/+2 |
| |/ / |
|
* | | | x86/retbleed: Fix return thunk alignment | Borislav Petkov (AMD) | 2023-05-13 | 1 | -2/+2 |
* | | | Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-05-13 | 11 | -33/+102 |
|\ \ \ |
|
| * | | | btrfs: make clear_cache mount option to rebuild FST without disabling it | Qu Wenruo | 2023-05-10 | 4 | -11/+70 |
| * | | | btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add | Christoph Hellwig | 2023-05-10 | 1 | -2/+2 |
| * | | | btrfs: zoned: fix full zone super block reading on ZNS | Naohiro Aota | 2023-05-10 | 1 | -4/+3 |
| * | | | btrfs: zoned: zone finish data relocation BG with last IO | Naohiro Aota | 2023-05-10 | 1 | -0/+3 |
| * | | | btrfs: fix backref walking not returning all inode refs | Filipe Manana | 2023-05-09 | 3 | -10/+17 |
| * | | | btrfs: fix space cache inconsistency after error loading it from disk | Filipe Manana | 2023-05-09 | 1 | -3/+4 |
| * | | | btrfs: print-tree: parent bytenr must be aligned to sector size | Anastasia Belova | 2023-05-09 | 1 | -3/+3 |
* | | | | Merge tag '6.4-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2023-05-13 | 4 | -2/+28 |
|\ \ \ \ |
|
| * | | | | cifs: release leases for deferred close handles when freezing | Steve French | 2023-05-11 | 1 | -0/+15 |