summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-23isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-11-23Revert "nfsd: correctly handle return value from nfsd_map_name_to_*"Willy Tarreau1-4/+4
2014-11-23fix autofs/afs/etc. magic mountpoint breakageAl Viro2-1/+1
2014-05-19xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2014-05-19exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-0/+6
2014-05-19block: do not pass disk names as format stringsKees Cook1-1/+1
2013-06-10tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+4
2013-06-10net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2013-06-10nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-06-10btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-06-10hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-06-10NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2-11/+35
2013-06-10fat: Fix stat->f_namelenKevin Dankwardt2-4/+4
2013-06-10isofs: avoid info leak on exportMathias Krause1-0/+1
2013-06-10fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-06-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-06-10udf: avoid info leak on exportMathias Krause1-0/+1
2013-06-10udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2013-06-10ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2013-06-10ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2013-06-10CVE-2012-4508 kernel: ext4: AIO vs fallocate stale data exposureJamie Iles1-1/+66
2013-06-10ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2013-06-10ext4: fix race in ext4_mb_add_n_trim()Niu Yawei1-3/+3
2013-06-10ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2013-06-10ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2013-06-10ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2013-06-10ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2013-06-10ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2013-06-10ext4: Fix max file size and logical block counting of extent format fileLukas Czerner4-30/+41
2013-06-10ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2013-06-10ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2013-06-10jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2013-06-10jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2013-06-10jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2-17/+36
2013-06-10sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2013-06-10fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2013-06-10fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2013-06-10epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2013-06-10coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2013-06-10exec: use -ELOOP for max recursion depthKees Cook4-15/+6
2013-06-10exec: do not leave bprm->interp on stackKees Cook3-2/+22
2012-10-08epoll: clear the tfile_check_list on -ELOOPJason Baron1-1/+3
2012-10-08Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-10-08epoll: limit pathsJason Baron1-26/+210
2012-10-08epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-10-08epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-0/+15
2012-10-08udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-10-08udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-10-08ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14