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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-10
fat: permit to return phy block number by fibmap in fallocated region
Namjae Jeon
3
-3
/
+16
2014-01-10
fat: fallback to buffered write in case of fallocated region on direct IO
Namjae Jeon
1
-0
/
+7
2014-01-10
fat: zero out seek range on _fat_get_block
Namjae Jeon
1
-1
/
+23
2014-01-10
fat: add fat_fallocate operation
Namjae Jeon
2
-0
/
+93
2014-01-10
fat: add i_disksize to represent uninitialized size
Namjae Jeon
4
-5
/
+12
2014-01-10
ufs: sb mutex merge + mutex_destroy
Fabian Frederick
4
-36
/
+25
2014-01-10
HFS+ resource fork lookup breaks opendir() library function. Since
Sougata Santra
1
-59
/
+0
2014-01-10
nilfs2: add comments for ioctls
Vyacheslav Dubeyko
1
-1
/
+362
2014-01-10
Signed-off-by: Wenliang Fan <fanwlexca@gmail.com>
Ryusuke Konishi
1
-1
/
+6
2014-01-10
fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()
Wenliang Fan
1
-0
/
+3
2014-01-10
fs/pipe.c: skip file_update_time on frozen fs
Dmitry Monakhov
1
-1
/
+2
2014-01-10
autofs: fix symlinks aren't checked for expiry
Ian Kent
2
-0
/
+18
2014-01-10
autofs: use IS_ROOT to replace root dentry checks
Rui Xiang
1
-3
/
+3
2014-01-10
autofs: fix the return value of autofs4_fill_super
Rui Xiang
1
-5
/
+8
2014-01-10
autofs4: translate pids to the right namespace for the daemon
Miklos Szeredi
1
-2
/
+14
2014-01-10
autofs4: allow autofs to work outside the initial PID namespace
Sukadev Bhattiprolu
3
-13
/
+43
2014-01-10
fs/ramfs: move ramfs_aops to inode.c
Axel Lin
4
-15
/
+7
2014-01-10
fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...
Axel Lin
1
-2
/
+8
2014-01-10
binfmt_elf.c: use get_random_int() to fix entropy depleting
Jeff Liu
1
-1
/
+20
2014-01-10
fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF
Todor Minchev
1
-3
/
+0
2014-01-10
remove extra definitions of U32_MAX
Alex Elder
1
-4
/
+0
2014-01-10
conditionally define U32_MAX
Alex Elder
1
-0
/
+2
2014-01-10
logfs: check for the return value after calling find_or_create_page()
Younger Liu
1
-1
/
+2
2014-01-10
fs/proc/page.c: add PageAnon check to surely detect thp
Naoya Horiguchi
1
-3
/
+5
2014-01-10
/proc/meminfo: provide estimated available memory
Rik van Riel
1
-0
/
+37
2014-01-10
fs/super.c: fix WARN on alloc_super() fail path
Vladimir Davydov
1
-1
/
+2
2014-01-10
fs/read_write.c:compat_readv(): remove bogus area verify
Corey Minyard
1
-4
/
+0
2014-01-10
fs/compat_ioctl.c: fix an underflow issue (harmless)
Dan Carpenter
1
-1
/
+2
2014-01-10
posix_acl: uninlining
Andrew Morton
1
-5
/
+79
2014-01-10
ocfs2: update inode size after zeroing the hole
Junxiao Bi
1
-8
/
+32
2014-01-10
ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size
Younger Liu
2
-8
/
+3
2014-01-10
ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END
Jensen
1
-1
/
+10
2014-01-10
ocfs2: should call ocfs2_journal_access_di() before ocfs2_delete_entry() in o...
Younger Liu
1
-6
/
+6
2014-01-10
ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously
Yiwen Jiang
1
-2
/
+6
2014-01-10
ocfs2: check existence of old dentry in ocfs2_link()
Xue jiufei
1
-0
/
+13
2014-01-10
ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...
Tariq Saeed
1
-5
/
+17
2014-01-10
ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...
Tariq Saeed
1
-1
/
+2
2014-01-10
ocfs2: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-10
ocfs2: fix a tiny race when running dirop_fileop_racer
Yiwen Jiang
1
-2
/
+95
2014-01-10
ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl
Jie Liu
1
-0
/
+2
2014-01-10
ocfs2: return EINVAL if the given range to discard is less than block size
Jie Liu
1
-7
/
+3
2014-01-10
ocfs2: return EOPNOTSUPP if the device does not support discard
Jie Liu
1
-0
/
+5
2014-01-10
ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...
Younger Liu
3
-87
/
+14
2014-01-10
ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fix
Goldwyn Rodrigues
1
-4
/
+0
2014-01-10
ocfs2: use the new DLM operation callbacks while requesting new lockspace
Goldwyn Rodrigues
1
-24
/
+106
2014-01-10
ocfs2: framework for version LVB
Goldwyn Rodrigues
1
-0
/
+101
2014-01-10
ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node
Goldwyn Rodrigues
5
-8
/
+24
2014-01-10
ocfs2: shift allocation ocfs2_live_connection to user_connect()
Goldwyn Rodrigues
1
-19
/
+18
2014-01-10
ocfs2: add DLM recovery callbacks
Goldwyn Rodrigues
1
-0
/
+38
2014-01-10
ocfs2: add clustername to cluster connection
Goldwyn Rodrigues
5
-7
/
+24
[next]