index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-25
vmalloc: remove redundant NULL check
Yang Li
1
-5
/
+2
2021-02-25
fs: buffer: use raw page_memcg() on locked page
Johannes Weiner
1
-2
/
+2
2021-02-25
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
1
-1
/
+1
2021-02-25
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
1
-1
/
+1
2021-02-25
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-25
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-25
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-25
fs/buffer.c: add checking buffer head stat before clear
Yang Guo
1
-1
/
+2
2021-02-25
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
1
-1
/
+1
2021-02-25
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
1
-5
/
+1
2021-02-25
ramfs: support O_TMPFILE
Alexey Dobriyan
1
-0
/
+13
2021-02-25
fs: delete repeated words in comments
Randy Dunlap
6
-9
/
+9
2021-02-25
ocfs2: simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-02-25
ocfs2: fix a use after free on error
Dan Carpenter
1
-1
/
+7
2021-02-25
ocfs2: clean up some definitions which are not used any more
guozh
2
-14
/
+0
2021-02-25
ocfs2: remove redundant conditional before iput
Yi Li
1
-2
/
+0
2021-02-25
ntfs: check for valid standard information attribute
Rustam Kovhaev
1
-0
/
+6
2021-02-25
ntfs: layout.h: delete duplicated words
Randy Dunlap
1
-2
/
+2
2021-02-24
xfs: restore speculative_cow_prealloc_lifetime sysctl
Darrick J. Wong
1
-21
/
+14
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+4
2021-02-24
cifs: If a corrupted DACL is returned by the server, bail out.
Shyam Prasad N
1
-2
/
+2
2021-02-24
io-wq: fix race around io_worker grabbing
Jens Axboe
1
-9
/
+9
2021-02-24
io-wq: fix races around manager/worker creation and task exit
Jens Axboe
1
-22
/
+35
2021-02-24
io_uring: ensure io-wq context is always destroyed for tasks
Jens Axboe
1
-3
/
+4
2021-02-24
io_uring: cleanup ->user usage
Jens Axboe
1
-12
/
+6
2021-02-24
io-wq: remove nr_process accounting
Jens Axboe
3
-50
/
+1
2021-02-24
io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERS
Jens Axboe
1
-1
/
+1
2021-02-24
Revert "proc: don't allow async path resolution of /proc/self components"
Jens Axboe
1
-7
/
+0
2021-02-24
Revert "proc: don't allow async path resolution of /proc/thread-self components"
Jens Axboe
2
-8
/
+1
2021-02-24
io_uring: fix locked_free_list caches_free()
Pavel Begunkov
1
-3
/
+5
2021-02-24
io_uring: don't attempt IO reissue from the ring exit path
Jens Axboe
1
-0
/
+7
2021-02-24
io_uring: move SQPOLL thread io-wq forked worker
Jens Axboe
1
-292
/
+181
2021-02-24
Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
25
-660
/
+964
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
269
-1471
/
+2818
2021-02-23
gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flush
Bob Peterson
1
-2
/
+7
2021-02-23
Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...
Andreas Gruenbacher
119
-1719
/
+2655
2021-02-23
whack-a-mole: don't open-code iminor/imajor
Al Viro
1
-2
/
+2
2021-02-23
9p: fix misuse of sscanf() in v9fs_stat2inode()
Al Viro
1
-12
/
+9
2021-02-23
cifs: minor simplification to smb2_is_network_name_deleted
Steve French
1
-14
/
+15
2021-02-23
TCON Reconnect during STATUS_NETWORK_NAME_DELETED
Rohith Surabattula
3
-0
/
+47
2021-02-23
cifs: cleanup a few le16 vs. le32 uses in cifsacl.c
Steve French
1
-3
/
+3
2021-02-23
cifs: Change SIDs in ACEs while transferring file ownership.
Shyam Prasad N
1
-47
/
+92
2021-02-23
cifs: Retain old ACEs when converting between mode bits and ACL.
Shyam Prasad N
1
-47
/
+223
2021-02-23
cifs: Fix cifsacl ACE mask for group and others.
Shyam Prasad N
1
-2
/
+2
2021-02-23
cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugData
Steve French
1
-3
/
+3
2021-02-23
cifs: change confusing field serverName (to ip_addr)
Steve French
6
-10
/
+11
2021-02-23
Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...
Linus Torvalds
1
-0
/
+11
2021-02-23
Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...
Linus Torvalds
1
-2
/
+2
2021-02-23
Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-7
/
+7
2021-02-23
Merge tag 'ceph-for-5.12-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-76
/
+107
[prev]
[next]