summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2017-11-02btrfs: prevent to set invalid default subvolidsatoru takeuchi
2017-11-02udf: Fix deadlock between writeback and udf_setsize()Jan Kara
2017-11-02ext4: avoid deadlock when expanding inode sizeJan Kara
2017-11-02ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong
2017-11-02ext4: fix SEEK_HOLEJan Kara
2017-11-02ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-11-02FS-Cache: fix dereference of NULL user_key_payloadEric Biggers
2017-11-02direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher
2017-11-01fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-11-01ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-11-01ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-11-01fs/exec.c: account for argv/envp pointersKees Cook
2017-11-01leak in O_DIRECT readv past the EOFAl Viro
2017-06-21mm: larger stack guard gap, between vmasHugh Dickins
2017-06-20nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields
2017-06-20gfs2: avoid uninitialized variable warningArnd Bergmann
2017-06-20Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-06-20cancel the setfilesize transation when io error happenZhaohongjiang
2017-06-20fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-06-20NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-06-20vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-06-20move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro
2017-06-20Fix regression which breaks DFS mountingSachin Prabhu
2017-06-20Move check for prefix path to within cifs_get_root()Sachin Prabhu
2017-06-20Compare prepaths when comparing superblocksSachin Prabhu
2017-06-20Fix memory leaks in cifs_do_mount()Sachin Prabhu
2017-06-20NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust
2017-06-20nfs_write_end(): fix handling of short copiesAl Viro
2017-06-20xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-06-20xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-06-20ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed
2017-06-20ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren
2017-06-20cifs: Do not send echoes before Negotiate is completeSachin Prabhu
2017-06-20fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2017-06-20CIFS: remove bad_network_name flagGermano Percossi
2017-06-20CIFS: Fix a possible memory corruption in push locksPavel Shilovsky
2017-06-20CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-06-20CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2017-06-20block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2017-06-20ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-06-20ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-06-20ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-06-20ext4: trim allocation requests to group sizeJan Kara
2017-06-20ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-06-20jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-06-20ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-06-19ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-06-19ext4: fix in-superblock mount options processingTheodore Ts'o
2017-06-19ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-06-19Btrfs: fix memory leak in reading btree blocksLiu Bo