index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-23
fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used
Zhang Yanfei
3
-9
/
+9
2013-02-23
fs/buffer.c: change type of max_buffer_heads to unsigned long
Zhang Yanfei
1
-2
/
+2
2013-02-23
swap: make each swap partition have one address_space
Shaohua Li
1
-2
/
+2
2013-02-23
memory-failure: use num_poisoned_pages instead of mce_bad_pages
Xishi Qiu
1
-1
/
+1
2013-02-23
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
Michel Lespinasse
1
-3
/
+2
2013-02-23
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
1
-1
/
+5
2013-02-22
hostfs: directory methods have no business in non-directory inode_operations
Al Viro
1
-8
/
+0
2013-02-22
__d_materialise_unique() is too generic
Al Viro
1
-14
/
+5
2013-02-22
fs: Fix possible use-after-free with AIO
Jan Kara
1
-1
/
+1
2013-02-22
constify d_lookup() arguments
Al Viro
1
-1
/
+1
2013-02-22
constify __d_lookup() arguments
Al Viro
1
-1
/
+1
2013-02-22
lookup_slow: get rid of name argument
Al Viro
1
-4
/
+3
2013-02-22
lookup_fast: get rid of name argument
Al Viro
1
-5
/
+5
2013-02-22
get rid of name and type arguments of walk_component()
Al Viro
1
-10
/
+8
2013-02-22
link_path_walk(): move assignments to nd->last/nd->last_type up
Al Viro
1
-12
/
+10
2013-02-22
vfs: remove d_path_with_unreachable
Jeff Layton
1
-31
/
+0
2013-02-22
fs: Preserve error code in get_empty_filp(), part 2
Anatol Pomozov
4
-15
/
+11
2013-02-22
propagate error from get_empty_filp() to its callers
Al Viro
3
-30
/
+28
2013-02-22
new helper: file_inode(file)
Al Viro
158
-375
/
+373
2013-02-22
mount: consolidate permission checks
Al Viro
1
-33
/
+7
2013-02-22
get rid of unprotected dereferencing of mnt->mnt_ns
Al Viro
1
-12
/
+17
2013-02-22
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2013-02-22
ext4: fix free clusters calculation in bigalloc filesystem
Lukas Czerner
1
-2
/
+7
2013-02-22
ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()
Eryu Guan
1
-0
/
+6
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
8
-11
/
+10
2013-02-21
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
23
-48
/
+36
2013-02-21
binfmt_elf: remove unused argument in fill_elf_header
Zhang Yanfei
1
-3
/
+3
2013-02-21
ubifs: wait for page writeback to provide stable pages
Jan Kara
1
-0
/
+1
2013-02-21
ocfs2: wait for page writeback to provide stable pages
Jan Kara
1
-0
/
+1
2013-02-21
block: optionally snapshot page contents to provide stable pages during write
Darrick J. Wong
1
-0
/
+1
2013-02-21
9pfs: fix filesystem to wait for stable page writeback
Darrick J. Wong
1
-0
/
+1
2013-02-21
mm: only enforce stable page writes if the backing device requires it
Darrick J. Wong
4
-4
/
+4
2013-02-21
ocfs2: unlock super lock if lockres refresh failed
Junxiao Bi
1
-1
/
+4
2013-02-21
ocfs2: remove kfree() redundant null checks
Tim Gardner
10
-34
/
+17
2013-02-21
configfs: move the dereference below the NULL test
Wei Yongjun
1
-2
/
+3
2013-02-21
fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()
MITSUNARI Shigeo
1
-0
/
+1
2013-02-21
inotify: remove broken mask checks causing unmount to be EINVAL
Jim Somerville
1
-4
/
+0
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+2
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
20
-44
/
+39
2013-02-21
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+46
2013-02-21
Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2
-0
/
+18
2013-02-21
Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
16
-219
/
+370
2013-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
23
-374
/
+375
2013-02-21
Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
28
-453
/
+503
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
6
-175
/
+550
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
4
-79
/
+31
2013-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-14
/
+0
2013-02-20
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-13
/
+76
2013-02-19
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+7
2013-02-19
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-6
/
+14
[prev]
[next]