aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-04-09fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns1-0/+14
2012-04-09Validate size of EFI GUID partition entries.Timo Warns1-0/+8
2012-04-09s390: remove task_show_regsMartin Schwidefsky1-3/+0
2012-04-09xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+1
2010-12-12ext3: ext3_symlink should use GFP_NOFS allocations insideWilly Tarreau2-3/+10
2010-08-28jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-36/+34
2010-02-02FAT: do not continue in fat_get_block if bmap failsStefan Seyfried1-1/+3
2009-11-07fs: pipe.c null pointer dereferenceEarl Chew1-11/+24
2009-09-13proc: avoid information leaks to non-privileged processesJake Edge1-5/+13
2009-09-13restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidWilly Tarreau1-0/+6
2009-07-26personality: clear MMAP_PAGE_ZERO on exec if mmap_min_addr is setWilly Tarreau1-0/+3
2008-11-09hfsplus: fix Buffer overflow with a corrupted imageEric Sesterhenn1-0/+5
2008-11-09ext: Avoid printk floods in the face of directoryEric Sandeen2-28/+42
2008-11-08Remove suid/sgid bits on truncate() (CVE-2008-4210)Eugene Teo1-0/+2
2008-11-08CVE-2008-3275 Linux kernel local filesystem DoSEugene Teo1-2/+17
2008-09-06udf: fix uid/gid permissionsGilbert Ashley Gilbert1-0/+4
2008-07-20Fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669)Al Viro2-36/+42
2008-07-20Fix dnotify/close race (CVE-2008-1375)Willy Tarreau1-0/+12
2008-07-20intermezzo: fix uninitialized use of pointer in error pathWilly Tarreau1-4/+6
2008-07-20ext2_readdir() filp->f_pos fix (try #2)Glen Nakamura1-3/+8
2008-07-20security: insufficient range checks in certain fault handlersWilly Tarreau1-3/+0
2008-07-202.4: fix memory corruption from misinterpreted bad_inode_ops return valuesdann frazier1-30/+161
2008-07-20ext2: skip pages past number of blocks in ext2_find_entrydann frazier1-0/+9
2008-07-20avoid semi-infinite loop when mounting bad ext2dann frazier1-3/+6
2007-12-10[PATCH] vfs: coredumping fixWilly Tarreau1-0/+6
2007-11-11[PATCH] corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)Moritz Muehlenhoff1-0/+2
2007-11-11[PATCH 4/4] [OpenPROM] Prevent unsigned roll-overs indann frazier1-2/+2
2007-11-11[PATCH 3/4] [OpenPROM] Prevent overflow of sprintf bufferdann frazier1-4/+7
2007-11-11[PATCH 2/4] [OpenPROM]: Fix user-access checking bugs in openpromfsdann frazier1-32/+61
2007-08-15[PATCH] CVE-2007-3848 Privilege escalation via PR_SET_PDEATHSIGWilly Tarreau2-9/+14
2007-02-25[PATCH] fs ufs macro parenthesis fixMariusz Kozlowski1-1/+1
2007-01-31[PATCH] smbfs: fix problems introduced by last security backportdann frazier2-6/+7
2006-12-05[PATCH] smbfs : don't ignore uid/gid/mode mount opts w/ unix extensionsdann frazier3-12/+41
2006-11-25[PATCH] jfs: incorrect use of "&&" instead of "&"Willy Tarreau1-1/+1
2006-11-19[PATCH] EXT2: avoid crashing by not dividing by zero.Willy Tarreau1-18/+21
2006-11-19[PATCH] EXT3: avoid crashing by not dividing by zero.Willy Tarreau1-8/+17
2006-09-28[PATCH] really fix size display for sun partitions larger than 1TByteJurzitza, Dieter2-2/+4
2006-09-18Merge branch 'gcc4'Willy Tarreau2-5/+6
2006-08-30[PATCH] Fix possible UDF deadlock and memory corruption (CVE-2006-4145)dann frazier2-26/+40
2006-08-28[DISKLABEL] SUN: Fix signed int usage for sector countJeff Mahoney1-1/+1
2006-08-27[PATCH] binfmt_elf.c : fix checks for bad addressErnie Petrides1-6/+15
2006-08-13[GCC4] fix build error in fs/intermezzo/presto.cWilly Tarreau1-4/+4
2006-08-13[GCC4] add preliminary support for GCC 4 (Mikael Pettersson)Willy Tarreau1-1/+2
2006-08-02[PATCH] 2.4 NFS client - update d_cache when server reports ENOENT on an NFS ...Jeff Layton1-1/+4
2006-07-01[PATCH] EXT3: ext3 block bitmap leakageKirill Korotaev1-0/+1
2006-06-20[PATCH] Fix vfs_unlink/NFS NULL pointer dereferenceWilly Tarreau1-2/+8
2006-05-26[PATCH] Fix vfs_unlink issue introduced by link/unlink race correctionMarcelo Tosatti1-12/+13
2006-05-26[PATCH] JBD: avoid panic on corrupted journal superblock (from akpm)Willy TARREAU1-2/+5
2006-05-26[PATCH] Fix memory leak when the ext3's journal file is corruptedTheodore Ts'o1-0/+1
2006-05-12Vadim Egorov: ext3 link/unlink raceMarcelo Tosatti1-12/+14
2006-05-07[PATCH] ext2: update inode ctime on rename()Willy TARREAU1-0/+7
2006-05-07[PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch1-0/+5
2006-05-07[PATCH] fix /proc/partitions display with USB-FDD geometryWilly TARREAU1-0/+13
2006-05-01Fix printk length modifier of NFS mmap consistency patchv2.4.33-pre3Marcelo Tosatti1-1/+1
2006-04-15[PATCH] quota_v2 module taints the kernel (missing licence)Marek Szuba1-0/+4
2006-04-15[PATCH] 2.4 nfs cache consistency problem with mmap'ed filesJeff Layton1-0/+13
2006-03-04[PATCH] x86_64: Check for bad elf entry address.Andi Kleen1-0/+5
2006-02-17[PATCH] fix overflow in inode.cRik van Riel1-2/+2
2006-01-23[PATCH] proc_pid_cmdline() race fix (CAN-2004-1058)dann frazier1-2/+6
2005-12-23[PATCH] fs/smbfs/proc.c: fix data corruption in smb_proc_setattr_unix()Maciej W. Rozycki1-1/+1
2005-12-23[PATCH] x86-64: user code panics kernel in exec.c (CVE-2005-2708)Dave Anderson1-1/+1
2005-12-21[PATCH] local denial-of-service with file leaseHorms1-1/+0
2005-12-09[PATCH] dcache: avoid race when updating nr_unused count of unused dentriesNeilBrown1-1/+1
2005-11-28[PATCH] NFS server as a module with -mregparm=3Krzysztof Strasburger1-0/+5
2005-09-22NFS: dprintk on -ENAMETOOLONG error handlingMarcelo Tosatti2-2/+2
2005-09-22[PATCH] nfs client: handle long symlinks properlyAssar2-4/+10
2005-09-03[PATCH] Andrea Arcangeli: avoid size_buffers_type overflowMarcelo Tosatti1-5/+5
2005-08-18[PATCH] Remove isofs useless unsigned " < 0" comparisonAndrey J. Melnikoff (TEMHOTA1-2/+2
2005-08-16[PATCH] isofs driver ignore parametersHorms1-2/+2
2005-08-07[PATCH] PATCH: Fix outstanding gzip/zlib security issuesLinus Torvalds1-0/+6
2005-07-26[PATCH] workaround inode cache (prune_icache/__refile_inode) SMP racesLarry Woodman1-1/+3
2005-06-07[PATCH] Claim i_alloc_sem while changing file size in nfsdNeilBrown1-0/+2
2005-06-02[PATCH] Don't drop setuid on directories when ownership changed by NFSdNeilBrown1-4/+8
2005-06-02initial v2.4 GIT importMarcelo844-0/+445157