summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-01-27tmpfs: clear S_ISGID when setting posix ACLsGu Zheng
2017-01-27ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed
2017-01-27move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro
2017-01-27fuse: do not use iocb after it may have been freedRobert Doebbelin
2017-01-27block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2017-01-27Fix regression which breaks DFS mountingSachin Prabhu
2017-01-27Move check for prefix path to within cifs_get_root()Sachin Prabhu
2017-01-27Compare prepaths when comparing superblocksSachin Prabhu
2017-01-27Fix memory leaks in cifs_do_mount()Sachin Prabhu
2017-01-27fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2017-01-27NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust
2017-01-27posix_acl: Clear SGID bit when setting file permissionsJan Kara
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2017-01-26NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown
2017-01-26sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2017-01-26ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren
2017-01-26nfs_write_end(): fix handling of short copiesAl Viro
2017-01-26block: protect iterate_bdevs() against concurrent closeRabin Vincent
2017-01-26xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-01-26CIFS: Fix a possible memory corruption in push locksPavel Shilovsky
2017-01-26CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-01-26CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2017-01-26fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai
2017-01-26f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2017-01-26ext4: return -ENOMEM instead of successDan Carpenter
2017-01-26ext4: reject inodes with negative sizeDarrick J. Wong
2017-01-26ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-26ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-26ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-26ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-26ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-01-26block_dev: don't test bdev->bd_contains when it is not stableNeilBrown
2017-01-26Btrfs: fix memory leak in reading btree blocksLiu Bo
2017-01-26Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2017-01-26Revert "Btrfs: don't delay inode ref updates during log, replay"Jeff Mahoney
2017-01-26ext4: fix data exposure after a crashJan Kara
2016-11-24ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-11-24coredump: fix unfreezable coredumping taskAndrey Ryabinin
2016-11-22ubifs: Fix regression in ubifs_readdir()Richard Weinberger
2016-11-22ubifs: Abort readdir upon errorRichard Weinberger
2016-11-22libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2016-11-20UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger
2016-11-08ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2016-11-08isofs: Do not return EACCES for unknown filesystemsJan Kara
2016-11-08Do not send SMB3 SET_INFO request if nothing is changingSteve French
2016-11-08SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2016-11-08Set previous session id correctly on SMB3 reconnectSteve French
2016-11-08Display number of credits availableSteve French
2016-11-08Clarify locking of cifs file and tcon structures and make more granularSteve French
2016-11-08cifs: Limit the overall credit acquiredRoss Lagerwall