index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
fs/bio-integrity: fix a potential mem leak
Gu Zheng
1
-4
/
+5
2013-09-11
writeback: fix race that cause writeback hung
Junxiao Bi
1
-2
/
+2
2013-09-11
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
1
-1
/
+1
2013-09-11
mm/writeback: make writeback_inodes_wb static
Wanpeng Li
1
-1
/
+1
2013-09-11
mm: track vma changes with VM_SOFTDIRTY bit
Cyrill Gorcunov
2
-11
/
+37
2013-09-11
writeback: fix occasional slow sync(1)
Jan Kara
1
-4
/
+2
2013-09-11
ocfs2: fix the end cluster offset of FIEMAP
Jie Liu
1
-1
/
+0
2013-09-11
ocfs2: remove unused variable ip in dlmfs_get_root_inode()
Joseph Qi
1
-3
/
+0
2013-09-11
ocfs2: fix a tiny race case when firing callbacks
Joyce
1
-9
/
+9
2013-09-11
ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()
Joseph Qi
1
-6
/
+10
2013-09-11
ocfs2: adjust code style for o2net_handler_tree_lookup()
Joseph Qi
1
-17
/
+17
2013-09-11
ocfs2: free path in ocfs2_remove_inode_range()
Younger Liu
1
-0
/
+1
2013-09-11
ocfs2: fix possible double free in ocfs2_reflink_xattr_rec
Joseph Qi
1
-1
/
+1
2013-09-11
ocfs2/dlm: force clean refmap when doing local cleanup
Xue jiufei
1
-0
/
+8
2013-09-11
ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...
Younger Liu
1
-2
/
+3
2013-09-11
ocfs2: add the missing return value check of ocfs2_xattr_get_clusters
Joseph Qi
1
-0
/
+4
2013-09-11
ocfs2: fix a memory leak in __ocfs2_move_extents()
Jie Liu
1
-0
/
+1
2013-09-11
ocfs2: add missing return value check of ocfs2_get_clusters()
Joseph Qi
1
-2
/
+8
2013-09-11
ocfs2: clean up dead code in ocfs2_acl_from_xattr()
Joseph Qi
1
-4
/
+0
2013-09-11
ocfs2: use list_for_each_entry() instead of list_for_each()
Dong Fang
10
-99
/
+45
2013-09-11
fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences
Sunil Mushran
1
-5
/
+5
2013-09-11
ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC
Younger Liu
1
-2
/
+2
2013-09-11
ocfs2: dlm_request_all_locks() should deal with the status sent from target node
Xue jiufei
1
-1
/
+4
2013-09-11
ocfs2: use i_size_read() to access i_size
Junxiao Bi
7
-21
/
+21
2013-09-11
ocfs2: lighten up allocate transaction
Younger Liu
4
-5
/
+49
2013-09-11
Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+4
2013-09-11
Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-14
/
+27
2013-09-11
NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE
Weston Andros Adamson
1
-2
/
+2
2013-09-11
NFSv4.1: sp4_mach_cred: no need to ref count creds
Weston Andros Adamson
1
-3
/
+3
2013-09-11
NFSv4.1: fix SECINFO* use of put_rpccred
Weston Andros Adamson
1
-6
/
+10
2013-09-11
NFSv4.1: sp4_mach_cred: ask for WRITE and COMMIT
Weston Andros Adamson
1
-2
/
+4
2013-09-10
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-14
/
+21
2013-09-10
super: fix for destroy lrus
Glauber Costa
3
-2
/
+5
2013-09-10
list_lru: dynamically adjust node arrays
Glauber Costa
3
-5
/
+22
2013-09-10
fs: convert fs shrinkers to new scan/count API
Dave Chinner
14
-96
/
+158
2013-09-10
xfs: fix dquot isolation hang
Dave Chinner
1
-4
/
+6
2013-09-10
xfs-convert-dquot-cache-lru-to-list_lru-fix
Andrew Morton
1
-3
/
+3
2013-09-10
xfs: convert dquot cache lru to list_lru
Dave Chinner
3
-144
/
+144
2013-09-10
xfs: rework buffer dispose list tracking
Dave Chinner
2
-58
/
+79
2013-09-10
xfs-convert-buftarg-lru-to-generic-code-fix
Andrew Morton
1
-3
/
+3
2013-09-10
xfs: convert buftarg LRU to generic code
Dave Chinner
2
-93
/
+82
2013-09-10
fs: convert inode and dentry shrinking to be node aware
Dave Chinner
5
-19
/
+31
2013-09-10
shrinker: add node awareness
Dave Chinner
1
-0
/
+1
2013-09-10
list_lru: remove special case function list_lru_dispose_all.
Glauber Costa
1
-20
/
+29
2013-09-10
dcache: convert to use new lru list infrastructure
Dave Chinner
2
-98
/
+83
2013-09-10
inode: move inode to a different list inside lock
Glauber Costa
1
-1
/
+1
2013-09-10
inode: convert inode lru list to generic lru list code.
Dave Chinner
2
-112
/
+75
2013-09-10
shrinker: convert superblock shrinkers to new API
Dave Chinner
7
-42
/
+68
2013-09-10
dcache: remove dentries from LRU before putting on dispose list
Dave Chinner
1
-21
/
+78
2013-09-10
dentry: move to per-sb LRU locks
Dave Chinner
2
-17
/
+17
[prev]
[next]