summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-05-20CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-20CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-05-20Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-05-20fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-20fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-05-15f2fs: sanity check segment countJin Qian1-0/+7
2017-05-159p: fix a potential acl leakCong Wang1-0/+2
2017-05-08gfs2: remove IS_ERR_VALUE abuseArnd Bergmann1-6/+9
2017-05-08posix_acl: Clear SGID bit when setting file permissionsJan Kara14-98/+87
2017-05-08Handle mismatched open callsSachin Prabhu8-8/+135
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-05-08nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-05-08ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-05-08f2fs: do more integrity verification for superblockChao Yu1-0/+98
2017-04-30btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2017-04-30gfs2: avoid uninitialized variable warningArnd Bergmann1-2/+2
2017-04-30Fix signed/unsigned pointer warningKevin Cernekee1-5/+7
2017-04-30nfsd: work around a gcc-5.1 warningArnd Bergmann1-2/+1
2017-04-30fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2017-04-30CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-04-30cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-04-22xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-04-22xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-04-22xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2017-04-22ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-04-22Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-22CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-18fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-04-18cancel the setfilesize transation when io error happenZhaohongjiang1-2/+11
2017-04-18coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2017-01-15fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-15block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2017-01-15ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-15nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-01-15CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky5-31/+85
2017-01-15CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-15CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2017-01-15xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2017-01-15block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2017-01-15Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-15f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-15ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-15ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-15ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2017-01-14ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-14ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2016-12-23nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2-38/+50
2016-12-23fuse: Propagate dentry down to inode_change_ok()Jan Kara3-5/+6