summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds2007-02-131-3/+23
* fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins2007-02-132-0/+8
* reiserfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev2007-02-032-1/+21
* adfs: fix filename handlingJames Bursa2007-01-221-1/+1
* mm: fix bug in set_page_dirty_buffersNick Piggin2007-01-201-1/+4
* skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin2007-01-091-1/+1
* corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)Phillip Lougher2007-01-091-0/+2
* handle ext3 directory corruption better (CVE-2006-6053)Eric Sandeen2007-01-092-0/+12
* ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)Eric Sandeen2007-01-091-0/+8
* hfs_fill_super returns success even if no root inode (CVE-2006-6056)Eric Sandeen2007-01-091-0/+2
* grow_buffers() infinite loop fix (CVE-2006-5757/CVE-2006-6060)Andrew Morton2007-01-091-2/+19
* fuse: fix hang on SMPMiklos Szeredi2007-01-043-13/+32
* NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust2006-12-181-3/+11
* binfmt_elf: fix checks for bad addressChuck Ebbert2006-12-091-8/+7
* fcntl(F_SETSIG) fixTrond Myklebust2006-12-041-2/+4
* JFS: pageno needs to be longDave Kleikamp2006-12-041-2/+2
* freevxfs: Add missing lock_kernel() to vxfs_readdirJosh Triplett2006-11-291-0/+2
* add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2006-11-291-1/+1
* CIFS: report rename failure when target file is locked by WindowsSteve French2006-11-251-5/+9
* sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto2006-11-241-5/+0
* Fix BeFS slab corruptionDiego Calleja2006-11-201-2/+9
* ext3 -nobh option causes oopsBadari Pulavarty2006-11-171-3/+3
* [DISKLABEL] SUN: Fix signed int usage for sector countJeff Mahoney2006-11-091-1/+1
* Don't allow chmod() on the /proc/<pid>/ filesMarcel Holtmann2006-11-081-1/+32
* [PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeil Brown2006-11-071-0/+3
* [CIFS] Allow cifsd to suspend if connection is lostRafael J. Wysocki2006-10-141-0/+1
* [CIFS] Fix typo in earlier cifs_unlink change and protect one extra path.Steve French2006-10-141-5/+7
* [CIFS] Fix unlink oops when indirectly called in rename error path under heav...Steve French2006-10-141-1/+4
* [CIFS] fs/cifs/dir.c: fix possible NULL dereferenceSteve French2006-10-141-1/+2
* fix fdset leakageKirill Korotaev2006-10-131-1/+3
* Have ext2 reject file handles with bad inode numbers early.Neil Brown2006-09-091-0/+41
* fix struct file leakageKirill Korotaev2006-08-301-1/+7
* Have ext3 reject file handles with bad inode numbers earlyEric Sandeen2006-08-301-0/+40
* ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2006-08-302-10/+20
* Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2006-08-232-26/+40
* fix debugfs inode leakJens Axboe2006-08-111-1/+2
* Fix missing ret assignment in __bio_map_user() error pathJens Axboe2006-08-111-2/+3
* [PATCH] Relax /proc fix a bitLinus Torvalds2006-07-151-1/+2
* [PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)Linus Torvalds2006-07-141-0/+1
* [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)Anton Altaparmakov2006-06-221-6/+7
* [PATCH] JFS: Fix multiple errors in metapage_releasepageDave Kleikamp2006-06-221-15/+5
* [PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust2006-06-221-9/+10
* [PATCH] Missed error checking for intent's filp in open_namei().Oleg Drokin2006-06-221-0/+6
* [PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan2006-05-201-1/+1
* [PATCH] smbfs: Fix slab corruption in samba error pathJan Niehusmann2006-05-201-1/+3
* [PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust2006-05-201-14/+16
* [PATCH] fs/locks.c: Fix lease_init (CVE-2006-1860)Trond Myklebust2006-05-101-9/+12
* [PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch2006-05-041-0/+5
* [PATCH] LSM: add missing hook to do_compat_readv_writev()James Morris2006-05-011-0/+4
* [PATCH] Fix reiserfs deadlockJan Kara2006-05-011-2/+3