summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-25Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana1-14/+76
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-02-25Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana1-10/+10
2016-02-25btrfs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2016-02-25ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-02-25ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-25ext4: fix scheduling in atomic on group checksum failureJan Kara2-5/+8