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
...
|
*
|
|
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2021-03-02
2
-2
/
+3
|
*
|
|
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2021-03-02
2
-4
/
+6
|
*
|
|
btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2021-03-02
1
-1
/
+1
|
*
|
|
btrfs: fix spurious free_space_tree remount warning
Boris Burkov
2021-03-02
1
-2
/
+2
|
*
|
|
btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
Dan Carpenter
2021-03-02
1
-1
/
+18
|
*
|
|
btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
Nikolay Borisov
2021-03-02
1
-1
/
+4
|
*
|
|
btrfs: ref-verify: use 'inline void' keyword ordering
Randy Dunlap
2021-03-02
1
-2
/
+2
*
|
|
|
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-03-01
7
-32
/
+12
|
\
\
\
\
|
*
|
|
|
btrfs: use copy_highpage() instead of 2 kmaps()
Ira Weiny
2021-02-26
1
-9
/
+1
|
*
|
|
|
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
2021-02-26
6
-23
/
+11
*
|
|
|
|
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-01
11
-59
/
+175
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
btrfs: zoned: fix deadlock on log sync
Johannes Thumshirn
2021-02-22
1
-3
/
+0
|
*
|
|
btrfs: avoid double put of block group when emptying cluster
Josef Bacik
2021-02-22
1
-4
/
+4
|
*
|
|
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
Filipe Manana
2021-02-22
1
-0
/
+18
|
*
|
|
btrfs: tree-checker: do not error out if extent ref hash doesn't match
Josef Bacik
2021-02-22
1
-12
/
+4
|
*
|
|
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
2021-02-22
1
-2
/
+19
|
*
|
|
btrfs: fix race between writes to swap files and scrub
Filipe Manana
2021-02-22
5
-3
/
+72
|
*
|
|
btrfs: avoid checking for RO block group twice during nocow writeback
Filipe Manana
2021-02-22
1
-3
/
+1
|
*
|
|
btrfs: fix race between extent freeing/allocation when using bitmaps
Nikolay Borisov
2021-02-22
1
-2
/
+4
|
*
|
|
btrfs: make check_compressed_csum() to be subpage compatible
Qu Wenruo
2021-02-22
1
-13
/
+26
|
*
|
|
btrfs: make btrfs_submit_compressed_read() subpage compatible
Qu Wenruo
2021-02-22
1
-6
/
+17
|
*
|
|
btrfs: fix raid6 qstripe kmap
Ira Weiny
2021-02-22
1
-11
/
+10
*
|
|
|
Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-28
7
-64
/
+84
|
\
\
\
\
|
*
|
|
|
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
2021-02-25
5
-26
/
+60
|
*
|
|
|
xfs: don't nest transactions when scanning for eofblocks
Darrick J. Wong
2021-02-25
1
-3
/
+10
|
*
|
|
|
xfs: don't reuse busy extents on extent trim
Brian Foster
2021-02-25
1
-14
/
+0
|
*
|
|
|
xfs: restore speculative_cow_prealloc_lifetime sysctl
Darrick J. Wong
2021-02-24
1
-21
/
+14
*
|
|
|
|
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-28
11
-25
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
11
-25
/
+19
*
|
|
|
|
|
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-27
5
-1052
/
+661
|
\
\
\
\
\
\
|
*
|
|
|
|
|
io-wq: remove now unused IO_WQ_BIT_ERROR
Jens Axboe
2021-02-25
1
-10
/
+0
|
*
|
|
|
|
|
io_uring: fix SQPOLL thread handling over exec
Jens Axboe
2021-02-25
1
-1
/
+34
|
*
|
|
|
|
|
io-wq: improve manager/worker handling over exec
Jens Axboe
2021-02-25
3
-23
/
+45
|
*
|
|
|
|
|
io_uring: ensure SQPOLL startup is triggered before error shutdown
Jens Axboe
2021-02-25
1
-1
/
+2
|
*
|
|
|
|
|
io-wq: make buffered file write hashed work map per-ctx
Jens Axboe
2021-02-25
3
-11
/
+107
|
*
|
|
|
|
|
io-wq: fix race around io_worker grabbing
Jens Axboe
2021-02-24
1
-9
/
+9
|
*
|
|
|
|
|
io-wq: fix races around manager/worker creation and task exit
Jens Axboe
2021-02-24
1
-22
/
+35
|
*
|
|
|
|
|
io_uring: ensure io-wq context is always destroyed for tasks
Jens Axboe
2021-02-24
1
-3
/
+4
|
*
|
|
|
|
|
io_uring: cleanup ->user usage
Jens Axboe
2021-02-24
1
-12
/
+6
|
*
|
|
|
|
|
io-wq: remove nr_process accounting
Jens Axboe
2021-02-24
3
-50
/
+1
|
*
|
|
|
|
|
io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERS
Jens Axboe
2021-02-24
1
-1
/
+1
|
*
|
|
|
|
|
Revert "proc: don't allow async path resolution of /proc/self components"
Jens Axboe
2021-02-24
1
-7
/
+0
|
*
|
|
|
|
|
Revert "proc: don't allow async path resolution of /proc/thread-self components"
Jens Axboe
2021-02-24
2
-8
/
+1
|
*
|
|
|
|
|
io_uring: move SQPOLL thread io-wq forked worker
Jens Axboe
2021-02-24
1
-292
/
+181
|
*
|
|
|
|
|
io-wq: make io_wq_fork_thread() available to other users
Jens Axboe
2021-02-22
2
-4
/
+6
|
*
|
|
|
|
|
io-wq: only remove worker from free_list, if it was there
Jens Axboe
2021-02-22
1
-3
/
+7
|
*
|
|
|
|
|
io_uring: remove io_identity
Jens Axboe
2021-02-22
3
-80
/
+52
|
*
|
|
|
|
|
io_uring: remove any grabbing of context
Jens Axboe
2021-02-22
2
-229
/
+14
|
*
|
|
|
|
|
io-wq: worker idling always returns false
Jens Axboe
2021-02-22
1
-8
/
+2
|
*
|
|
|
|
|
io-wq: fork worker threads from original task
Jens Axboe
2021-02-22
3
-198
/
+113
[prev]
[next]