summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2017-02-101-2/+2
* pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2017-02-101-1/+1
* pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2017-02-101-41/+2
* pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX2017-02-101-2/+2
* hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2017-02-101-3/+4
* isofs: Do not return EACCES for unknown filesystemsJan Kara2017-02-101-3/+5
* fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2017-02-101-3/+3
* fs/seq_file: fix out-of-bounds readVegard Nossum2017-02-101-1/+3
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2017-02-101-0/+3
* NFS: Don't drop CB requests with invalid principalsChuck Lever2017-02-101-1/+5
* NFSD: Using free_conn free connectionKinglong Mee2017-02-101-1/+2
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2017-02-101-0/+1
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2017-02-101-0/+8
* ubifs: Abort readdir upon errorRichard Weinberger2017-02-101-5/+4
* UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger2017-02-101-2/+3
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2017-02-101-0/+2
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2017-02-101-1/+1
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2017-02-101-10/+24
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2017-02-101-6/+6
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2017-02-101-0/+12
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2017-02-101-2/+1
* xfs: fix superblock inprogress checkDave Chinner2017-02-101-1/+2
* reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2017-02-101-1/+11
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2017-02-101-1/+2
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-02-102-1/+17
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-02-101-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-02-101-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-02-101-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-02-104-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-02-101-1/+17
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2017-02-061-0/+3
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-08-271-3/+21
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-271-1/+1
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-271-1/+14
* Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-08-271-11/+2
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-08-271-1/+1
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-08-272-1/+30
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-08-271-0/+24
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-08-271-3/+2
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-08-271-2/+3
* ecryptfs: forbid opening files without mmap handlerJann Horn2016-08-221-2/+11
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-08-221-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-08-221-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-08-221-4/+13
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-08-211-14/+3
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-211-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-211-3/+3
* ext4: check for extents that wrap aroundVegard Nossum2016-08-211-2/+6
* ext4: verify extent header depthVegard Nossum2016-08-211-0/+4
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-08-211-2/+4