summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-02ldm: corrupted partition table can cause kernel oopsTimo Warns1-0/+5
2011-03-02epoll: prevent creating circular epoll structuresDavide Libenzi1-0/+95
2011-03-02eCryptfs: Copy up lower inode attrs in getattrTyler Hicks1-0/+2
2011-03-02fs/partitions: Validate map_count in Mac partition tablesTimo Warns1-8/+9
2011-03-02s390: remove task_show_regsMartin Schwidefsky1-3/+0
2011-03-02xfs: fix untrusted inode number lookupDave Chinner1-6/+10
2011-03-02xfs: remove block number from inode lookup codeDave Chinner15-59/+26
2011-03-02xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner5-12/+14
2011-03-02xfs: validate untrusted inode numbers during lookupDave Chinner1-45/+80
2011-03-02xfs: always use iget in bulkstatChristoph Hellwig6-281/+59
2011-03-02nfsd: correctly handle return value from nfsd_map_name_to_*NeilBrown1-4/+4
2011-03-02GFS2: Fix bmap allocation corner-case bugSteven Whitehouse1-1/+1
2011-03-02NFS: fix the return value of nfs_file_fsync()J. R. Okajima1-1/+1
2011-03-02sendfile(): check f_op.splice_write() rather than f_op.sendpage()Changli Gao2-11/+15
2011-03-02CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa1-1/+1
2011-03-02CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2011-03-02ocfs2_connection_find() returns pointer to bad structuredann frazier1-1/+1
2011-03-02NFSD: memory corruption due to writing beyond the stat arrayKonstantin Khorenko1-1/+1
2011-02-18NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever1-14/+20
2011-01-08install_special_mapping skips security_file_mmap check.Tavis Ormandy1-0/+5
2011-01-08NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2011-01-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown1-2/+4
2011-01-08NFS: Fix panic after nfs_umount()Chuck Lever1-2/+2
2011-01-08fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2011-01-08fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2010-12-10fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-12-10bio: take care not overflow page count when mapping/copying user dataJens Axboe1-1/+13
2010-12-10eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-12-10block: limit vec count in bio_kmalloc() and bio_alloc_map_data()Jens Axboe1-1/+8
2010-11-22pipe: fix failure to return error code on ->confirm()Nicolas Kaiser1-1/+1
2010-10-29mm: Move vma_stack_continue into mm.hStefan Bader1-1/+2
2010-10-29execve: make responsive to SIGKILL with large argumentsRoland McGrath1-0/+7
2010-10-29execve: improve interactivity with large argumentsRoland McGrath1-0/+2
2010-10-29setup_arg_pages: diagnose excessive argument sizeRoland McGrath1-0/+5
2010-10-29ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2010-09-27inotify: fix inotify oneshot supportEric Paris1-0/+3
2010-09-27dasd: use correct label location for diag fba disksPeter Oberparleiter1-1/+12
2010-09-27xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-27ext4: Fix remaining racy updates of EXT4_I(inode)->i_flagsDmitry Monakhov1-17/+23
2010-09-27inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2010-09-27aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2010-09-27char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+3
2010-09-21NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-21binfmt_misc: fix binfmt_misc priorityJan Sembera1-1/+1
2010-09-21sysfs: checking for NULL instead of ERR_PTRDan Carpenter1-1/+1
2010-09-21ocfs2: Fix incorrect checksum validation errorSunil Mushran1-1/+5
2010-09-21fuse: flush background queue on connection closeMiklos Szeredi1-4/+12
2010-08-27ext4: consolidate in_range() definitionsAkinobu Mita4-7/+4
2010-08-27nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti1-0/+7
2010-08-27Fix the nested PR lock calling issue in ACLJiaju Zhang1-3/+21