summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-15fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-03-15orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8
2017-03-15Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana1-13/+6
2017-03-15fs: Better permission checking for submountsEric W. Biederman9-19/+39
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+111
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-03-12f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-03-12f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2
2017-03-12f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-2/+32
2017-03-12f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2-5/+30
2017-03-12f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-03-12NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-03-12Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust1-4/+0
2017-03-12pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust1-6/+7
2017-03-12NFSv4: Fix reboot recovery in copy offloadTrond Myklebust1-26/+37
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-03-12nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-03-12nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-03-12gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-03-12ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-03-12ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-03-12ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-03-12ext4: fix data corruption in data=journal modeJan Kara1-10/+13
2017-03-12ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-12ext4: do not polute the extents cache while shifting extentsRoman Pen1-3/+6
2017-03-12ext4: Include forgotten start block on fallocate insert rangeRoman Pen1-6/+12
2017-03-12jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-03-12CIFS: Fix splice read for non-cached filesPavel Shilovsky1-1/+9
2017-03-12ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o3-54/+74
2017-02-26xfs: clear delalloc and cache on buffered write failureBrian Foster1-1/+12
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+28
2017-02-11Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval1-15/+24
2017-02-11Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-37/+60
2017-02-10nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields1-37/+60
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1
2017-02-08btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins1-1/+2
2017-02-04fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8
2017-02-02Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-75/+50
2017-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-2/+36
2017-01-31Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1