aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-16ovl: fix getcwd() failure after unsuccessful rmdirRui Wang
2016-03-16ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov
2016-03-16userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds
2016-03-16ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov
2016-03-16ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov
2016-03-16ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro
2016-03-16jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro
2016-03-09Fix directory hardlinks from deleted directoriesDavid Woodhouse
2016-03-09jffs2: Fix page lock / f->sem deadlockDavid Woodhouse
2016-03-09Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker
2016-03-09Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana
2016-03-09writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo
2016-03-09Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan
2016-03-09CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky
2016-03-09cifs: fix out-of-bounds access in lease parsingJustin Maggard
2016-03-09btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo
2016-03-09btrfs: Fix no_space in write and rm loopZhao Lei
2016-03-09Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-03-09use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro
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