summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-02-25fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2016-02-25udf: Check output buffer length when converting name to CS0Andrew Gabbasov
2016-02-25udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov
2016-02-25udf: limit the maximum number of indirect extents in a rowVegard Nossum
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble
2016-02-25cifs: fix erroneous return valueAnton Protopopov
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana
2016-02-25ext4: fix potential integer overflowInsu Yun
2016-02-25AIO: properly check iovec sizesGreg Kroah-Hartman
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-19binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2016-02-19FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2016-02-19ext4: Fix handling of extended tv_secDavid Turner
2016-02-19fix sysvfs symlinksAl Viro
2016-02-19fix calculation of meta_bg descriptor backupsAndy Leiserson
2016-02-19jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara
2016-02-19ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei
2016-02-19ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei
2016-01-22nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton
2016-01-22nfs4: start callback_ident at idr 1Benjamin Coddington
2016-01-22ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2016-01-22Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana
2015-10-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-10-22dcache: Handle escaped paths in prepend_pathEric W. Biederman
2015-10-22udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-10-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French
2015-10-22btrfs: skip waiting on ordered range for special filesJeff Mahoney
2015-10-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-10-01hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung
2015-10-01hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung
2015-10-01fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn
2015-10-01NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust
2015-10-01NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown
2015-09-21hpfs: update ctime and mtime on directory modificationMikulas Patocka
2015-08-16signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras
2015-08-16ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi
2015-08-16fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara
2015-08-10freeing unlinked file indefinitely delayedAl Viro
2015-08-03hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches
2015-08-039p: don't leave a half-initialized inode sitting aroundAl Viro
2015-08-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-08-03NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-08-03fuse: initialize fc->release before calling itMiklos Szeredi
2015-08-03Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-08-03xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-08-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-08-03jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan