summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-02-11udf: avoid info leak on exportMathias Krause1-0/+1
2014-02-11udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2014-02-11Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2014-02-11btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2014-02-11ext4: fix error handling on inode bitmap corruptionJan Kara1-2/+6
2014-02-11ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2014-02-11ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2014-02-11ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2014-02-11ext4: fix race in ext4_mb_add_n_trim()Niu Yawei1-3/+3
2014-02-11ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2014-02-11ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2014-02-11ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2014-02-11ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2014-02-11ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2014-02-11ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2014-02-11ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2014-02-11ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2014-02-11ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2014-02-11ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2014-02-11eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2014-02-11ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2014-02-11jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen1-0/+2
2014-02-11jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2014-02-11jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2014-02-11isofs: avoid info leak on exportMathias Krause1-0/+1
2014-02-11fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2014-02-11sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2014-02-11fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2014-02-11fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2014-02-11epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2014-02-11coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2014-02-11exec: use -ELOOP for max recursion depthKees Cook4-15/+6
2014-02-11exec: do not leave bprm->interp on stackKees Cook3-2/+22
2014-02-11hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2014-02-11NFSv4: Revalidate uid/gid after openJonathan Nieder1-0/+1
2014-02-11NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2014-02-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2014-02-11tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2014-02-11tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+4
2014-02-11jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2014-02-11libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2014-02-11inotify: fix double free/corruption of stuct userEric Paris2-26/+14
2014-02-11udf: fix udf_error build warningsGeorge G. Davis1-3/+6
2013-01-17udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2013-01-17udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2013-01-17udf: Fortify loading of sparing tableJan Kara1-33/+53
2013-01-17ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli1-1/+1
2013-01-17hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2013-01-17jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2013-01-17eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2