summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-03-031-28/+3
* do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro2016-03-031-5/+4
* should_follow_link(): validate ->d_seq after having decided to followAl Viro2016-03-031-0/+5
* do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro2016-03-031-0/+4
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-031-2/+2
* block: fix use-after-free in dio_bio_completeMike Krinkin2016-03-031-1/+1
* writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo2016-03-031-4/+11
* namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro2016-03-031-2/+2
* locks: fix unlock when fcntl_setlk races with a closeJeff Layton2016-03-031-21/+30
* uml: fix hostfs mknod()Vegard Nossum2016-03-031-3/+1
* btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-03-031-0/+1
* Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-03-034-8/+33
* Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-03-031-2/+4
* Btrfs: fix number of transaction units required to create symlinkFilipe Manana2016-03-031-1/+3
* Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2016-03-031-1/+15
* btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-03-031-0/+24
* Btrfs: igrab inode in writepageJosef Bacik2016-03-031-2/+15
* Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-03-031-0/+1
* ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua2016-03-031-0/+1
* efi: Make efivarfs entries immutable by defaultPeter Jones2016-03-034-14/+98
* efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-03-031-4/+3
* ext4: fix bh->b_state corruptionJan Kara2016-03-031-2/+30
* timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* xfs: log mount failures don't wait for buffers to be releasedDave Chinner2016-02-251-0/+10
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-02-251-1/+0
* xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-02-252-5/+14
* libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-02-251-1/+1
* ovl: setattr: check permissions before copy-upMiklos Szeredi2016-02-252-0/+15
* ovl: root: copy attrMiklos Szeredi2016-02-251-0/+3
* ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2016-02-251-1/+2
* ovl: use a minimal buffer in ovl_copy_xattrVito Caputo2016-02-251-14/+25
* ovl: allow zero size xattrMiklos Szeredi2016-02-251-1/+1
* numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-251-3/+4
* fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz2016-02-251-8/+11
* udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-02-251-2/+13
* udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-02-251-1/+5
* udf: limit the maximum number of indirect extents in a rowVegard Nossum2016-02-251-0/+15
* pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-02-251-4/+2
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-251-1/+1
* pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust2016-02-251-1/+1
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-251-15/+39
* cifs: fix erroneous return valueAnton Protopopov2016-02-251-1/+1
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-02-251-0/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-02-252-3/+5
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-02-252-6/+5
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-253-13/+14
* Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-251-0/+2
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-251-4/+6
* Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-251-8/+21
* Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-251-14/+76
OpenPOWER on IntegriCloud