summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-03hpfs: don't truncate the file when delete failsMikulas Patocka
2016-03-03do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro
2016-03-03should_follow_link(): validate ->d_seq after having decided to followAl Viro
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-03block: fix use-after-free in dio_bio_completeMike Krinkin
2016-03-03writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo
2016-03-03namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro
2016-03-03locks: fix unlock when fcntl_setlk races with a closeJeff Layton
2016-03-03uml: fix hostfs mknod()Vegard Nossum
2016-03-03btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior
2016-03-03Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-03-03Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
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: statfs: report zero available if metadata are exhaustedDavid Sterba
2016-03-03Btrfs: igrab inode in writepageJosef Bacik
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-03-03ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua
2016-03-03efi: Make efivarfs entries immutable by defaultPeter Jones
2016-03-03efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones
2016-03-03ext4: fix bh->b_state corruptionJan Kara
2016-02-25timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2016-02-25xfs: log mount failures don't wait for buffers to be releasedDave Chinner
2016-02-25Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi
2016-02-25ovl: root: copy attrMiklos Szeredi
2016-02-25ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov
2016-02-25ovl: use a minimal buffer in ovl_copy_xattrVito Caputo
2016-02-25ovl: allow zero size xattrMiklos Szeredi
2016-02-25numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu
2016-02-25fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz
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-25pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble
2016-02-25pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust
2016-02-25NFS: Fix attribute cache revalidationTrond Myklebust
2016-02-25cifs: fix erroneous return valueAnton Protopopov
2016-02-25cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin
2016-02-25cifs: fix race between call_async() and reconnect()Rabin Vincent
2016-02-25cifs: Ratelimit kernel log messagesJamie Bainbridge
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana
2016-02-25Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana
2016-02-25Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana