summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-01Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-05-01ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-05-01ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-05-01ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-05-01splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-05-01vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+3
2016-05-01nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-05-01fuse: do not use iocb after it may have been freedRobert Doebbelin1-2/+3
2016-05-01jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-05-01xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-05-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-04-11ceph: fix request time stamp encodingYan, Zheng1-1/+5
2016-03-24efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-03-24efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-03-24AIO: properly check iovec sizesGreg Kroah-Hartman1-2/+7
2016-03-24ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-03-24Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-24CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-24cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-24Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-24jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-24Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-08do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-08hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-03-08NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-03-04ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-03-04ext4: fix potential integer overflowInsu Yun1-1/+1
2016-03-04cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-2/+45
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-02-25ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-24umount: Do not allow unmounting rootfs.Eric W. Biederman1-0/+1
2016-02-03cifs: Ratelimit kernel log messagesJamie Bainbridge2-7/+5
2016-02-02Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2016-02-02ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-02-02ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-02cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-02cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-02xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+40
2016-02-02xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-02uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-02-02locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-02-02udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-02udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5