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
2020-05-21
exec: Remove recursion from search_binary_handler
Eric W. Biederman
4
-47
/
+40
2020-05-21
exec: Generic execfd support
Eric W. Biederman
4
-36
/
+27
2020-05-21
exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXEC
Eric W. Biederman
1
-42
/
+38
2020-05-21
exec: Move the call of prepare_binprm into search_binary_handler
Eric W. Biederman
4
-18
/
+5
2020-05-21
exec: Allow load_misc_binary to call prepare_binprm unconditionally
Eric W. Biederman
2
-19
/
+15
2020-05-21
exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
Eric W. Biederman
1
-4
/
+4
2020-05-20
exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
Eric W. Biederman
1
-1
/
+5
2020-05-18
Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")
Eric W. Biederman
1
-2
/
+2
2020-05-17
exec: Move would_dump into flush_old_exec
Eric W. Biederman
1
-2
/
+2
2020-05-11
exec: Set the point of no return sooner
Eric W. Biederman
1
-7
/
+5
2020-05-11
exec: Move handling of the point of no return to the top level
Eric W. Biederman
1
-9
/
+12
2020-05-11
exec: Run sync_mm_rss before taking exec_update_mutex
Eric W. Biederman
1
-1
/
+2
2020-05-09
exec: Fix spelling of search_binary_handler in a comment
Eric W. Biederman
1
-1
/
+1
2020-05-09
exec: Move the comment from above de_thread to above unshare_sighand
Eric W. Biederman
1
-6
/
+6
2020-05-08
exec: Rename flush_old_exec begin_new_exec
Eric W. Biederman
5
-6
/
+6
2020-05-08
exec: Move most of setup_new_exec into flush_old_exec
Eric W. Biederman
1
-41
/
+44
2020-05-08
exec: In setup_new_exec cache current in the local variable me
Eric W. Biederman
1
-11
/
+12
2020-05-08
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
5
-34
/
+26
2020-05-08
exec: Rename the flag called_exec_mmap point_of_no_return
Eric W. Biederman
1
-6
/
+6
2020-05-08
exec: Make unlocking exec_update_mutex explict
Eric W. Biederman
1
-3
/
+3
2020-05-08
binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf
Eric W. Biederman
3
-4
/
+3
2020-04-26
Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-18
/
+78
2020-04-26
Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+3
2020-04-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+0
2020-04-24
proc: Put thread_pid in release_task not proc_flush_pid
Eric W. Biederman
1
-1
/
+0
2020-04-24
Merge tag 'io_uring-5.7-2020-04-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+5
2020-04-24
Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+11
2020-04-24
Merge tag 'afs-fixes-20200424' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-21
/
+15
2020-04-24
afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
David Howells
4
-12
/
+11
2020-04-24
afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH
David Howells
1
-1
/
+1
2020-04-24
afs: Remove some unused bits
David Howells
3
-8
/
+3
2020-04-23
Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
2
-1
/
+5
2020-04-23
Merge tag 'for-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/link...
Linus Torvalds
6
-35
/
+45
2020-04-23
cifs: fix uninitialised lease_key in open_shroot()
Paulo Alcantara
1
-0
/
+5
2020-04-23
cifs: ensure correct super block for DFS reconnect
Paulo Alcantara
1
-17
/
+65
2020-04-23
cifs: do not share tcons with DFS
Paulo Alcantara
1
-0
/
+4
2020-04-22
exfat: truncate atimes to 2s granularity
Eric Sandeen
5
-1
/
+24
2020-04-22
exfat: properly set s_time_gran
Eric Sandeen
1
-1
/
+1
2020-04-22
exfat: remove 'bps' mount-option
Tetsuhiro Kohada
1
-1
/
+0
2020-04-22
exfat: Unify access to the boot sector
Tetsuhiro Kohada
2
-30
/
+16
2020-04-22
exfat: add missing MODULE_ALIAS_FS()
Thomas Backlund
1
-0
/
+1
2020-04-22
exfat: Fix discard support
Pali Rohár
1
-2
/
+3
2020-04-22
cifs: minor update to comments around the cifs_tcp_ses_lock mutex
Steve French
1
-1
/
+2
2020-04-21
coredump: fix null pointer dereference on coredump
Sudip Mukherjee
1
-0
/
+2
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
1
-2
/
+3
2020-04-21
block: remove unused header
Ma, Jianpeng
1
-1
/
+0
2020-04-21
cifs: protect updating server->dstaddr with a spinlock
Ronnie Sahlberg
1
-0
/
+2
2020-04-20
bdev: Reduce time holding bd_mutex in sync in blkdev_close()
Douglas Anderson
1
-0
/
+10
2020-04-19
io_uring: only restore req->work for req that needs do completion
Xiaoguang Wang
1
-5
/
+5
2020-04-19
Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+13
[next]