summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-08-22proc: prevent stacking filesystems on topJann Horn
2016-08-22fs: limit filesystem stacking depthMiklos Szeredi
2016-08-22ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-08-22NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust
2016-08-22make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro
2016-08-22fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-08-22Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-08-22nfsd: check permissions when setting ACLsBen Hutchings
2016-08-22posix_acl: Add set_posix_aclAndreas Gruenbacher
2016-08-22cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-08-22cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand
2016-08-22UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-08-22fix d_walk()/non-delayed __d_free() raceAl Viro
2016-08-22mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman
2016-08-22hpfs: implement the show_options methodMikulas Patocka
2016-08-22hpfs: fix remount failure when there are no options changedMikulas Patocka
2016-08-22cifs: Create dedicated keyring for spnego operationsSachin Prabhu
2016-08-22xfs: skip stale inodes in xfs_iflush_clusterDave Chinner
2016-08-22xfs: fix inode validity check in xfs_iflush_clusterDave Chinner
2016-08-22xfs: xfs_iflush_cluster fails to abort on errorDave Chinner
2016-08-22remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2016-08-22fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher
2016-08-22fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher
2016-08-22fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher
2016-08-22fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher
2016-08-22ext4: fix oops on corrupted filesystemJan Kara
2016-08-22ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-08-22ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-08-22btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-08-22ext4: fix data exposure after a crashJan Kara
2016-08-22xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen
2016-06-15xfs: mmap lock needs to be inside freeze protectionDave Chinner
2016-06-15xfs: lock out page faults from extent swap operationsDave Chinner
2016-06-15xfs: xfs_setattr_size no longer races with page faultsDave Chinner
2016-06-15xfs: take i_mmap_lock on extent manipulation operationsDave Chinner
2016-06-15xfs: use i_mmaplock on write faultsDave Chinner
2016-06-15xfs: use i_mmaplock on read faultsDave Chinner
2016-06-15xfs: introduce mmap/truncate lockDave Chinner
2016-06-15xfs: fix swapext ilock deadlockDave Chinner
2016-06-15ocfs2: fix posix_acl_create deadlockJunxiao Bi
2016-06-15ocfs2: dereferencing freed pointers in ocfs2_reflink()Dan Carpenter
2016-06-15get_rock_ridge_filename(): handle malformed NM entriesAl Viro
2016-06-15proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-06-15propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman
2016-06-15fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov
2016-06-15atomic_open(): fix the handling of create_errorAl Viro
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-05-01Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-05-01ext4: add lockdep annotations for i_data_semTheodore Ts'o