summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-09jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-09Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-09Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana1-1/+9
2016-03-09writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2-13/+42
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-09btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-03-09btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-03-09Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana4-10/+10
2016-03-09use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2016-03-03hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-03-03do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-03-03should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-03-03do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-03NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-03-03block: fix use-after-free in dio_bio_completeMike Krinkin1-1/+1
2016-03-03writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo1-4/+11
2016-03-03namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-03-03locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-03-03uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-03-03btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-03-03Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra4-8/+33
2016-03-03Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-03Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-03-03btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-03-03Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-03-03ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-03-03efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-03-03efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-03-03ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-25timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-25xfs: log mount failures don't wait for buffers to be releasedDave Chinner1-0/+10
2016-02-25Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner1-1/+0
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi2-0/+15
2016-02-25ovl: root: copy attrMiklos Szeredi1-0/+3
2016-02-25ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2016-02-25ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2016-02-25ovl: allow zero size xattrMiklos Szeredi1-1/+1
2016-02-25numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu1-3/+4
2016-02-25fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz1-8/+11
2016-02-25udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-25udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-25udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-25pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust1-4/+2