index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-02
fs/bad_inode.c 64bit fix
Adrian Bunk
1
-4
/
+4
2007-02-26
fix ext3 block bitmap leakage
Kirill Korotaev
1
-0
/
+1
2007-02-21
fix bad_inode_ops memory corruption (CVE-2006-5753)
Eric Sandeen
1
-43
/
+287
2007-02-21
Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772)
Greg Banks
1
-5
/
+12
2007-02-13
Fix up CIFS for "test_clear_page_dirty()" removal
Linus Torvalds
1
-3
/
+23
2007-02-13
fix umask when noACL kernel meets extN tuned for ACLs
Hugh Dickins
2
-0
/
+8
2007-02-03
reiserfs: avoid tail packing if an inode was ever mmapped
Vladimir Saveliev
2
-1
/
+21
2007-01-22
adfs: fix filename handling
James Bursa
1
-1
/
+1
2007-01-20
mm: fix bug in set_page_dirty_buffers
Nick Piggin
1
-1
/
+4
2007-01-09
skip data conversion in compat_sys_mount when data_page is NULL
Andrey Mirkin
1
-1
/
+1
2007-01-09
corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)
Phillip Lougher
1
-0
/
+2
2007-01-09
handle ext3 directory corruption better (CVE-2006-6053)
Eric Sandeen
2
-0
/
+12
2007-01-09
ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)
Eric Sandeen
1
-0
/
+8
2007-01-09
hfs_fill_super returns success even if no root inode (CVE-2006-6056)
Eric Sandeen
1
-0
/
+2
2007-01-09
grow_buffers() infinite loop fix (CVE-2006-5757/CVE-2006-6060)
Andrew Morton
1
-2
/
+19
2007-01-04
fuse: fix hang on SMP
Miklos Szeredi
3
-13
/
+32
2006-12-18
NFS: nfs_lookup - don't hash dentry when optimising away the lookup
Trond Myklebust
1
-3
/
+11
2006-12-09
binfmt_elf: fix checks for bad address
Chuck Ebbert
1
-8
/
+7
2006-12-04
fcntl(F_SETSIG) fix
Trond Myklebust
1
-2
/
+4
2006-12-04
JFS: pageno needs to be long
Dave Kleikamp
1
-2
/
+2
2006-11-29
freevxfs: Add missing lock_kernel() to vxfs_readdir
Josh Triplett
1
-0
/
+2
2006-11-29
add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)
Al Viro
1
-1
/
+1
2006-11-25
CIFS: report rename failure when target file is locked by Windows
Steve French
1
-5
/
+9
2006-11-24
sysfs: remove duplicated dput in sysfs_update_file
Hidetoshi Seto
1
-5
/
+0
2006-11-20
Fix BeFS slab corruption
Diego Calleja
1
-2
/
+9
2006-11-17
ext3 -nobh option causes oops
Badari Pulavarty
1
-3
/
+3
2006-11-09
[DISKLABEL] SUN: Fix signed int usage for sector count
Jeff Mahoney
1
-1
/
+1
2006-11-08
Don't allow chmod() on the /proc/<pid>/ files
Marcel Holtmann
1
-1
/
+32
2006-11-07
[PATCH] md: Make sure bi_max_vecs is set properly in bio_split
Neil Brown
1
-0
/
+3
2006-10-14
[CIFS] Allow cifsd to suspend if connection is lost
Rafael J. Wysocki
1
-0
/
+1
2006-10-14
[CIFS] Fix typo in earlier cifs_unlink change and protect one extra path.
Steve French
1
-5
/
+7
2006-10-14
[CIFS] Fix unlink oops when indirectly called in rename error path under heav...
Steve French
1
-1
/
+4
2006-10-14
[CIFS] fs/cifs/dir.c: fix possible NULL dereference
Steve French
1
-1
/
+2
2006-10-13
fix fdset leakage
Kirill Korotaev
1
-1
/
+3
2006-09-09
Have ext2 reject file handles with bad inode numbers early.
Neil Brown
1
-0
/
+41
2006-08-30
fix struct file leakage
Kirill Korotaev
1
-1
/
+7
2006-08-30
Have ext3 reject file handles with bad inode numbers early
Eric Sandeen
1
-0
/
+40
2006-08-30
ext3: avoid triggering ext3_error on bad NFS file handle
Neil Brown
2
-10
/
+20
2006-08-23
Fix possible UDF deadlock and memory corruption (CVE-2006-4145)
Jan Kara
2
-26
/
+40
2006-08-11
fix debugfs inode leak
Jens Axboe
1
-1
/
+2
2006-08-11
Fix missing ret assignment in __bio_map_user() error path
Jens Axboe
1
-2
/
+3
2006-07-15
[PATCH] Relax /proc fix a bit
Linus Torvalds
1
-1
/
+2
2006-07-14
[PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)
Linus Torvalds
1
-0
/
+1
2006-06-22
[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)
Anton Altaparmakov
1
-6
/
+7
2006-06-22
[PATCH] JFS: Fix multiple errors in metapage_releasepage
Dave Kleikamp
1
-15
/
+5
2006-06-22
[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...
Trond Myklebust
1
-9
/
+10
2006-06-22
[PATCH] Missed error checking for intent's filp in open_namei().
Oleg Drokin
1
-0
/
+6
2006-05-20
[PATCH] fs/compat.c: fix 'if (a |= b )' typo
Alexey Dobriyan
1
-1
/
+1
2006-05-20
[PATCH] smbfs: Fix slab corruption in samba error path
Jan Niehusmann
1
-1
/
+3
2006-05-20
[PATCH] fs/locks.c: Fix sys_flock() race
Trond Myklebust
1
-14
/
+16
[next]