index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
ext4: dedpulicate the code to wait on inode that's being committed
Harshad Shirwadkar
1
-34
/
+27
2020-11-06
jbd2: don't read journal->j_commit_sequence without taking a lock
Harshad Shirwadkar
1
-2
/
+4
2020-11-06
jbd2: don't touch buffer state until it is filled
Harshad Shirwadkar
1
-4
/
+0
2020-11-06
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
1
-0
/
+9
2020-11-06
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2
-4
/
+10
2020-11-06
jbd2: don't use state lock during commit path
Harshad Shirwadkar
1
-6
/
+0
2020-11-06
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
4
-57
/
+64
2020-11-06
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
6
-13
/
+13
2020-11-06
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
5
-63
/
+74
2020-11-06
ext4: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
2
-9
/
+0
2020-11-06
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
3
-3
/
+5
2020-11-06
ext4: describe fast_commit feature flags
Harshad Shirwadkar
1
-0
/
+7
2020-11-06
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
1
-0
/
+1
2020-11-06
ext4: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2020-11-06
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
1
-2
/
+2
2020-11-06
Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-18
/
+39
2020-11-06
proc "seq files": switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc "single files": switch to ->read_iter
Greg Kroah-Hartman
1
-1
/
+1
2020-11-06
proc/stat: switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc/cpuinfo: switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc: wire up generic_file_splice_read for iter ops
Christoph Hellwig
1
-0
/
+2
2020-11-06
seq_file: add seq_read_iter
Christoph Hellwig
1
-13
/
+32
2020-11-06
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
Eric Biggers
1
-3
/
+1
2020-11-05
io_uring: fix link lookup racing with link timeout
Pavel Begunkov
1
-1
/
+15
2020-11-05
NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy
Dai Ngo
1
-0
/
+1
2020-11-05
NFSD: Fix use-after-free warning when doing inter-server copy
Dai Ngo
1
-1
/
+1
2020-11-05
NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL
Chuck Lever
1
-5
/
+1
2020-11-05
NFSD: NFSv3 PATHCONF Reply is improperly formed
Chuck Lever
1
-0
/
+1
2020-11-05
Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
10
-48
/
+70
2020-11-05
io_uring: use correct pointer for io_uring_show_cred()
Jens Axboe
1
-1
/
+2
2020-11-05
io_uring: don't forget to task-cancel drained reqs
Pavel Begunkov
1
-2
/
+8
2020-11-05
btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
Dinghao Liu
1
-0
/
+1
2020-11-05
btrfs: dev-replace: fail mount if we don't have replace item with target device
Anand Jain
2
-21
/
+31
2020-11-05
btrfs: scrub: update message regarding read-only status
David Sterba
1
-2
/
+3
2020-11-05
btrfs: clean up NULL checks in qgroup_unreserve_range()
Dan Carpenter
1
-8
/
+4
2020-11-05
btrfs: fix min reserved size calculation in merge_reloc_root
Josef Bacik
1
-1
/
+3
2020-11-05
btrfs: print the block rsv type when we fail our reservation
Josef Bacik
1
-1
/
+2
2020-11-05
btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch
Matthew Wilcox (Oracle)
1
-6
/
+4
2020-11-04
xfs: only flush the unshared range in xfs_reflink_unshare
Darrick J. Wong
1
-1
/
+2
2020-11-04
ceph: check session state after bumping session->s_seq
Jeff Layton
5
-18
/
+39
2020-11-04
io_uring: fix overflowed cancel w/ linked ->files
Pavel Begunkov
1
-22
/
+21
2020-11-04
io_uring: drop req/tctx io_identity separately
Jens Axboe
1
-3
/
+6
2020-11-04
io_uring: ensure consistent view of original task ->mm from SQPOLL
Jens Axboe
1
-7
/
+20
2020-11-04
io_uring: properly handle SQPOLL request cancelations
Jens Axboe
1
-12
/
+65
2020-11-04
io-wq: cancel request if it's asking for files and we don't have them
Jens Axboe
1
-0
/
+4
2020-11-04
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
1
-2
/
+1
2020-11-04
xfs: fix missing CoW blocks writeback conversion retry
Darrick J. Wong
1
-2
/
+4
2020-11-04
iomap: clean up writeback state logic on writepage error
Brian Foster
1
-13
/
+2
2020-11-04
iomap: support partial page discard on writeback block mapping failure
Brian Foster
2
-13
/
+16
2020-11-04
xfs: flush new eof page on truncate to avoid post-eof corruption
Brian Foster
1
-0
/
+10
[prev]
[next]