summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-04-18ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-18ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-04-18splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-04-18nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-04-18jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-04-18quota: Fix possible GPF due to uninitialised pointersNikolay Borisov1-2/+1
2016-04-18xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-04-18nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-04-18ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-04-14btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-04-14btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-04-14Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-04-14Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-04-14Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-04-14btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-04-14Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-04-14Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-04-13efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+99
2016-04-13efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-04-13ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+13
2016-04-12fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-04-12ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2016-03-22ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-22ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-11Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-11CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-11cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-11do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-11hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-03-11Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-11jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-11Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-08NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-03-04fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason1-1/+16
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-03-04ext4: move_extent improve bh vanishing success factorDmitry Monakhov1-2/+6
2016-03-04ext4: fix potential integer overflowInsu Yun1-1/+1
2016-03-04btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-03-04cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-03-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-03-02Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-15ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-15MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsTariq Saeed1-0/+6
2016-02-10ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-10cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-10cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-10cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-10cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25