index
:
tegra/linux
drm/core/mipi-dsi-non-continuous
drm/core/mipi-dsi-shutdown
drm/fixes
drm/for-next
drm/hdmi-for-3.9
drm/master
drm/panel/for-next
drm/tegra-for-3.9
drm/tegra/fixes
drm/tegra/for-next
drm/tegra/hpd-gpios-property
for-next
master
staging/base
staging/drm/fixes
staging/drm/panel
staging/drm/tegra
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/pwm
staging/tegra
staging/work
Linux kernel tree for NVIDIA Tegra DRM drivers
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-22
hfsplus: remove useless check
Artem Bityutskiy
1
-3
/
+0
2012-07-22
hfsplus: amend debugging print
Artem Bityutskiy
1
-1
/
+1
2012-07-22
hfsplus: make hfsplus_sync_fs static
Artem Bityutskiy
2
-2
/
+1
2012-07-22
hold task_lock around checks in keyctl
Al Viro
1
-0
/
+2
2012-07-22
get rid of ->scm_work_list
Al Viro
3
-21
/
+3
2012-07-22
aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()
Al Viro
1
-70
/
+3
2012-07-22
switch fput to task_work_add
Al Viro
3
-3
/
+75
2012-07-22
deal with task_work callbacks adding more work
Al Viro
1
-12
/
+14
2012-07-22
move exit_task_work() past exit_files() et.al.
Al Viro
2
-23
/
+13
2012-07-22
merge task_work and rcu_head, get rid of separate allocation for keyring case
Al Viro
8
-52
/
+31
2012-07-22
trim task_work: get rid of hlist
Al Viro
5
-36
/
+38
2012-07-22
trimming task_work: kill ->data
Al Viro
5
-12
/
+17
2012-07-22
signal: make sure we don't get stopped with pending task_work
Al Viro
1
-0
/
+15
2012-07-22
use __lookup_hash() in kern_path_parent()
Al Viro
1
-1
/
+1
2012-07-14
VFS: Split inode_permission()
David Howells
2
-17
/
+54
2012-07-14
VFS: Pass mount flags to sget()
David Howells
20
-50
/
+40
2012-07-14
VFS: Comment mount following code
David Howells
2
-2
/
+24
2012-07-14
VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
David Howells
3
-62
/
+73
2012-07-14
VFS: Make chown() and lchown() call fchownat()
David Howells
1
-34
/
+7
2012-07-14
do_dentry_open(): close the race with mark_files_ro() in failure exit
Al Viro
1
-1
/
+1
2012-07-14
mark_files_ro(): don't bother with mntget/mntput
Al Viro
1
-8
/
+1
2012-07-14
notify_change(): check that i_mutex is held
Andrew Morton
1
-1
/
+2
2012-07-14
fs: add nd_jump_link
Christoph Hellwig
3
-12
/
+20
2012-07-14
fs: move path_put on failure out of ->follow_link
Christoph Hellwig
2
-6
/
+9
2012-07-14
debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}
Al Viro
1
-11
/
+9
2012-07-14
debugfs: fold debugfs_create_by_name() into the only caller
Al Viro
1
-33
/
+20
2012-07-14
debugfs: make sure that debugfs_create_file() gets used only for regulars
Al Viro
1
-22
/
+34
2012-07-14
__d_unalias() should refuse to move mountpoints
Al Viro
1
-4
/
+5
2012-07-14
sysfs: just use d_materialise_unique()
Al Viro
1
-8
/
+1
2012-07-14
sysfs: switch to ->s_d_op and ->d_release()
Al Viro
3
-10
/
+8
2012-07-14
get rid of kern_path_parent()
Al Viro
4
-82
/
+65
2012-07-14
VFS: Fix the banner comment on lookup_open()
David Howells
1
-3
/
+26
2012-07-14
don't pass nameidata * to vfs_create()
Al Viro
6
-10
/
+11
2012-07-14
don't pass nameidata to ->create()
Al Viro
51
-64
/
+62
2012-07-14
fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()
Al Viro
1
-10
/
+10
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
79
-114
/
+115
2012-07-14
fs/namei.c: don't pass namedata to lookup_dcache()
Al Viro
1
-4
/
+4
2012-07-14
fs/namei.c: don't pass nameidata to d_revalidate()
Al Viro
1
-6
/
+6
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
25
-84
/
+74
2012-07-14
fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible
Al Viro
1
-32
/
+19
2012-07-14
nfs_lookup_verify_inode() - nd is *always* non-NULL here
Al Viro
1
-13
/
+10
2012-07-14
switch nfs_lookup_check_intent() away from nameidata
Al Viro
1
-5
/
+5
2012-07-14
do_dentry_open(): take initialization of file->f_path to caller
Al Viro
1
-14
/
+12
2012-07-14
fold __dentry_open() into its sole caller
Al Viro
1
-21
/
+12
2012-07-14
switch do_dentry_open() to returning int
Al Viro
1
-20
/
+20
2012-07-14
make finish_no_open() return int
Al Viro
8
-20
/
+12
2012-07-14
fs/namei.c: get do_last() and friends return int
Al Viro
1
-80
/
+70
2012-07-14
kill struct opendata
Al Viro
15
-98
/
+81
2012-07-14
kill opendata->{mnt,dentry}
Al Viro
3
-14
/
+9
2012-07-14
make ->atomic_open() return int
Al Viro
13
-105
/
+97
[prev]
[next]