index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
dir.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
6
-13
/
+36
2023-08-10
xfs: track usage statistics of online fsck
Darrick J. Wong
10
-9
/
+535
2023-08-10
xfs: create scaffolding for creating debugfs entries
Darrick J. Wong
4
-2
/
+34
2023-08-10
xfs: improve xfarray quicksort pivot
Darrick J. Wong
2
-69
/
+148
2023-08-10
xfs: cache pages used for xfarray quicksort convergence
Darrick J. Wong
2
-10
/
+86
2023-08-10
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
3
-0
/
+121
2023-08-10
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
3
-0
/
+120
2023-08-10
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
3
-120
/
+39
2023-08-10
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
3
-0
/
+750
2023-08-10
xfs: create a big array data structure
Darrick J. Wong
8
-1
/
+922
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
5
-95
/
+45
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
8
-121
/
+409
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
3
-2
/
+22
2023-08-10
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
3
-17
/
+25
2023-08-10
xfs: use deferred frees to reap old btree blocks
Darrick J. Wong
1
-4
/
+26
2023-08-10
xfs: only allow reaping of per-AG blocks in xrep_reap_extents
Darrick J. Wong
1
-32
/
+13
2023-08-10
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
2
-55
/
+42
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
6
-234
/
+283
2023-08-10
xfs: cull repair code that will never get used
Darrick J. Wong
3
-111
/
+0
2023-08-10
MAINTAINERS: add Chandan Babu as XFS release manager
Darrick J. Wong
1
-0
/
+1
2023-08-10
MAINTAINERS: drop me as XFS maintainer
Darrick J. Wong
1
-1
/
+1
2023-08-10
docs: add maintainer entry profile for XFS
Darrick J. Wong
4
-0
/
+197
2023-08-07
Linux 6.5-rc5
v6.5-rc5
Linus Torvalds
1
-1
/
+1
2023-08-06
fs: rely on ->iterate_shared to determine f_pos locking
Christian Brauner
1
-1
/
+1
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
13
-58
/
+95
2023-08-06
proc: fix missing conversion to 'iterate_shared'
Linus Torvalds
1
-1
/
+1
2023-08-06
open: make RESOLVE_CACHED correctly test for O_TMPFILE
Aleksa Sarai
1
-1
/
+1
2023-08-04
file: reinstate f_pos locking optimization for regular files
Linus Torvalds
1
-1
/
+17
2023-08-04
arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE
Mark Brown
1
-1
/
+2
2023-08-04
arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems
Mark Brown
1
-2
/
+2
2023-08-04
arm64/ptrace: Don't enable SVE when setting streaming SVE
Mark Brown
1
-3
/
+5
2023-08-04
rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
Andrea Righi
1
-1
/
+1
2023-08-04
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
2
-22
/
+3
2023-08-04
rust: allocator: Prevent mis-aligned allocation
Boqun Feng
2
-15
/
+60
2023-08-03
MAINTAINERS: update TUN/TAP maintainers
Jakub Kicinski
1
-1
/
+4
2023-08-03
test/vsock: remove vsock_perf executable on `make clean`
Stefano Garzarella
1
-1
/
+1
2023-08-03
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
1
-4
/
+5
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
1
-4
/
+7
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
1
-9
/
+14
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
1
-2
/
+4
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
1
-6
/
+13
2023-08-03
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-08-03
prestera: fix fallback to previous version on same major version
Jonas Gorski
1
-1
/
+2
2023-08-03
arm64/ptrace: Flush FP state when setting ZT0
Mark Brown
1
-0
/
+2
2023-08-03
arm64/fpsimd: Clear SME state in the target task when setting the VL
Mark Brown
1
-1
/
+1
2023-08-03
parisc: unaligned: Add required spaces after ','
hanyu001@208suo.com
1
-9
/
+9
2023-08-03
parport: gsc: remove DMA leftover code
Arnd Bergmann
2
-31
/
+4
2023-08-03
parisc: pci-dma: remove unused and dead EISA code and comment
Petr Tesarik
1
-8
/
+0
2023-08-03
parisc/mm: preallocate fixmap page tables at init
Mike Rapoport (IBM)
2
-3
/
+34
2023-08-03
udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
1
-0
/
+9
[next]