summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-11-08ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-11-08isofs: Do not return EACCES for unknown filesystemsJan Kara1-3/+5
2016-11-08Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-11-08SMB3: GUIDs should be constructed as random but valid uuidsSteve French3-3/+3
2016-11-08Set previous session id correctly on SMB3 reconnectSteve French2-1/+6
2016-11-08Display number of credits availableSteve French1-0/+1
2016-11-08Clarify locking of cifs file and tcon structures and make more granularSteve French7-63/+75
2016-11-08cifs: Limit the overall credit acquiredRoss Lagerwall2-1/+25
2016-11-08fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-28NFSv4: Open state recovery must account for file permission changesTrond Myklebust1-0/+3
2016-10-28pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker1-2/+2
2016-10-28pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh1-1/+1
2016-10-28pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior1-41/+2
2016-10-28pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX1-2/+2
2016-10-25ext4: allow DAX writeback for hole punchRoss Zwisler1-2/+2
2016-10-25ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-10-25reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith1-1/+11
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-10-06xfs: fixed signedness of error code in xfs_inode_buf_verifyJeff Mahoney1-1/+1
2016-10-06NFSD: Using free_conn free connectionKinglong Mee1-1/+2
2016-10-06hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter1-3/+4
2016-10-06btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-10-06ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-10-06ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-09-29reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-09-29NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-09-29ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
2016-09-29xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-09-29ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov1-19/+28
2016-09-29ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong4-36/+42
2016-09-29fix d_walk()/non-delayed __d_free() raceWilly Tarreau1-0/+1
2016-09-29ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-09-21fs/seq_file: fix out-of-bounds readVegard Nossum1-1/+3
2016-08-19nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-08-19CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-08-19cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-08-19cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-08-19ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-08-19ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-19ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-19ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-08-19ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-19fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-08-19ext4: verify extent header depthVegard Nossum1-0/+4
2016-08-19fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-19Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-07-21UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-07-21NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-07-21make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-07-18fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2