aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-17cifs: Do not send echoes before Negotiate is completeSachin Prabhu
2017-05-17CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi
2017-05-17CIFS: remove bad_network_name flagGermano Percossi
2017-05-17sysfs: be careful of error returns from ops->show()NeilBrown
2017-05-17Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-05-17ext4: mark inode dirty after converting inline directoryEric Biggers
2017-05-17fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-05-17NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-05-17NFSv4: fix getacl head length estimationJ. Bruce Fields
2017-05-17NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust
2017-05-17jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-05-17mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman
2017-05-17ext4: trim allocation requests to group sizeJan Kara
2017-03-06vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-03-06btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney
2017-03-06NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2017-03-06nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever
2017-03-06ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2017-03-06ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2017-03-06ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren
2017-03-06sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2017-03-06mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman
2017-03-02ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2017-01-12fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai
2017-01-12block_dev: don't test bdev->bd_contains when it is not stableNeilBrown
2017-01-12btrfs: limit async_work allocation and worker func durationMaxim Patlasov
2017-01-12ext4: return -ENOMEM instead of successDan Carpenter
2017-01-12nfs_write_end(): fix handling of short copiesAl Viro
2017-01-12CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2017-01-12CIFS: Fix a possible memory corruption in push locksPavel Shilovsky
2017-01-12CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-01-12xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-01-12block: protect iterate_bdevs() against concurrent closeRabin Vincent
2017-01-12Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2017-01-12Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko
2017-01-12f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2017-01-12ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-12ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-12ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-01-12ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-12ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-12-23mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-12-23posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-12-23fs: Avoid premature clearing of capabilitiesJan Kara
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-23nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher
2016-12-23fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-12-23xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-12-23xattr: Option to disable meta-data block cacheAndreas Dilger
2016-11-25ovl: fsync after copy-upMiklos Szeredi