index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2024-09-18
Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-58
/
+161
2024-09-18
Merge tag 'pstore-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-3
/
+8
2024-09-17
Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+5
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-17
/
+15
2024-09-16
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-14
/
+24
2024-09-16
cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
David Howells
1
-2
/
+0
2024-09-16
cifs: Fix cifs readv callback merge resolution issue
David Howells
1
-1
/
+1
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+18
2024-09-16
Merge tag 'erofs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-299
/
+544
2024-09-16
Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
64
-1588
/
+1574
2024-09-16
Merge tag 'affs-for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+2
2024-09-16
Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
33
-1923
/
+2548
2024-09-16
Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-13
/
+176
2024-09-16
Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-13
/
+85
2024-09-16
Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-171
/
+244
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
20
-151
/
+520
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
75
-1004
/
+940
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
34
-213
/
+442
2024-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+2
2024-09-14
Merge tag '6.11-rc7-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+1
2024-09-13
mm: Define VM_DROPPABLE for powerpc/32
Christophe Leroy
1
-1
/
+3
2024-09-12
cifs: Fix signature miscalculation
David Howells
1
-1
/
+1
2024-09-12
erofs: reject inodes with negative i_size
Gao Xiang
1
-3
/
+6
2024-09-12
erofs: restrict pcluster size limitations
Gao Xiang
2
-23
/
+24
2024-09-12
erofs: allocate more short-lived pages from reserved pool first
Chunhai Guo
1
-2
/
+3
2024-09-12
erofs: sunset unneeded NOFAILs
Gao Xiang
1
-26
/
+31
2024-09-12
cifs: Don't support ITER_XARRAY
David Howells
2
-100
/
+0
2024-09-12
cifs: Switch crypto buffer to use a folio_queue rather than an xarray
David Howells
2
-98
/
+120
2024-09-12
cifs: Use iterate_and_advance*() routines directly for hashing
David Howells
1
-86
/
+23
2024-09-12
netfs: Cancel dirty folios that have no storage destination
David Howells
1
-1
/
+5
2024-09-12
cachefiles, netfs: Fix write to partial block at EOF
David Howells
3
-5
/
+18
2024-09-12
netfs: Remove fs/netfs/io.c
David Howells
1
-802
/
+0
2024-09-12
netfs: Speed up buffered reading
David Howells
25
-457
/
+1924
2024-09-12
afs: Make read subreqs async
David Howells
1
-1
/
+8
2024-09-12
netfs: Simplify the writeback code
David Howells
2
-139
/
+43
2024-09-12
netfs: Provide an iterator-reset function
David Howells
4
-8
/
+23
2024-09-12
netfs: Use new folio_queue data type and iterator instead of xarray iter
David Howells
6
-57
/
+145
2024-09-12
cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
David Howells
1
-3
/
+68
2024-09-12
fs: remove f_version
Christian Brauner
1
-5
/
+4
2024-09-12
pipe: use f_pipe
Christian Brauner
1
-3
/
+5
2024-09-12
fs: add f_pipe
Christian Brauner
1
-0
/
+7
2024-09-12
ubifs: store cookie in private data
Christian Brauner
1
-18
/
+46
2024-09-12
ufs: store cookie in private data
Christian Brauner
1
-3
/
+25
2024-09-12
udf: store cookie in private data
Christian Brauner
1
-3
/
+25
2024-09-12
proc: store cookie in private data
Christian Brauner
1
-6
/
+24
2024-09-12
ocfs2: store cookie in private data
Christian Brauner
3
-3
/
+12
2024-09-10
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
3
-38
/
+86
[next]