summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-10pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker
2017-02-10pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh
2017-02-10pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior
2017-02-10pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX
2017-02-10hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter
2017-02-10isofs: Do not return EACCES for unknown filesystemsJan Kara
2017-02-10fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov
2017-02-10fs/seq_file: fix out-of-bounds readVegard Nossum
2017-02-10NFSv4: Open state recovery must account for file permission changesTrond Myklebust
2017-02-10NFS: Don't drop CB requests with invalid principalsChuck Lever
2017-02-10NFSD: Using free_conn free connectionKinglong Mee
2017-02-10NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust
2017-02-10ubifs: Fix regression in ubifs_readdir()Richard Weinberger
2017-02-10ubifs: Abort readdir upon errorRichard Weinberger
2017-02-10UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger
2017-02-10ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2017-02-10ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé
2017-02-10ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2017-02-10ocfs2/dlm: fix race between convert and migrationJoseph Qi
2017-02-10btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2017-02-10libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2017-02-10xfs: fix superblock inprogress checkDave Chinner
2017-02-10reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith
2017-02-10reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney
2017-02-10ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-02-10ext4: allow DAX writeback for hole punchRoss Zwisler
2017-02-10ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2017-02-10ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov
2017-02-10ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2017-02-10ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2017-02-06coredump: fix unfreezable coredumping taskAndrey Ryabinin
2016-08-27cifs: Check for existing directory when opening file with O_CREATSachin Prabhu
2016-08-27fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-08-27ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-08-27Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
2016-08-27fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-08-27Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-08-27UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-08-27NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust
2016-08-27fix d_walk()/non-delayed __d_free() raceAl Viro
2016-08-22ecryptfs: forbid opening files without mmap handlerJann Horn
2016-08-22xfs: skip stale inodes in xfs_iflush_clusterDave Chinner
2016-08-22xfs: fix inode validity check in xfs_iflush_clusterDave Chinner
2016-08-22xfs: xfs_iflush_cluster fails to abort on errorDave Chinner
2016-08-21ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-08-21ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-21ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-21ext4: check for extents that wrap aroundVegard Nossum
2016-08-21ext4: verify extent header depthVegard Nossum
2016-08-21ext4: silence UBSAN in ext4_mb_init()Nicolai Stange