index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-12-15
4
-429
/
+305
|
\
|
*
epoll: take epitem list out of struct file
Al Viro
2020-10-25
4
-56
/
+129
|
*
epoll: massage the check list insertion
Al Viro
2020-10-25
1
-4
/
+4
|
*
lift rcu_read_lock() into reverse_path_check()
Al Viro
2020-10-25
1
-2
/
+2
|
*
convert ->f_ep_links/->fllink to hlist
Al Viro
2020-10-25
3
-12
/
+12
|
*
ep_insert(): move creation of wakeup source past the fl_ep_links insertion
Al Viro
2020-10-25
1
-11
/
+9
|
*
fold ep_read_events_proc() into the only caller
Al Viro
2020-10-25
1
-29
/
+20
|
*
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
2020-10-25
1
-30
/
+27
|
*
ep_insert(): we only need tep->mtx around the insertion itself
Al Viro
2020-10-25
1
-18
/
+10
|
*
ep_insert(): don't open-code ep_remove() on failure exits
Al Viro
2020-10-25
1
-37
/
+14
|
*
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
2020-10-25
1
-31
/
+26
|
*
ep_send_events_proc(): fold into the caller
Al Viro
2020-10-25
1
-40
/
+20
|
*
lift the calls of ep_send_events_proc() into the callers
Al Viro
2020-10-25
1
-28
/
+5
|
*
lift the calls of ep_read_events_proc() into the callers
Al Viro
2020-10-25
1
-10
/
+14
|
*
ep_scan_ready_list(): prepare to splitup
Al Viro
2020-10-25
1
-27
/
+36
|
*
ep_loop_check_proc(): saner calling conventions
Al Viro
2020-10-25
1
-22
/
+16
|
*
get rid of ep_push_nested()
Al Viro
2020-10-25
1
-25
/
+4
|
*
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-25
1
-6
/
+12
|
*
clean reverse_path_check_proc() a bit
Al Viro
2020-10-25
1
-17
/
+9
|
*
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-25
1
-2
/
+1
|
*
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-25
1
-7
/
+5
|
*
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-25
1
-32
/
+11
|
*
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-25
1
-9
/
+9
|
*
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-25
1
-9
/
+17
|
*
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-25
1
-69
/
+11
|
*
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-25
1
-19
/
+12
|
*
epoll: get rid of epitem->nwait
Al Viro
2020-10-25
1
-26
/
+20
|
*
epoll: switch epitem->pwqlist to single-linked list
Al Viro
2020-10-25
1
-26
/
+25
*
|
Merge tag 'erofs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-15
6
-111
/
+149
|
\
\
|
*
|
erofs: avoid using generic_block_bmap
Huang Jianan
2020-12-10
1
-19
/
+7
|
*
|
erofs: force inplace I/O under low memory scenario
Gao Xiang
2020-12-09
2
-8
/
+43
|
*
|
erofs: simplify try_to_claim_pcluster()
Gao Xiang
2020-12-08
1
-27
/
+24
|
*
|
erofs: insert to managed cache after adding to pcl
Gao Xiang
2020-12-08
1
-17
/
+9
|
*
|
erofs: get rid of magical Z_EROFS_MAPPING_STAGING
Gao Xiang
2020-12-08
4
-40
/
+71
|
*
|
erofs: remove a void EROFS_VERSION macro set in Makefile
Vladimir Zapolskiy
2020-12-08
1
-5
/
+0
*
|
|
Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
2020-12-15
58
-2187
/
+3462
|
\
\
\
|
*
|
|
nfsd: Record NFSv4 pre/post-op attributes as non-atomic
Trond Myklebust
2020-12-09
5
-2
/
+15
|
*
|
|
nfsd: Set PF_LOCAL_THROTTLE on local filesystems only
Trond Myklebust
2020-12-09
3
-3
/
+14
|
*
|
|
nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALE
Trond Myklebust
2020-12-09
1
-4
/
+12
|
*
|
|
exportfs: Add a function to return the raw output from fh_to_dentry()
Trond Myklebust
2020-12-09
2
-8
/
+29
|
*
|
|
nfsd: close cached files prior to a REMOVE or RENAME that would replace target
Jeff Layton
2020-12-09
4
-10
/
+26
|
*
|
|
nfsd: allow filesystems to opt out of subtree checking
Jeff Layton
2020-12-09
4
-1
/
+20
|
*
|
|
nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
Jeff Layton
2020-12-09
6
-3
/
+50
|
*
|
|
Revert "nfsd4: support change_attr_type attribute"
J. Bruce Fields
2020-12-09
3
-19
/
+0
|
*
|
|
nfsd4: don't query change attribute in v2/v3 case
J. Bruce Fields
2020-12-09
1
-5
/
+9
|
*
|
|
nfsd: minor nfsd4_change_attribute cleanup
J. Bruce Fields
2020-12-09
2
-8
/
+18
|
*
|
|
nfsd: simplify nfsd4_change_info
J. Bruce Fields
2020-12-09
2
-20
/
+2
|
*
|
|
nfsd: only call inode_query_iversion in the I_VERSION case
J. Bruce Fields
2020-12-09
3
-12
/
+13
|
*
|
|
nfs_common: need lock during iterate through the list
Cheng Lin
2020-12-09
1
-1
/
+5
|
*
|
|
NFSD: Fix 5 seconds delay when doing inter server copy
Dai Ngo
2020-12-09
1
-0
/
+1
[next]