summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-261-1/+1
* NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-261-5/+4
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-181-0/+4
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-151-1/+12
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-151-2/+3
* orangefs: Use RCU for destroy_inodePeter Zijlstra2017-03-151-1/+8
* Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana2017-03-151-13/+6
* fs: Better permission checking for submountsEric W. Biederman2017-03-159-19/+39
* mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-154-63/+111
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-121-0/+1
* f2fs: Fix zoned block device supportMasato Suzuki2017-03-121-23/+44
* f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-03-121-0/+2
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-03-123-2/+32
* f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-03-122-5/+30
* f2fs: fix a problem of using memory after freeYunlei He2017-03-121-2/+3
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-03-121-6/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-03-121-1/+1
* Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust2017-03-121-4/+0
* pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust2017-03-121-6/+7
* NFSv4: Fix reboot recovery in copy offloadTrond Myklebust2017-03-121-26/+37
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-03-121-1/+1
* nfsd: special case truncates some moreChristoph Hellwig2017-03-121-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-03-121-17/+12
* gfs2: Add missing rcu locking for glock lookupAndrew Price2017-03-121-0/+5
* fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-121-1/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-03-122-6/+23
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-03-121-2/+4
* ext4: fix data corruption in data=journal modeJan Kara2017-03-121-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-03-121-0/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-03-121-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-03-121-6/+12
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-03-121-1/+3
* CIFS: Fix splice read for non-cached filesPavel Shilovsky2017-03-121-1/+9
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-03-123-54/+74
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-261-1/+12
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-02-161-0/+1
* fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-161-0/+1
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-112-17/+28
|\
| * Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval2017-02-101-15/+24
| * btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-081-2/+4
* | Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-101-37/+60
|\ \
| * | nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields2017-02-091-37/+60
* | | pstore: don't OOPS when there are no ftrace zonesBrian Norris2017-02-091-1/+1
* | | mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins2017-02-071-1/+2
|/ /
* | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-032-0/+8
* | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-024-75/+50
|\ \