index
:
~alon/linux
dummy
master
qxl
qxl-cleanup
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-29
Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-1
/
+1
2011-11-29
writeback: Fix issue on make htmldocs
Marcos Paulo de Souza
1
-0
/
+5
2011-11-28
xfs: validate acl count
Christoph Hellwig
1
-0
/
+2
2011-11-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...
Linus Torvalds
1
-5
/
+8
2011-11-24
ext4: fix racy use-after-free in ext4_end_io_dio()
Tejun Heo
1
-1
/
+1
2011-11-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...
Linus Torvalds
4
-36
/
+70
2011-11-23
eCryptfs: Extend array bounds for all filename chars
Tyler Hicks
1
-2
/
+2
2011-11-23
eCryptfs: Flush file in vma close
Tyler Hicks
1
-1
/
+22
2011-11-23
eCryptfs: Prevent file create race condition
Tyler Hicks
3
-33
/
+46
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-1
/
+1
2011-11-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+4
2011-11-22
mount_subtree() pointless use-after-free
Al Viro
1
-2
/
+4
2011-11-22
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
9
-61
/
+82
2011-11-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
13
-111
/
+290
2011-11-21
Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
3
-4
/
+5
2011-11-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
3
-6
/
+11
2011-11-21
Btrfs: remove free-space-cache.c WARN during log replay
Chris Mason
1
-1
/
+7
2011-11-21
ext4: fix up a undefined error in ext4_free_blocks in debugging code
Yongqiang Yang
1
-1
/
+1
2011-11-20
VFS: Log the fact that we've given ELOOP rather than creating a loop
David Howells
1
-1
/
+10
2011-11-20
Btrfs: sectorsize align offsets in fiemap
Josef Bacik
1
-1
/
+4
2011-11-20
Btrfs: clear pages dirty for io and set them extent mapped
Josef Bacik
1
-0
/
+5
2011-11-20
Btrfs: wait on caching if we're loading the free space cache
Josef Bacik
2
-41
/
+81
2011-11-20
Btrfs: prefix resize related printks with btrfs:
Arnd Hannemann
1
-3
/
+3
2011-11-20
btrfs: fix stat blocks accounting
David Sterba
1
-2
/
+4
2011-11-20
Btrfs: avoid unnecessary bitmap search for cluster setup
Li Zefan
1
-38
/
+4
2011-11-20
Btrfs: fix to search one more bitmap for cluster setup
Li Zefan
1
-0
/
+12
2011-11-20
btrfs: mirror_num should be int, not u64
Jan Schmidt
3
-4
/
+4
2011-11-20
btrfs: Fix up 32/64-bit compatibility for new ioctls
Jeff Mahoney
4
-6
/
+9
2011-11-20
Btrfs: fix barrier flushes
Chris Mason
2
-17
/
+134
2011-11-19
minixfs: kill manual hweight(), simplify
Al Viro
2
-28
/
+15
2011-11-19
fs/minix: Verify bitmap block counts before mounting
Josh Boyer
3
-10
/
+42
2011-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-63
/
+42
2011-11-19
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-1
/
+2
2011-11-18
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+4
2011-11-17
pstore: pass allocated memory region back to caller
Kees Cook
1
-5
/
+8
2011-11-17
ocfs2: Use filemap_write_and_wait() instead of write_inode_now()
Jan Kara
1
-1
/
+1
2011-11-17
ocfs2: honor O_(D)SYNC flag in fallocate
Mark Fasheh
1
-0
/
+3
2011-11-17
ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2
Xiaowei.Hu
1
-2
/
+3
2011-11-17
ocfs2: send correct UUID to cleancache initialization
Dan Magenheimer
1
-1
/
+1
2011-11-17
ocfs2: Commit transactions in error cases -v2
Wengang Wang
3
-6
/
+9
2011-11-17
ocfs2: make direntry invalid when deleting it
Wengang Wang
1
-2
/
+1
2011-11-17
fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_free
Julia Lawall
1
-1
/
+1
2011-11-16
new helper: mount_subtree()
Al Viro
3
-53
/
+40
2011-11-16
switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs
Al Viro
3
-18
/
+11
2011-11-16
btrfs: fix double mntput() in mount_subvol()
Al Viro
1
-1
/
+0
2011-11-16
bio: change some signed vars to unsigned
Dan Carpenter
1
-3
/
+4
2011-11-15
xfs: use doalloc flag in xfs_qm_dqattach_one()
Mitsuo Hayasaka
1
-1
/
+2
2011-11-15
hfs: add sanity check for file name length
Dan Carpenter
1
-0
/
+2
2011-11-15
Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush
Liu Bo
3
-1
/
+26
2011-11-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
12
-145
/
+262
[prev]
[next]