index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
kill lookup_create()
Al Viro
2011-07-20
1
-36
/
+18
|
*
new helpers: kern_path_create/user_path_create
Al Viro
2011-07-20
2
-116
/
+87
|
*
kill LOOKUP_CONTINUE
Al Viro
2011-07-20
1
-8
/
+3
|
*
nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step
Al Viro
2011-07-20
1
-4
/
+2
|
*
cifs_lookup(): LOOKUP_OPEN is set only on the last component
Al Viro
2011-07-20
1
-1
/
+1
|
*
ceph: LOOKUP_OPEN is set only when it's the last component
Al Viro
2011-07-20
1
-1
/
+0
|
*
jfs_ci_revalidate() is safe from RCU mode
Al Viro
2011-07-20
1
-2
/
+0
|
*
LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step
Al Viro
2011-07-20
3
-12
/
+6
|
*
no need to check for LOOKUP_OPEN in ->create() instances
Al Viro
2011-07-20
5
-10
/
+10
|
*
don't pass nameidata to vfs_create() from ecryptfs_create()
Al Viro
2011-07-20
1
-28
/
+5
|
*
don't transliterate lower bits of ->intent.open.flags to FMODE_...
Al Viro
2011-07-20
6
-30
/
+23
|
*
Don't pass nameidata when calling vfs_create() from mknod()
Al Viro
2011-07-20
1
-1
/
+1
|
*
fix mknod() on nfs4 (hopefully)
Al Viro
2011-07-20
1
-12
/
+12
|
*
nameidata_to_nfs_open_context() doesn't need nameidata, actually...
Al Viro
2011-07-20
1
-6
/
+7
|
*
nfs_open_context doesn't need struct path either
Al Viro
2011-07-20
7
-42
/
+40
|
*
nfs4_opendata doesn't need struct path either
Al Viro
2011-07-20
1
-23
/
+22
|
*
nfs4_closedata doesn't need to mess with struct path
Al Viro
2011-07-20
3
-22
/
+21
|
*
cifs: fix the type of cifs_demultiplex_thread()
Al Viro
2011-07-20
1
-2
/
+3
|
*
ecryptfs_inode_permission() doesn't need to bail out on RCU
Al Viro
2011-07-20
1
-2
/
+0
|
*
merge do_revalidate() into its only caller
Al Viro
2011-07-20
1
-24
/
+18
|
*
no reason to keep exec_permission() separate now
Al Viro
2011-07-20
1
-41
/
+4
|
*
massage generic_permission() to treat directories on a separate path
Al Viro
2011-07-20
1
-4
/
+13
|
*
->permission() sanitizing: don't pass flags to exec_permission()
Al Viro
2011-07-20
1
-10
/
+7
|
*
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-07-20
27
-50
/
+50
|
*
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
2011-07-20
15
-18
/
+17
|
*
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
2011-07-20
23
-27
/
+27
|
*
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
Al Viro
2011-07-20
13
-15
/
+14
|
*
->permission() sanitizing: MAY_NOT_BLOCK
Al Viro
2011-07-20
2
-3
/
+6
|
*
kill check_acl callback of generic_permission()
Al Viro
2011-07-20
18
-35
/
+44
|
*
lockless get_write_access/deny_write_access
Al Viro
2011-07-20
1
-46
/
+0
|
*
move exec_permission() up to the rest of permission-related functions
Al Viro
2011-07-20
1
-34
/
+38
|
*
kill file_permission() completely
Al Viro
2011-07-20
1
-18
/
+0
|
*
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
Al Viro
2011-07-20
4
-9
/
+14
|
*
switch path_init() to exec_permission()
Al Viro
2011-07-20
1
-1
/
+1
|
*
switch udf_ioctl() to inode_permission()
Al Viro
2011-07-20
1
-1
/
+1
|
*
make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)
Al Viro
2011-07-20
1
-9
/
+9
|
*
new helper: iterate_supers_type()
Al Viro
2011-07-20
1
-0
/
+36
|
*
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
Josef Bacik
2011-07-20
2
-2
/
+81
*
|
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-07-22
3
-5
/
+26
|
\
\
|
*
|
ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever
Oleg Nesterov
2011-07-22
1
-0
/
+8
|
*
|
ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...
Denys Vlasenko
2011-07-01
1
-1
/
+8
|
*
|
redefine thread_group_leader() as exit_signal >= 0
Oleg Nesterov
2011-06-27
1
-0
/
+1
|
*
|
ptrace: s/tracehook_tracer_task()/ptrace_parent()/
Tejun Heo
2011-06-22
2
-2
/
+2
|
*
|
ptrace: kill clone/exec tracehooks
Tejun Heo
2011-06-22
1
-1
/
+6
|
*
|
ptrace: kill trivial tracehooks
Tejun Heo
2011-06-22
1
-1
/
+1
|
*
|
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
Tejun Heo
2011-06-04
1
-1
/
+1
|
*
|
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
Tejun Heo
2011-06-04
1
-1
/
+1
|
*
|
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
2011-06-04
1
-1
/
+1
*
|
|
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2011-07-22
67
-4654
/
+2796
|
\
\
\
|
*
|
|
xfs: add size update tracepoint to IO completion
Dave Chinner
2011-07-20
2
-4
/
+9
[prev]
[next]