summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-10use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2016-03-04hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-03-04do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-03-04should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-03-04do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-04NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-03-04block: fix use-after-free in dio_bio_completeMike Krinkin1-1/+1
2016-03-04writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo1-4/+11
2016-03-04namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-03-04locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-03-04uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-03-04btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-03-04Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra4-8/+33
2016-03-04Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-03-04Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-04Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-03-04btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-03-04Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-04Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-03-04ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-03-04efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+98
2016-03-04efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-03-04ext4: 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
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-25pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust1-1/+1
2016-02-25NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-25cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-25cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-25cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-25cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+14
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana1-0/+2
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-25Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana1-8/+21