summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+18
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman1-1/+1
2018-01-01ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2018-01-01SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2018-01-01SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp1-1/+2
2018-01-01SMB: fix leak of validate negotiate info response bufferDavid Disseldorp1-2/+5
2018-01-01fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2018-01-01fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2-5/+15
2018-01-01ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-9/+25
2018-01-01FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2018-01-01direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2018-01-01lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-1/+1
2018-01-01vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2018-01-01btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2018-01-01Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval1-3/+3
2018-01-01SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2018-01-01SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2018-01-01cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2018-01-01cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2018-01-01cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-11-26xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-11-26f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-11-26btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+3
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-11gfs2: remove IS_ERR_VALUE abuseArnd Bergmann1-4/+7
2017-11-11nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi3-4/+7
2017-11-11cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-2/+3
2017-11-11epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-13/+23
2017-11-11CIFS: remove endian related sparse warningSteve French1-1/+1
2017-11-11CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-11-11nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2017-11-11cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg1-6/+12
2017-11-11cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-11-11xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-11-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-11-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-11-11ocfs2: don't clear SGID when inheriting ACLsJan Kara1-13/+14
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-12sched: move no_new_privs into new atomic flagsKees Cook1-2/+2
2017-10-12Fix match_prepath()Sachin Prabhu1-8/+6
2017-10-12Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2017-10-12Move check for prefix path to within cifs_get_root()Sachin Prabhu1-5/+4
2017-10-12Compare prepaths when comparing superblocksSachin Prabhu1-1/+20
2017-10-12Fix memory leaks in cifs_do_mount()Sachin Prabhu3-14/+18
2017-10-12fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2017-10-12Btrfs: don't use src fd for printkJosef Bacik1-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-1/+5