summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-18ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-06-15xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-06-15xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-06-15xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-06-15ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-06-15ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-06-15ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-06-15fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-06-15remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-05-25NFS: Don't attempt to decode missing directory entriesBenjamin Coddington1-0/+4
2016-05-16get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-03Revert "xfs: add capability check to free eofblocks ioctl"Jiri Slaby1-6/+0
2016-04-23mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman2-1/+1
2016-04-23fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2016-04-21pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-2/+45
2016-04-21fs, seqfile: always allow oom killerGreg Thelen1-3/+8