summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-02-10fuse: fix stat call on 32 bit platformsPavel Shilovsky
2014-02-10eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks
2014-02-10fuse: verify all ioctl retry iov elementsZach Brown
2014-02-10vfs: missed source of ->f_pos racesAl Viro
2014-02-10udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky
2014-02-10udf: Fix data corruption for files in ICBJan Kara
2014-02-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara
2014-02-10udf: avoid info leak on exportMathias Krause
2014-02-10udf: fix memory leak while allocating blocks during writeNamjae Jeon
2014-02-10Btrfs: call the ordered free operation without any locks heldChris Mason
2014-02-10btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2014-02-10ext4: fix error handling on inode bitmap corruptionJan Kara
2014-02-10ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o
2014-02-10ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov
2014-02-10ext4: limit group search loop for non-extent filesLachlan McIlroy
2014-02-10ext4: fix race in ext4_mb_add_n_trim()Niu Yawei
2014-02-10ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o
2014-02-10ext4: fix fdatasync() for files with only i_size changesJan Kara
2014-02-10ext4: always set i_op in ext4_mknod()Bernd Schubert
2014-02-10ext4: online defrag is not supported for journaled filesDmitry Monakhov
2014-02-10ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin
2014-02-10ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson
2014-02-10ext4: Fix fs corruption when make_indexed_dir() failsJan Kara
2014-02-10ext4: don't let i_reserved_meta_blocks go negativeBrian Foster
2014-02-10ext3: Fix error handling on inode bitmap corruptionJan Kara
2014-02-10ext3: Fix fdatasync() for files with only i_size changesJan Kara
2014-02-10eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks
2014-02-10ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu
2014-02-10jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen
2014-02-10jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara
2014-02-10jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara
2014-02-10isofs: avoid info leak on exportMathias Krause
2014-02-10fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding
2014-02-10sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven
2014-02-10fs/fscache/stats.c: fix memory leakAnurup m
2014-02-10fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook
2014-02-10epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2014-02-10coredump: prevent double-free on an error path in core dumperDenys Vlasenko
2014-02-10exec: use -ELOOP for max recursion depthKees Cook
2014-02-10exec: do not leave bprm->interp on stackKees Cook
2014-02-10hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko
2014-02-10NFSv4: Revalidate uid/gid after openJonathan Nieder
2014-02-10NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2014-02-10nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2014-02-10tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet
2014-02-10tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet
2014-02-10jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan
2014-02-10libceph: Fix NULL pointer dereference in auth client codeTyler Hicks
2014-02-10inotify: fix double free/corruption of stuct userEric Paris
2014-02-10udf: fix udf_error build warningsGeorge G. Davis