summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-03-03do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2016-03-03NFSv4: Fix a dentry leak on alias useBenjamin Coddington
2016-03-03uml: fix hostfs mknod()Vegard Nossum
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2016-03-03Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2016-03-03Btrfs: igrab inode in writepageJosef Bacik
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-03-03vfs: Avoid softlockups with sendfile(2)Jan Kara
2016-03-03lockd: create NSM handles per net namespaceAndrey Ryabinin
2016-03-03Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia
2016-03-03splice: sendfile() at once fails for big filesChristophe Leroy
2016-03-03lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro
2016-03-03dcache: add missing lockdep annotationLinus Torvalds
2016-03-03dentry_kill() doesn't need the second argument nowAl Viro
2016-03-03dealing with the rest of shrink_dentry_list() livelockAl Viro
2016-03-03shrink_dentry_list(): take parent's ->d_lock earlierAl Viro
2016-03-03expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro
2016-03-03split dentry_kill()Al Viro
2016-03-03lift the "already marked killed" case into shrink_dentry_list()Al Viro
2016-03-03proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright
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-25cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin
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-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba
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-17binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2016-02-17FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee
2016-02-17FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2016-02-17ext4: Fix handling of extended tv_secDavid Turner
2016-02-17fix sysvfs symlinksAl Viro
2016-02-17fix calculation of meta_bg descriptor backupsAndy Leiserson
2016-02-17jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara
2016-02-17ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei
2016-02-17ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei
2016-02-17ocfs2: fix SGID not inherited issueJunxiao Bi
2016-02-17fat: fix fake_offset handling on error pathOGAWA Hirofumi
2016-02-17proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2016-01-22ocfs2: fix umask ignored issueJunxiao Bi
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-22ext4: fix potential use after free in __ext4_journal_stopLukas Czerner