summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2013-01-16udf: Improve table length check to avoid possible overflowJan Kara
2013-01-16udf: Avoid run away loop when partition table length is corruptedJan Kara
2013-01-16udf: Fortify loading of sparing tableJan Kara
2013-01-16ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli
2013-01-16hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher
2013-01-16jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan
2013-01-16eCryptfs: Extend array bounds for all filename charsTyler Hicks
2013-01-16xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang
2013-01-16xfs: validate acl countChristoph Hellwig
2013-01-16inotify: stop kernel memory leak on file creation failureEric Paris
2013-01-16cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patchSuresh Jayaraman
2012-08-17hfs: add sanity check for file name lengthDan Carpenter
2012-08-17ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o
2012-08-17NLM: Don't hang forever on NLM unlock requestsTrond Myklebust
2012-08-17deal with races in /proc/*/{syscall,stack,personality}Al Viro
2012-08-17nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields
2012-08-17nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert
2012-08-17epoll: fix spurious lockdep warningsNelson Elhage
2012-08-17locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-08-17xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2012-08-17xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2012-08-17hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman
2012-08-17cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton
2012-08-17cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2012-08-17ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang
2012-08-17regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin
2012-08-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2012-05-17fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi
2012-05-17proc: restrict access to /proc/PID/ioVasiliy Kulikov
2012-05-17cifs: check for NULL session passwordJeff Layton
2012-05-17cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton
2012-05-17cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton
2012-05-17ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara
2012-05-17NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson
2012-05-17mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2012-05-17exec: delay address limit change until point of no returnMathias Krause
2012-05-17xfs: properly account for reclaimed inodesJohannes Weiner
2012-05-17oprofile, dcookies: Fix possible circular locking dependencyRobert Richter
2012-05-17fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi
2012-05-17UBIFS: fix memory leak on error pathArtem Bityutskiy
2012-05-17UBIFS: fix shrinker object count reportsArtem Bityutskiy
2012-05-17UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy
2012-05-17eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks
2012-05-17ext4: release page cache in ext4_mb_load_buddy error pathYang Ruirui
2012-05-17jbd: fix fsync() tid wraparound bugTed Ts'o
2012-05-17jbd: Fix forever sleeping process in do_get_write_access()Jan Kara
2012-05-17ext3: Fix fs corruption when make_indexed_dir() failsJan Kara
2012-03-14befs: Validate length of long symbolic links.Timo Warns
2012-03-14fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns
2012-03-14cifs: add fallback in is_path_accessible for old serversJeff Layton