summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ext4: clean up GET_BLOCKS_PRE_IO error handlingEric Whitney2020-06-041-6/+20
| * | | | ext4: remove redundant GET_BLOCKS_CONVERT codeEric Whitney2020-06-041-18/+8
| * | | | ext4: remove dead GET_BLOCKS_ZERO codeEric Whitney2020-06-041-8/+0
| * | | | ext4: don't ignore return values from ext4_ext_dirty()Harshad Shirwadkar2020-06-041-1/+5
| * | | | ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-0412-73/+139
| * | | | ext4: fix error pointer dereferenceJeffle Xu2020-06-041-2/+5
| * | | | ext4: Avoid freeing inodes on dirty listJan Kara2020-06-041-0/+10
| * | | | writeback: Export inode_io_list_del()Jan Kara2020-06-043-2/+2
| * | | | ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang2020-06-041-0/+1
| * | | | ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-041-3/+6
| * | | | ext4: remove unnecessary comparisons to boolJason Yan2020-06-042-2/+2
| * | | | ext4: translate a few more map flags to strings in tracepointsEric Whitney2020-06-041-1/+4
| * | | | ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney2020-06-044-15/+4
| * | | | ext4: fix a style issue in fs/ext4/acl.cCarlos Guerrero Álvarez2020-06-041-2/+1
| * | | | ext4: remove redundant variable has_bigalloc in ext4_fill_superKaixu Xia2020-05-141-3/+2
| * | | | ext4: remove unnecessary test_opt for DIOREAD_NOLOCKKaixu Xia2020-05-071-5/+1
* | | | | Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-0630-649/+2779
|\ \ \ \ \
| * | | | | dm crypt: avoid truncating the logical block sizeEric Biggers2020-06-051-1/+1
| * | | | | dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer2020-06-051-2/+6
| * | | | | dm mpath: enhance queue_if_no_path debuggingMike Snitzer2020-06-051-7/+23
| * | | | | dm mpath: restrict queue_if_no_path state machineMike Snitzer2020-06-051-10/+28
| * | | | | dm mpath: simplify __must_push_backMike Snitzer2020-06-051-23/+5
| * | | | | dm zoned: check superblock locationHannes Reinecke2020-06-051-1/+9
| * | | | | dm zoned: prefer full zones for reclaimHannes Reinecke2020-06-051-1/+8
| * | | | | dm zoned: select reclaim zone based on device indexHannes Reinecke2020-06-054-32/+27
| * | | | | dm zoned: allocate zone by device indexHannes Reinecke2020-06-053-8/+15
| * | | | | dm zoned: support arbitrary number of devicesHannes Reinecke2020-06-052-45/+74
| * | | | | dm zoned: move random and sequential zones into struct dmz_devHannes Reinecke2020-06-054-78/+119
| * | | | | dm zoned: per-device reclaimHannes Reinecke2020-06-053-57/+88
| * | | | | dm zoned: add metadata pointer to struct dmz_devHannes Reinecke2020-06-052-8/+13
| * | | | | dm zoned: add device pointer to struct dm_zoneHannes Reinecke2020-06-054-39/+19
| * | | | | dm zoned: allocate temporary superblock for tertiary devicesHannes Reinecke2020-06-051-48/+61
| * | | | | dm zoned: convert to xarrayHannes Reinecke2020-06-051-32/+90
| * | | | | dm zoned: add a 'reserved' zone flagHannes Reinecke2020-06-052-2/+4
| * | | | | dm zoned: improve logging messages for reclaimHannes Reinecke2020-06-051-3/+10
| * | | | | dm zoned: avoid unnecessary device recalulation for secondary superblockHannes Reinecke2020-06-051-3/+2
| * | | | | dm zoned: add debugging message for reading superblocksHannes Reinecke2020-06-051-0/+4
| * | | | | dm ebs: use dm_bufio_forget_buffersMikulas Patocka2020-06-051-2/+2
| * | | | | dm bufio: introduce forget_buffer_lockedMikulas Patocka2020-06-052-4/+63
| * | | | | dm bufio: clean up rbtree block orderingMikulas Patocka2020-06-051-3/+3
| * | | | | dm integrity: add status line documentationMikulas Patocka2020-06-051-0/+8
| * | | | | dm bufio: delete unused and inefficient dm_bufio_discard_buffersMikulas Patocka2020-06-052-33/+0
| * | | | | dm zoned: remove leftover hunk for switching to sequential zonesHannes Reinecke2020-05-221-8/+0
| * | | | | dm zoned: terminate reclaim on congestionHannes Reinecke2020-05-203-2/+9
| * | | | | dm zoned: start reclaim with sequential zonesHannes Reinecke2020-05-201-5/+6
| * | | | | dm zoned: reclaim random zones when idleHannes Reinecke2020-05-203-16/+29
| * | | | | dm zoned: separate random and cache zonesHannes Reinecke2020-05-204-67/+159
| * | | | | dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke2020-05-202-4/+4
| * | | | | dm zoned: Avoid 64-bit division error in dmz_fixup_devicesNathan Chancellor2020-05-201-2/+3
| * | | | | dm: use DMDEBUG macros now that they use pr_debug variantsMike Snitzer2020-05-202-7/+7