index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2021-08-27
fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc
Kari Argillander
2021-08-27
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
2021-08-27
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
2021-08-27
fs/ntfs3: Restyle comment block in ni_parse_reparse()
Kari Argillander
2021-08-27
fs/ntfs3: Remove unused including <linux/version.h>
Jiapeng Chong
2021-08-27
fs/ntfs3: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-08-27
fs/ntfs3: Fix one none utf8 char in source file
Kari Argillander
2021-08-27
fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
Nathan Chancellor
2021-08-27
fs/ntfs3: Fix integer overflow in multiplication
Colin Ian King
2021-08-27
fs/ntfs3: Add ifndef + define to all header files
Kari Argillander
2021-08-27
fs/ntfs3: Use linux/log2 is_power_of_2 function
Kari Argillander
2021-08-27
fs/ntfs3: Fix various spelling mistakes
Colin Ian King
2021-08-27
io_uring: add task-refs-get helper
Pavel Begunkov
2021-08-27
io_uring: fix failed linkchain code logic
Hao Xu
2021-08-27
io_uring: remove redundant req_set_fail()
Hao Xu
2021-08-27
fscache: Use refcount_t for the cookie refcount instead of atomic_t
David Howells
2021-08-27
fscache: Fix fscache_cookie_put() to not deref after dec
David Howells
2021-08-27
fscache: Fix cookie key hashing
David Howells
2021-08-27
cachefiles: Change %p in format strings to something else
David Howells
2021-08-27
fscache: Change %p in format strings to something else
David Howells
2021-08-27
fscache: Remove the object list procfile
David Howells
2021-08-27
fscache, cachefiles: Remove the histogram stuff
David Howells
2021-08-27
fscache: Procfile to display cookies
David Howells
2021-08-27
fscache: Add a cookie debug ID and use that in traces
David Howells
2021-08-26
dax: remove bdev_dax_supported
Christoph Hellwig
2021-08-26
xfs: factor out a xfs_buftarg_is_dax helper
Christoph Hellwig
2021-08-26
fsdax: improve the FS_DAX Kconfig description and help text
Christoph Hellwig
2021-08-26
hostfs: support splice_write
Johannes Berg
2021-08-26
nfsd: fix crash on LOCKT on reexported NFSv3
J. Bruce Fields
2021-08-26
nfs: don't allow reexport reclaims
J. Bruce Fields
2021-08-26
lockd: don't attempt blocking locks on nfs reexports
J. Bruce Fields
2021-08-26
nfs: don't atempt blocking locks on nfs reexports
J. Bruce Fields
2021-08-26
Merge tag 'ceph-for-5.14-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
2021-08-26
Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-08-26
iomap: standardize tracepoint formatting and storage
Darrick J. Wong
2021-08-25
cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED
Ronnie Sahlberg
2021-08-25
cifs: cifs_md4 convert to SPDX identifier
Steve French
2021-08-25
cifs: create a MD4 module and switch cifs.ko to use it
Ronnie Sahlberg
2021-08-25
cifs: fork arc4 and create a separate module for it for cifs and other users
Ronnie Sahlberg
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
2021-08-25
cifs: enable fscache usage even for files opened as rw
Shyam Prasad N
2021-08-25
smb3: fix posix extensions mount option
Steve French
2021-08-25
cifs: fix wrong release in sess_alloc_buffer() failed path
Ding Hui
2021-08-25
CIFS: Fix a potencially linear read overflow
Len Baker
2021-08-25
io_uring: don't free request to slab
Hao Xu
2021-08-25
pipe: do FASYNC notifications for every pipe IO, not just state changes
Linus Torvalds
2021-08-25
ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
Tuo Li
2021-08-25
ceph: correctly handle releasing an embedded cap flush
Xiubo Li
2021-08-25
cachefiles: Use file_inode() rather than accessing ->f_inode
David Howells
2021-08-25
netfs: Move cookie debug ID to struct netfs_cache_resources
David Howells
[prev]
[next]