summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-05-241-9/+11
* lockd: Try to reconnect if statd has movedBenjamin Coddington2015-05-241-0/+6
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-05-241-0/+10
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-241-25/+40
* isofs: Fix unchecked printing of ER recordsJan Kara2015-05-241-0/+3
* isofs: Fix infinite looping over CE entriesJan Kara2015-05-241-0/+6
* splice: Apply generic position and size checks to each writeBen Hutchings2015-05-242-4/+12
* ASLR: fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-05-241-2/+3
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-12-131-14/+21
* isofs: Fix unbounded recursion when processing relocated directoriesJan Kara2014-11-233-22/+55
* Revert "nfsd: correctly handle return value from nfsd_map_name_to_*"Willy Tarreau2014-11-231-4/+4
* fix autofs/afs/etc. magic mountpoint breakageAl Viro2014-11-232-1/+1
* xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2014-05-192-2/+4
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2014-05-191-0/+6
* block: do not pass disk names as format stringsKees Cook2014-05-191-1/+1
* tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet2013-06-101-1/+3
* tcp: allow splice() to build full TSO packetsEric Dumazet2013-06-101-1/+4
* net: fix info leak in compat dev_ifconf()Mathias Krause2013-06-101-0/+1
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2013-06-101-1/+10
* btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-06-101-0/+6
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-06-101-1/+1
* NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2013-06-102-11/+35
* fat: Fix stat->f_namelenKevin Dankwardt2013-06-102-4/+4
* isofs: avoid info leak on exportMathias Krause2013-06-101-0/+1
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-06-101-0/+2
* udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara2013-06-101-1/+1
* udf: avoid info leak on exportMathias Krause2013-06-101-0/+1
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2013-06-101-0/+4
* ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-06-101-1/+2
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2013-06-101-4/+3
* CVE-2012-4508 kernel: ext4: AIO vs fallocate stale data exposureJamie Iles2013-06-101-1/+66
* ext4: limit group search loop for non-extent filesLachlan McIlroy2013-06-101-1/+5
* ext4: fix race in ext4_mb_add_n_trim()Niu Yawei2013-06-101-3/+3
* ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2013-06-101-0/+2
* ext4: fix fdatasync() for files with only i_size changesJan Kara2013-06-101-2/+6
* ext4: always set i_op in ext4_mknod()Bernd Schubert2013-06-101-2/+0
* ext4: online defrag is not supported for journaled filesDmitry Monakhov2013-06-101-1/+6
* ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin2013-06-101-2/+4
* ext4: Fix max file size and logical block counting of extent format fileLukas Czerner2013-06-104-30/+41
* ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson2013-06-101-2/+4
* ext4: Fix fs corruption when make_indexed_dir() failsJan Kara2013-06-101-2/+12
* jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2013-06-101-0/+2
* jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2013-06-102-31/+78
* jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2013-06-102-17/+36
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2013-06-101-8/+8
* fs/fscache/stats.c: fix memory leakAnurup m2013-06-101-1/+1
* fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2013-06-101-0/+2
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-06-101-1/+21
* coredump: prevent double-free on an error path in core dumperDenys Vlasenko2013-06-101-15/+4
* exec: use -ELOOP for max recursion depthKees Cook2013-06-104-15/+6