summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-02-26fix ext3 block bitmap leakageKirill Korotaev1-0/+1
2007-02-21fix bad_inode_ops memory corruption (CVE-2006-5753)Eric Sandeen1-43/+287
2007-02-21Fix a free-wrong-pointer bug in nfs/acl server (CVE-2007-0772)Greg Banks1-5/+12
2007-02-13Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds1-3/+23
2007-02-13fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins2-0/+8
2007-02-03reiserfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev2-1/+21
2007-01-22adfs: fix filename handlingJames Bursa1-1/+1
2007-01-21mm: fix bug in set_page_dirty_buffersNick Piggin1-1/+4
2007-01-09skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin1-1/+1
2007-01-09corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)Phillip Lougher1-0/+2
2007-01-09handle ext3 directory corruption better (CVE-2006-6053)Eric Sandeen2-0/+12
2007-01-09ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)Eric Sandeen1-0/+8
2007-01-09hfs_fill_super returns success even if no root inode (CVE-2006-6056)Eric Sandeen1-0/+2
2007-01-09grow_buffers() infinite loop fix (CVE-2006-5757/CVE-2006-6060)Andrew Morton1-2/+19
2007-01-04fuse: fix hang on SMPMiklos Szeredi3-13/+32
2006-12-18NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust1-3/+11
2006-12-09binfmt_elf: fix checks for bad addressChuck Ebbert1-8/+7
2006-12-04fcntl(F_SETSIG) fixTrond Myklebust1-2/+4
2006-12-04JFS: pageno needs to be longDave Kleikamp1-2/+2
2006-11-29freevxfs: Add missing lock_kernel() to vxfs_readdirJosh Triplett1-0/+2
2006-11-29add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro1-1/+1
2006-11-26CIFS: report rename failure when target file is locked by WindowsSteve French1-5/+9
2006-11-24sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto1-5/+0
2006-11-21Fix BeFS slab corruptionDiego Calleja1-2/+9
2006-11-17ext3 -nobh option causes oopsBadari Pulavarty1-3/+3
2006-11-09[DISKLABEL] SUN: Fix signed int usage for sector countJeff Mahoney1-1/+1
2006-11-08Don't allow chmod() on the /proc/<pid>/ filesMarcel Holtmann1-1/+32
2006-11-07[PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeil Brown1-0/+3
2006-10-14[CIFS] Allow cifsd to suspend if connection is lostRafael J. Wysocki1-0/+1
2006-10-14[CIFS] Fix typo in earlier cifs_unlink change and protect one extra path.Steve French1-5/+7
2006-10-14[CIFS] Fix unlink oops when indirectly called in rename error path under heav...Steve French1-1/+4
2006-10-14[CIFS] fs/cifs/dir.c: fix possible NULL dereferenceSteve French1-1/+2
2006-10-13fix fdset leakageKirill Korotaev1-1/+3
2006-09-09Have ext2 reject file handles with bad inode numbers early.Neil Brown1-0/+41
2006-08-31fix struct file leakageKirill Korotaev1-1/+7
2006-08-30Have ext3 reject file handles with bad inode numbers earlyEric Sandeen1-0/+40
2006-08-30ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2-10/+20
2006-08-23Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2-26/+40
2006-08-12fix debugfs inode leakJens Axboe1-1/+2
2006-08-12Fix missing ret assignment in __bio_map_user() error pathJens Axboe1-2/+3
2006-07-15[PATCH] Relax /proc fix a bitLinus Torvalds1-1/+2
2006-07-15[PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)Linus Torvalds1-0/+1
2006-06-22[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)Anton Altaparmakov1-6/+7
2006-06-22[PATCH] JFS: Fix multiple errors in metapage_releasepageDave Kleikamp1-15/+5
2006-06-22[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust1-9/+10
2006-06-22[PATCH] Missed error checking for intent's filp in open_namei().Oleg Drokin1-0/+6
2006-05-21[PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan1-1/+1
2006-05-21[PATCH] smbfs: Fix slab corruption in samba error pathJan Niehusmann1-1/+3
2006-05-21[PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust1-14/+16
2006-05-11[PATCH] fs/locks.c: Fix lease_init (CVE-2006-1860)Trond Myklebust1-9/+12