summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-10-12btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández1-0/+3
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara1-18/+30
2017-10-12ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández1-4/+11
2017-10-12reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández1-3/+8
2017-10-12reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-16/+25
2017-10-12ext3: preserve i_mode if ext2_set_acl() failsBen Hutchings1-2/+9
2017-10-12ext3: Don't clear SGID when inheriting ACLsBen Hutchings1-17/+26
2017-10-12ext2: preserve i_mode if ext2_set_acl() failsErnesto A. Fernández1-2/+9
2017-10-12ext2: Don't clear SGID when inheriting ACLsJan Kara1-15/+23
2017-10-12ubifs: Don't leak kernel memory to the MTDRichard Weinberger1-4/+4
2017-10-12ubifs: Correctly evict xattr inodesRichard Weinberger3-0/+27
2017-10-12fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-0/+1
2017-10-12btrfs: Don't clear SGID when inheriting ACLsJan Kara1-9/+9
2017-10-12udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-10-12udf: Fix races with i_size changes during readpageJan Kara1-2/+7
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-9/+9
2017-09-15autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-09-15configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
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-15fix ufs_isblockset()Al Viro1-3/+7
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara1-0/+2
2017-09-15ext4: fix data corruption for mmap writesJan Kara1-3/+23
2017-09-15block: fix an error code in add_partition()Dan Carpenter1-1/+3
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-08-26timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
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-07-18fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins2-6/+2
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 range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
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-10/+30
2017-06-05nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-06-05nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-06-05jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-06-05ext4: fix data corruption in data=journal modeJan Kara1-11/+16
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o1-1/+33
2017-06-05ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-03-16btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-03-16ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-1/+3
2017-03-16ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23