index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-12
ext4: serialize unaligned asynchronous DIO
Eric Sandeen
5
-18
/
+100
2011-02-12
ext4: make grpinfo slab cache names static
Eric Sandeen
1
-40
/
+60
2011-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
1
-4
/
+2
2011-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
3
-10
/
+34
2011-02-11
vfs: call rcu_barrier after ->kill_sb()
Boaz Harrosh
1
-0
/
+5
2011-02-11
Fix possible filp_cachep memory corruption
Linus Torvalds
2
-10
/
+12
2011-02-11
dlm: use single thread workqueues
David Teigland
1
-4
/
+2
2011-02-11
cifs: don't always drop malformed replies on the floor (try #3)
Jeff Layton
3
-7
/
+28
2011-02-10
cifs: clean up checks in cifs_echo_request
Jeff Layton
1
-3
/
+4
2011-02-08
[CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate
Steve French
2
-1
/
+3
2011-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
18
-116
/
+371
2011-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
5
-18
/
+28
2011-02-07
Btrfs: Fix page count calculation
Yan, Zheng
1
-4
/
+4
2011-02-07
ext4: Fix data corruption with multi-block writepages support
Curt Wohlgemuth
1
-5
/
+6
2011-02-07
cifs: remove checks for ses->status == CifsExiting
Jeff Layton
1
-4
/
+1
2011-02-06
btrfs: Drop __exit attribute on btrfs_exit_compress
Alexey Charkov
1
-1
/
+1
2011-02-06
btrfs: cleanup error handling in btrfs_unlink_inode()
Tsutomu Itoh
1
-1
/
+1
2011-02-06
Btrfs: exclude super blocks when we read in block groups
Josef Bacik
1
-8
/
+18
2011-02-06
Btrfs: make sure search_bitmap finds something in remove_from_bitmap
Josef Bacik
1
-0
/
+1
2011-02-06
cifs: add check for kmalloc in parse_dacl
Stanislav Fomichev
1
-0
/
+4
2011-02-04
ceph: queue cap_snaps once per realm
Sage Weil
1
-4
/
+10
2011-02-05
cifs: don't send an echo request unless NegProt has been done
Jeff Layton
1
-2
/
+6
2011-02-04
cifs: enable signing flag in SMB header when server has it on
Jeff Layton
1
-0
/
+4
2011-02-04
cifs: Possible slab memory corruption while updating extended stats (repost)
Shirish Pargaonkar
1
-2
/
+2
2011-02-04
CRED: Fix kernel panic upon security_file_alloc() failure.
Tetsuo Handa
1
-1
/
+1
2011-02-04
CIFS: Fix variable types in cifs_iovec_read/write (try #2)
Pavel Shilovsky
1
-5
/
+6
2011-02-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...
Linus Torvalds
4
-51
/
+67
2011-02-03
hfsplus: fix up a comparism in hfsplus_file_extend
Christoph Hellwig
1
-2
/
+2
2011-02-03
hfsplus: fix two memory leaks in wrapper.c
Chuck Ebbert
1
-2
/
+2
2011-02-03
hfsplus: do not leak buffer on error
Chuck Ebbert
1
-2
/
+2
2011-02-03
hfsplus: fix failed mount handling
Christoph Hellwig
1
-45
/
+61
2011-02-03
ext4: fix up ext4 error handling
Theodore Ts'o
1
-4
/
+10
2011-02-03
ext4: unregister features interface on module unload
Lukas Czerner
1
-2
/
+10
2011-02-03
ext4: fix panic on module unload when stopping lazyinit thread
Eric Sandeen
1
-13
/
+14
2011-02-02
Revert "exofs: Set i_mapping->backing_dev_info anyway"
Boaz Harrosh
1
-2
/
+0
2011-02-02
fs: make block fiemap mapping length at least blocksize long
Josef Bacik
1
-0
/
+7
2011-02-02
vfs: sparse: add __FMODE_EXEC
Namhyung Kim
2
-3
/
+3
2011-02-02
epoll: epoll_wait() should not use timespec_add_ns()
Eric Dumazet
1
-3
/
+13
2011-02-02
cifs: fix length vs. total_read confusion in cifs_demultiplex_thread
Jeff Layton
1
-5
/
+5
2011-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
11
-85
/
+130
2011-02-01
btrfs: fix return value check of btrfs_start_transaction()
Tsutomu Itoh
7
-6
/
+37
2011-02-01
btrfs: checking NULL or not in some functions
Tsutomu Itoh
3
-0
/
+10
2011-01-31
Btrfs: avoid uninit variable warnings in ordered-data.c
Chris Mason
1
-1
/
+1
2011-02-01
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
20
-191
/
+170
2011-01-31
cifs: fix length checks in checkSMB
Jeff Layton
1
-16
/
+17
2011-02-01
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
10
-71
/
+152
2011-01-31
[CIFS] Update cifs minor version
Steve French
1
-1
/
+1
2011-01-31
Btrfs: catch errors from btrfs_sync_log
Chris Mason
1
-1
/
+2
2011-01-31
Btrfs: make shrink_delalloc a little friendlier
Josef Bacik
1
-3
/
+14
2011-01-31
cifs: No need to check crypto blockcipher allocation
Shirish Pargaonkar
1
-2
/
+3
[prev]
[next]