summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-11-20hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter1-3/+4
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-11-20fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-11-20fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-11-20fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-11-20CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-11-20ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5
2016-11-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-11-20cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-11-20cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-11-20NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-11-20ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-11-20ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-23proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-08-23fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2016-08-23ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-08-23NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-23make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-08-23fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-23Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-08-23nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-08-23posix_acl: Add set_posix_aclAndreas Gruenbacher1-17/+21
2016-08-23cifs: dynamic allocation of ntlmssp blobJerome Marchand3-44/+45
2016-08-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand1-1/+1
2016-08-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-08-23fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+3
2016-08-23mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-08-23hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-08-23hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-08-23cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-08-23xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-08-23xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-08-23xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-08-23remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-08-23fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-15/+19
2016-08-23fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-08-23fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-16/+18
2016-08-23fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-08-23ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-08-23ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-24/+21
2016-08-23ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-23btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-08-23ext4: fix data exposure after a crashJan Kara1-9/+14
2016-08-23xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-06-15xfs: mmap lock needs to be inside freeze protectionDave Chinner1-3/+8
2016-06-15xfs: lock out page faults from extent swap operationsDave Chinner1-20/+14