summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-13fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-03-13NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-03-13NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-03-13NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-03-13fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-03-13ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-13ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-03-13ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-13jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-03-03ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43
2017-03-03ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-03-03ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-03-01vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16cifs: initialize file_info_lockRabin Vincent1-0/+1
2017-01-27tmpfs: clear S_ISGID when setting posix ACLsGu Zheng1-5/+7
2017-01-27ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2017-01-27move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-1/+6
2017-01-27fuse: do not use iocb after it may have been freedRobert Doebbelin1-2/+3
2017-01-27block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2017-01-27Fix regression which breaks DFS mountingSachin Prabhu1-9/+10
2017-01-27Move check for prefix path to within cifs_get_root()Sachin Prabhu1-5/+4
2017-01-27Compare prepaths when comparing superblocksSachin Prabhu1-1/+20
2017-01-27Fix memory leaks in cifs_do_mount()Sachin Prabhu3-14/+19
2017-01-27fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2017-01-27NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust1-0/+1
2017-01-27posix_acl: Clear SGID bit when setting file permissionsJan Kara15-100/+97
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2017-01-26NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2017-01-26sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2017-01-26ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren3-0/+19
2017-01-26nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-01-26block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2017-01-26xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2017-01-26CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-26CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2017-01-26CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky5-31/+85
2017-01-26fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-26f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-26ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-26ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-01-26ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-26ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-01-26ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-26ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-26ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2017-01-26block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2017-01-26Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2017-01-26Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-26Revert "Btrfs: don't delay inode ref updates during log, replay"Jeff Mahoney1-8/+0
2017-01-26ext4: fix data exposure after a crashJan Kara1-9/+14