index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
2020-11-07
7
-34
/
+52
|
*
|
|
|
|
|
|
ext4: issue fsdev cache flush before starting fast commit
Harshad Shirwadkar
2020-11-07
1
-0
/
+7
|
*
|
|
|
|
|
|
ext4: disable fast commit with data journalling
Harshad Shirwadkar
2020-11-07
3
-1
/
+10
|
*
|
|
|
|
|
|
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
2020-11-07
3
-8
/
+1
|
*
|
|
|
|
|
|
ext4: remove unnecessary fast commit calls from ext4_file_mmap
Harshad Shirwadkar
2020-11-07
1
-2
/
+0
|
*
|
|
|
|
|
|
ext4: mark buf dirty before submitting fast commit buffer
Harshad Shirwadkar
2020-11-07
1
-1
/
+1
|
*
|
|
|
|
|
|
ext4: fix code documentatioon
Harshad Shirwadkar
2020-11-07
1
-1
/
+2
|
*
|
|
|
|
|
|
ext4: dedpulicate the code to wait on inode that's being committed
Harshad Shirwadkar
2020-11-07
1
-34
/
+27
|
*
|
|
|
|
|
|
jbd2: don't read journal->j_commit_sequence without taking a lock
Harshad Shirwadkar
2020-11-07
1
-2
/
+4
|
*
|
|
|
|
|
|
jbd2: don't touch buffer state until it is filled
Harshad Shirwadkar
2020-11-07
1
-4
/
+0
|
*
|
|
|
|
|
|
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
2020-11-07
1
-0
/
+9
|
*
|
|
|
|
|
|
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2020-11-07
2
-4
/
+10
|
*
|
|
|
|
|
|
jbd2: don't use state lock during commit path
Harshad Shirwadkar
2020-11-07
1
-6
/
+0
|
*
|
|
|
|
|
|
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
2020-11-07
4
-57
/
+64
|
*
|
|
|
|
|
|
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
2020-11-07
6
-13
/
+13
|
*
|
|
|
|
|
|
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
2020-11-07
5
-63
/
+74
|
*
|
|
|
|
|
|
ext4: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
2020-11-07
2
-9
/
+0
|
*
|
|
|
|
|
|
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
2020-11-07
3
-3
/
+5
|
*
|
|
|
|
|
|
ext4: describe fast_commit feature flags
Harshad Shirwadkar
2020-11-07
1
-0
/
+7
|
*
|
|
|
|
|
|
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
2020-11-07
1
-0
/
+1
|
*
|
|
|
|
|
|
ext4: silence an uninitialized variable warning
Dan Carpenter
2020-11-07
1
-1
/
+1
|
*
|
|
|
|
|
|
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
2020-11-07
1
-2
/
+2
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-11-09
2
-12
/
+16
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
erofs: fix setting up pcluster for temporary pages
Gao Xiang
2020-11-04
1
-2
/
+5
|
*
|
|
|
|
|
erofs: derive atime instead of leaving it empty
Gao Xiang
2020-11-04
1
-10
/
+11
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-11-08
7
-32
/
+37
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
xfs: only flush the unshared range in xfs_reflink_unshare
Darrick J. Wong
2020-11-05
1
-1
/
+2
|
*
|
|
|
|
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
2020-11-04
1
-2
/
+1
|
*
|
|
|
|
xfs: fix missing CoW blocks writeback conversion retry
Darrick J. Wong
2020-11-04
1
-2
/
+4
|
*
|
|
|
|
iomap: clean up writeback state logic on writepage error
Brian Foster
2020-11-04
1
-13
/
+2
|
*
|
|
|
|
iomap: support partial page discard on writeback block mapping failure
Brian Foster
2020-11-04
2
-13
/
+16
|
*
|
|
|
|
xfs: flush new eof page on truncate to avoid post-eof corruption
Brian Foster
2020-11-04
1
-0
/
+10
|
*
|
|
|
|
xfs: set xefi_discard when creating a deferred agfl free log intent item
Darrick J. Wong
2020-10-29
2
-1
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'hch' (patches from Christoph)
Linus Torvalds
2020-11-08
5
-17
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
proc "seq files": switch to ->read_iter
Christoph Hellwig
2020-11-06
1
-1
/
+1
|
*
|
|
|
|
proc "single files": switch to ->read_iter
Greg Kroah-Hartman
2020-11-06
1
-1
/
+1
|
*
|
|
|
|
proc/stat: switch to ->read_iter
Christoph Hellwig
2020-11-06
1
-1
/
+1
|
*
|
|
|
|
proc/cpuinfo: switch to ->read_iter
Christoph Hellwig
2020-11-06
1
-1
/
+1
|
*
|
|
|
|
proc: wire up generic_file_splice_read for iter ops
Christoph Hellwig
2020-11-06
1
-0
/
+2
|
*
|
|
|
|
seq_file: add seq_read_iter
Christoph Hellwig
2020-11-06
1
-13
/
+32
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-07
2
-47
/
+140
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
io_uring: fix link lookup racing with link timeout
Pavel Begunkov
2020-11-05
1
-1
/
+15
|
*
|
|
|
io_uring: use correct pointer for io_uring_show_cred()
Jens Axboe
2020-11-05
1
-1
/
+2
|
*
|
|
|
io_uring: don't forget to task-cancel drained reqs
Pavel Begunkov
2020-11-05
1
-2
/
+8
|
*
|
|
|
io_uring: fix overflowed cancel w/ linked ->files
Pavel Begunkov
2020-11-04
1
-22
/
+21
|
*
|
|
|
io_uring: drop req/tctx io_identity separately
Jens Axboe
2020-11-04
1
-3
/
+6
|
*
|
|
|
io_uring: ensure consistent view of original task ->mm from SQPOLL
Jens Axboe
2020-11-04
1
-7
/
+20
|
*
|
|
|
io_uring: properly handle SQPOLL request cancelations
Jens Axboe
2020-11-04
1
-12
/
+65
|
*
|
|
|
io-wq: cancel request if it's asking for files and we don't have them
Jens Axboe
2020-11-04
1
-0
/
+4
|
|
/
/
/
*
|
|
|
Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-11-07
5
-18
/
+39
|
\
\
\
\
[prev]
[next]