summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-09-15excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2-7/+4
2017-09-15ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-09-15ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-09-15fix ufs_isblockset()Al Viro1-3/+7
2017-09-15fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-09-15btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-09-15btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+5
2017-09-15ext4: fix data corruption for mmap writesJan Kara1-2/+16
2017-09-15xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-09-15xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-09-15ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov1-9/+14
2017-09-15ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov1-19/+28
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-09-15ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-09-15btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King1-1/+1
2017-09-15SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-08-26timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-08-26dentry name snapshotsAl Viro4-11/+52
2017-08-26fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-08-26ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-08-26SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-08-26CIFS: fix oplock break deadlocksRabin Vincent4-5/+18
2017-08-26Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-08-26cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter1-3/+3
2017-08-26ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-08-26fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein1-8/+18
2017-08-26NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington1-3/+7
2017-08-26ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2-2/+2
2017-07-18fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-07-18ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-8/+6
2017-07-18cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-07-18CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-07-18Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-07-18CIFS: Handle mismatched open callsPavel Shilovsky8-8/+134
2017-07-18ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-07-18ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-07-18NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-05nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-06-05nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+8
2017-06-05nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-06-05NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-06-05f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-1/+32
2017-06-05f2fs: use for_each_set_bit to simplify the codeChao Yu2-14/+6
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-06-05nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-06-05nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12