summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-11-26ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-11-26xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-11-26dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman1-1/+12
2017-11-11nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi3-4/+7
2017-11-11cuse: fix uninitialized variable warningsMiklos Szeredi1-1/+1
2017-11-11eCryptfs: initialize payload_len in keystore.cSimon Que1-1/+1
2017-11-11cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2017-11-11fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-11-11cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-1/+2
2017-11-11epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-13/+25
2017-11-11CIFS: remove endian related sparse warningSteve French1-1/+1
2017-11-11cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg1-0/+7
2017-11-11xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-11-11ocfs2: don't clear SGID when inheriting ACLsJan Kara1-13/+11
2017-11-11mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1
2017-11-11fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
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