summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever
2016-10-06xfs: fixed signedness of error code in xfs_inode_buf_verifyJeff Mahoney
2016-10-06NFSD: Using free_conn free connectionKinglong Mee
2016-10-06hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter
2016-10-06btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-10-06ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2016-10-06ocfs2/dlm: fix race between convert and migrationJoseph Qi
2016-09-29reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney
2016-09-29NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust
2016-09-29ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé
2016-09-29xfs: fix superblock inprogress checkDave Chinner
2016-09-29ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov
2016-09-29ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-09-29fix d_walk()/non-delayed __d_free() raceWilly Tarreau
2016-09-29ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-09-21fs/seq_file: fix out-of-bounds readVegard Nossum
2016-08-19nfs: don't create zero-length requestsBenjamin Coddington
2016-08-19CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky
2016-08-19cifs: fix crash due to race in hmac(md5) handlingRabin Vincent
2016-08-19cifs: Check for existing directory when opening file with O_CREATSachin Prabhu
2016-08-19ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-08-19ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-19ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-19ext4: fix deadlock during page writebackJan Kara
2016-08-19ext4: check for extents that wrap aroundVegard Nossum
2016-08-19fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-08-19ext4: verify extent header depthVegard Nossum
2016-08-19fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-08-19Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-07-21UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-07-21NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust
2016-07-21make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro
2016-07-18fix d_walk()/non-delayed __d_free() raceAl Viro
2016-07-18ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-06-15xfs: skip stale inodes in xfs_iflush_clusterDave Chinner
2016-06-15xfs: fix inode validity check in xfs_iflush_clusterDave Chinner
2016-06-15xfs: xfs_iflush_cluster fails to abort on errorDave Chinner
2016-06-15ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-06-15ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-06-15ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-06-15fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher
2016-06-15remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2016-05-25NFS: Don't attempt to decode missing directory entriesBenjamin Coddington
2016-05-16get_rock_ridge_filename(): handle malformed NM entriesAl Viro
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-03Revert "xfs: add capability check to free eofblocks ioctl"Jiri Slaby
2016-04-23mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman
2016-04-23fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov
2016-04-21pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-04-21fs, seqfile: always allow oom killerGreg Thelen