index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-01-31
cifs: clean up some compiler warnings
Jeff Layton
4
-17
/
+6
2011-01-31
cifs: make CIFS depend on CRYPTO_MD4
Jeff Layton
1
-0
/
+1
2011-01-31
cifs: force a reconnect if there are too many MIDs in flight
Jeff Layton
1
-13
/
+24
2011-01-31
cifs: don't pop a printk when sending on a socket is interrupted
Jeff Layton
1
-2
/
+2
2011-01-31
cifs: simplify SMB header check routine
Jeff Layton
1
-22
/
+24
2011-01-31
cifs: send an NT_CANCEL request when a process is signalled
Jeff Layton
1
-3
/
+12
2011-01-31
cifs: handle cancelled requests better
Jeff Layton
1
-7
/
+36
2011-01-31
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
11
-33
/
+73
2011-01-31
cifs: fix two compiler warning about uninitialized vars
Jeff Layton
2
-2
/
+4
2011-01-31
NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().
Anton Altaparmakov
1
-4
/
+7
2011-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
15
-704
/
+371
2011-01-28
Btrfs: handle no memory properly in prepare_pages
Josef Bacik
1
-2
/
+6
2011-01-28
Btrfs: do error checking in btrfs_del_csums
Josef Bacik
1
-0
/
+3
2011-01-28
Btrfs: use the global block reserve if we cannot reserve space
Josef Bacik
1
-1
/
+27
2011-01-28
Btrfs: do not release more reserved bytes to the global_block_rsv than we need
Josef Bacik
1
-2
/
+14
2011-01-28
Btrfs: fix check_path_shared so it returns the right value
Josef Bacik
1
-2
/
+3
2011-01-28
btrfs: check return value of btrfs_start_ioctl_transaction() properly
Tsutomu Itoh
1
-1
/
+1
2011-01-28
btrfs: fix return value check of btrfs_join_transaction()
Tsutomu Itoh
6
-13
/
+51
2011-01-28
fs/btrfs/inode.c: Add missing IS_ERR test
Julia Lawall
1
-1
/
+1
2011-01-28
btrfs: fix missing break in switch phrase
liubo
1
-0
/
+1
2011-01-28
btrfs: fix several uncheck memory allocations
liubo
4
-0
/
+33
2011-01-28
btrfs: fix uncheck memory allocation in btrfs_submit_compressed_read
liubo
2
-4
/
+25
2011-01-28
Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38
Chris Mason
6
-65
/
+117
[prev]
[next]