summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-22proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-08-22fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2016-08-22ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-08-22NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-22make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-08-22fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-22Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-08-22nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-08-22posix_acl: Add set_posix_aclAndreas Gruenbacher1-17/+21
2016-08-22cifs: dynamic allocation of ntlmssp blobJerome Marchand3-44/+45
2016-08-22cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand1-1/+1
2016-08-22UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-08-22fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+3
2016-08-22mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-08-22hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-08-22hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-08-22cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-08-22xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-08-22xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-08-22xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-08-22remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-08-22fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-15/+19
2016-08-22fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-08-22fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-16/+18
2016-08-22fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-08-22ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-08-22ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-24/+21
2016-08-22ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-22btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-08-22ext4: fix data exposure after a crashJan Kara1-9/+14
2016-08-22xfs: 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
2016-06-15xfs: xfs_setattr_size no longer races with page faultsDave Chinner1-12/+14
2016-06-15xfs: take i_mmap_lock on extent manipulation operationsDave Chinner3-6/+7
2016-06-15xfs: use i_mmaplock on write faultsDave Chinner2-15/+25
2016-06-15xfs: use i_mmaplock on read faultsDave Chinner2-1/+29
2016-06-15xfs: introduce mmap/truncate lockDave Chinner3-38/+121
2016-06-15xfs: fix swapext ilock deadlockDave Chinner1-15/+18
2016-06-15ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-06-15ocfs2: dereferencing freed pointers in ocfs2_reflink()Dan Carpenter1-1/+1
2016-06-15get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-06-15proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-06-15propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-06-15fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov1-2/+7
2016-06-15atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov1-4/+2
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-01Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-05-01ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55