aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-07-041-0/+36
* gfs2: avoid uninitialized variable warningArnd Bergmann2017-07-041-2/+2
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-07-041-0/+4
* cancel the setfilesize transation when io error happenZhaohongjiang2017-07-041-2/+11
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-07-041-1/+12
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-07-041-6/+2
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-07-041-0/+1
* move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro2017-07-041-1/+6
* Fix regression which breaks DFS mountingSachin Prabhu2017-07-041-9/+10
* Move check for prefix path to within cifs_get_root()Sachin Prabhu2017-07-041-5/+4
* Compare prepaths when comparing superblocksSachin Prabhu2017-07-041-1/+20
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2017-07-043-14/+19
* NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust2017-07-041-0/+1
* nfs_write_end(): fix handling of short copiesAl Viro2017-07-041-1/+1
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-07-041-0/+1
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-07-041-0/+1
* ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed2017-07-041-1/+8
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-07-043-0/+19
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-07-041-0/+10
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2017-07-045-5/+104
* CIFS: remove bad_network_name flagGermano Percossi2017-07-042-6/+0
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-07-041-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-07-041-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-07-045-31/+85
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-07-041-3/+2
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-07-041-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-07-041-2/+4
* ext4: trim allocation requests to group sizeJan Kara2017-07-041-0/+7
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-07-041-1/+3
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-07-041-15/+23
* Btrfs: fix memory leak in reading btree blocksLiu Bo2017-07-041-0/+9
* ANDROID: squashfs: Fix endianness issueDaniel Rosenberg2017-06-281-5/+6
* ANDROID: squashfs: Fix signed division issueDaniel Rosenberg2017-06-281-2/+2
* ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()Greg Hackmann2017-06-222-14/+0
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-06-171-1/+7
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-06-171-3/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-06-171-1/+1
* fuse: add missing FR_FORCEMiklos Szeredi2017-06-171-0/+1
* ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings2017-06-171-86/+43
* fuse: do not use iocb after it may have been freedRobert Doebbelin2017-06-171-2/+3
* ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger2017-06-171-2/+23
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-06-171-1/+2
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2017-06-171-1/+6
* ext4: reject inodes with negative sizeDarrick J. Wong2017-06-171-0/+6
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-06-171-2/+1
* tmpfs: : fix a potential acl leakGu Zheng2017-06-171-0/+5
* ANDROID: sdcardfs: d_splice_alias can return error valuesDaniel Rosenberg2017-06-081-1/+2
* ext4: fix deadlock during page writebackJan Kara2017-06-011-3/+26
* ext4: fix data exposure after a crashJan Kara2017-06-011-9/+14
* ANDROID: mnt: Fix next_descendentDaniel Rosenberg2017-05-311-3/+8