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-18coredump: Use 64bit time for unix time of coredumpArnd Bergmann1-3/+5
2016-04-18splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-04-18vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+2
2016-04-18nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-04-18fuse: Add reference counting for fuse_io_privSeth Forshee3-9/+32
2016-04-18fuse: do not use iocb after it may have been freedRobert Doebbelin1-3/+4
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-13fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-04-13ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2016-04-13btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-04-13btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-04-13btrfs: wait for delayed iputs on no spaceZhao Lei1-0/+3
2016-04-13btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-04-13Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra4-8/+33
2016-04-13Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-04-13Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-04-13Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-04-13btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-04-13Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-04-13Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-04-11efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-04-11efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-04-11ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-04-11dax: don't abuse get_block mapping for endio callbacksDave Chinner4-24/+38
2016-04-11ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+14
2016-03-23ext4: fix races of writeback with punch hole and zero rangeJan Kara3-1/+42
2016-03-23ext4: fix races between buffered IO and collapse / insert rangeJan Kara1-14/+21
2016-03-23ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara1-5/+10
2016-03-23ext4: fix races between page faults and hole punchingJan Kara6-30/+61
2016-03-22jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro1-3/+8
2016-03-22ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro1-1/+1
2016-03-22ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-22ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2-5/+14
2016-03-22ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-09use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2016-03-09seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2016-03-09Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-09CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-09cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-09namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-1/+2
2016-03-09do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-09hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-03-09Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62