index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-01
ext4: implement error handling of ext4_mb_new_preallocation()
Alexey Khoroshilov
1
-7
/
+10
2013-07-01
ext4: fix corruption when online resizing a fs with 1K block size
Maarten ter Huurne
1
-3
/
+1
2013-07-01
pstore: Pass header size in the pstore write callback
Aruna Balakrishnaiah
2
-5
/
+8
2013-07-01
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
17
-87
/
+164
2013-06-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-15
/
+39
2013-06-29
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+9
2013-06-29
lseek_execute() doesn't need an inode passed to it
Al Viro
1
-7
/
+3
2013-06-29
block_dev: switch to fixed_size_llseek()
Al Viro
1
-22
/
+1
2013-06-29
locks: give the blocked_hash its own spinlock
Jeff Layton
1
-19
/
+22
2013-06-29
locks: add a new "lm_owner_key" lock operation
Jeff Layton
2
-2
/
+22
2013-06-29
locks: turn the blocked_list into a hashtable
Jeff Layton
1
-8
/
+17
2013-06-29
locks: convert fl_link to a hlist_node
Jeff Layton
1
-12
/
+12
2013-06-29
locks: avoid taking global lock if possible when waking up blocked waiters
Jeff Layton
1
-1
/
+14
2013-06-29
locks: protect most of the file_lock handling with i_lock
Jeff Layton
11
-95
/
+141
2013-06-29
locks: encapsulate the fl_link list handling
Jeff Layton
1
-9
/
+36
2013-06-29
locks: make "added" in __posix_lock_file a bool
Jeff Layton
1
-4
/
+5
2013-06-29
locks: comment cleanups and clarifications
Jeff Layton
1
-8
/
+13
2013-06-29
locks: make generic_add_lease and generic_delete_lease static
Jeff Layton
1
-2
/
+2
2013-06-29
cifs: use posix_unblock_lock instead of locks_delete_block
Jeff Layton
2
-3
/
+2
2013-06-29
locks: drop the unused filp argument to posix_unblock_lock
Jeff Layton
2
-4
/
+2
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
20
-144
/
+95
2013-06-29
minix: bug widening a binary "not" operation
Dan Carpenter
1
-1
/
+1
2013-06-29
splice: lift checks from do_splice_from() into callers
Al Viro
1
-11
/
+20
2013-06-29
constify rw_verify_area()
Al Viro
3
-1
/
+4
2013-06-29
new helper: fixed_size_llseek()
Al Viro
1
-0
/
+20
2013-06-29
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
4
-10
/
+8
2013-06-29
fuse: another open-coded file_inode()
Al Viro
1
-2
/
+1
2013-06-29
btrfs: more open-coded file_inode()
Al Viro
1
-4
/
+4
2013-06-29
fanotify: quit wanking with FASYNC in ->release()
Al Viro
1
-3
/
+0
2013-06-29
kill find_inode_number()
Al Viro
2
-31
/
+0
2013-06-29
coda: don't bother with find_inode_number()
Al Viro
1
-7
/
+1
2013-06-29
proc_fill_cache(): clean up, get rid of pointless find_inode_number() use
Al Viro
1
-23
/
+13
2013-06-29
proc_fill_cache(): just make instantiate_t return int
Al Viro
4
-49
/
+43
2013-06-29
proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self
Al Viro
1
-3
/
+3
2013-06-29
proc_fill_cache(): kill pointless check
Al Viro
1
-4
/
+2
2013-06-29
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
2
-11
/
+4
2013-06-29
don't call file_pos_write() if vfs_{read,write}{,v}() fails
Al Viro
1
-6
/
+12
2013-06-29
Replace a bunch of file->dentry->d_inode refs with file_inode()
David Howells
1
-1
/
+1
2013-06-29
udf: provide ->tmpfile()
Al Viro
1
-0
/
+24
2013-06-29
ext3 ->tmpfile() support
Al Viro
1
-1
/
+46
2013-06-29
allow the temp files created by open() to be linked to
Al Viro
2
-3
/
+17
2013-06-29
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
5
-5
/
+122
2013-06-29
allow build_open_flags() to return an error
Al Viro
4
-31
/
+41
2013-06-29
lift file_*_write out of do_splice_direct()
Al Viro
2
-2
/
+2
2013-06-29
lift file_*_write out of do_splice_from()
Al Viro
1
-4
/
+5
2013-06-29
do_last(): fix missing checks for LAST_BIND case
Al Viro
1
-21
/
+3
2013-06-29
[readdir] constify ->actor
Al Viro
6
-53
/
+45
2013-06-29
[readdir] ->readdir() is gone
Al Viro
3
-12
/
+7
2013-06-29
[readdir] convert ecryptfs
Al Viro
1
-20
/
+15
2013-06-29
[readdir] convert coda
Al Viro
1
-58
/
+19
[prev]
[next]