index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
ext4: fix race when reusing xattr blocks
Jan Kara
1
-22
/
+45
2022-08-03
ext4: unindent codeblock in ext4_xattr_block_set()
Jan Kara
1
-39
/
+38
2022-08-03
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
3
-16
/
+11
2022-08-03
mbcache: add functions to delete entry if unused
Jan Kara
2
-3
/
+73
2022-08-03
mbcache: don't reclaim used entries
Jan Kara
1
-1
/
+9
2022-08-03
ext4: make sure ext4_append() always allocates new block
Lukas Czerner
1
-0
/
+16
2022-08-03
ext4: check if directory block is within i_size
Lukas Czerner
1
-0
/
+7
2022-08-03
ext4: reflect mb_optimize_scan value in options file
Ojaswin Mujoo
1
-0
/
+9
2022-08-03
ext4: avoid remove directory when directory is corrupted
Ye Bin
1
-5
/
+2
2022-08-03
ext4: aligned '*' in comments
Jiang Jian
1
-1
/
+1
2022-08-03
Documentation: ext4: fix cell spacing of table heading on blockmap table
Bagas Sanjaya
1
-1
/
+1
2022-08-03
ext4: recover csum seed of tmp_inode after migrating to extents
Li Lingfeng
1
-1
/
+3
2022-08-03
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
1
-3
/
+9
2022-08-03
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
1
-2
/
+1
2022-08-03
ext4: correct max_inline_xattr_value_size computing
Baokun Li
1
-0
/
+3
2022-08-03
ext4: fix use-after-free in ext4_xattr_set_entry
Baokun Li
1
-2
/
+4
2022-08-03
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
Baokun Li
1
-0
/
+13
2022-08-03
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
1
-0
/
+7
2022-08-03
jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
Zhang Yi
1
-1
/
+1
2022-08-03
jbd2: unexport jbd2_log_start_commit()
Jan Kara
2
-3
/
+1
2022-08-03
jbd2: remove unused exports for jbd2 debugging
Jan Kara
2
-4
/
+1
2022-08-03
jbd2: rename jbd_debug() to jbd2_debug()
Jan Kara
7
-69
/
+69
2022-08-03
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
7
-41
/
+40
2022-08-03
ext4: reuse order and buddy in mb_mark_used when buddy split
hanjinke
1
-2
/
+8
2022-08-03
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
4
-11
/
+22
2022-08-03
ext4: update s_overhead_clusters in the superblock during an on-line resize
Theodore Ts'o
1
-0
/
+1
2022-08-03
ext4: fix reading leftover inlined symlinks
Zhang Yi
3
-0
/
+46
2022-08-03
ublk_drv: add support for UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-12
/
+94
2022-08-03
ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-0
/
+18
2022-08-03
ublk_drv: cleanup ublksrv_ctrl_dev_info
Ming Lei
2
-18
/
+15
2022-08-03
ublk_drv: add SET_PARAMS/GET_PARAMS control command
Ming Lei
2
-18
/
+234
2022-08-03
ublk_drv: fix ublk device leak in case that add_disk fails
Ming Lei
1
-0
/
+5
2022-08-03
ublk_drv: cancel device even though disk isn't up
Ming Lei
1
-6
/
+12
2022-08-03
block: fix leaking page ref on truncated direct io
Keith Busch
1
-15
/
+15
2022-08-03
block: ensure bio_iov_add_page can't fail
Keith Busch
1
-10
/
+9
2022-08-03
block: ensure iov_iter advances for added pages
Keith Busch
1
-4
/
+4
2022-08-03
drivers:md:fix a potential use-after-free bug
Wentao_Liang
1
-1
/
+1
2022-08-03
md/raid5: Ensure batch_last is released before sleeping for quiesce
Logan Gunthorpe
2
-9
/
+29
2022-08-03
md/raid5: Move stripe_request_ctx up
Logan Gunthorpe
1
-27
/
+27
2022-08-03
md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()
Logan Gunthorpe
1
-1
/
+0
2022-08-03
md/raid5: Make is_inactive_blocked() helper
Logan Gunthorpe
1
-5
/
+19
2022-08-03
md/raid5: Refactor raid5_get_active_stripe()
Logan Gunthorpe
1
-31
/
+36
2022-08-03
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
5
-72
/
+68
2022-08-03
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
2
-10
/
+10
2022-08-03
block: move the call to get_max_io_size out of blk_bio_segment_split
Christoph Hellwig
1
-4
/
+5
2022-08-03
block: move ->bio_split to the gendisk
Christoph Hellwig
6
-16
/
+15
2022-08-03
block: change the blk_queue_bounce calling convention
Christoph Hellwig
3
-18
/
+20
2022-08-03
block: change the blk_queue_split calling convention
Christoph Hellwig
11
-65
/
+63
2022-08-03
nvme: update MAINTAINERS for the new auth code
Christoph Hellwig
1
-1
/
+2
2022-08-03
nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
Sagi Grimberg
1
-1
/
+2
[prev]
[next]