summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-06-052-0/+6
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-06-052-8/+8
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-06-051-0/+36
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-06-051-6/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-06-051-1/+1
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-06-053-1/+32
* f2fs: use for_each_set_bit to simplify the codeChao Yu2017-06-052-14/+6
* fuse: add missing FR_FORCEMiklos Szeredi2017-06-051-0/+1
* NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust2017-06-051-0/+2
* nfsd: special case truncates some moreChristoph Hellwig2017-06-051-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-06-051-17/+12
* nfsd: update mtime on truncateChristoph Hellwig2017-06-051-0/+10
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-06-051-1/+1
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-06-051-1/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-06-051-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-06-051-2/+4
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-06-051-1/+3
* ext4: fix inline data error pathsTheodore Ts'o2017-06-052-6/+23
* ext4: fix data corruption in data=journal modeJan Kara2017-06-051-10/+13
* ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2017-06-051-1/+33
* ext4: trim allocation requests to group sizeJan Kara2017-06-051-0/+7
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-06-053-54/+74
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-06-052-8/+13
* aio: mark AIO pseudo-fs noexecJann Horn2017-04-041-0/+1
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2017-04-044-5/+12
* fs/nfs: fix new compiler warning about boolean in switchAndre Przywara2017-04-041-7/+4
* fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner2017-04-043-23/+15
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-03-161-0/+1
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-03-161-2/+4
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-03-161-0/+1
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-03-161-4/+5
* ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger2017-03-161-2/+23
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-03-163-0/+19
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-03-161-1/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-03-161-0/+3
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-03-161-2/+8
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-03-161-1/+2
* block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2017-03-161-1/+1
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-03-163-2/+19
* Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2017-03-161-4/+5
* fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara2017-03-161-36/+9
* fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang2017-03-161-2/+1
* ext4: return -ENOMEM instead of successDan Carpenter2017-03-161-1/+3
* ext4: reject inodes with negative sizeDarrick J. Wong2017-03-161-0/+6
* nfs_write_end(): fix handling of short copiesAl Viro2017-03-161-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-03-165-31/+85
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-03-161-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-03-161-1/+1
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-03-161-0/+1
* NFS: Fix a performance regression in readdirTrond Myklebust2017-03-161-13/+2