summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs: don't create zero-length requestsBenjamin Coddington2016-11-201-1/+4
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-11-201-6/+10
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-11-201-0/+10
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-11-201-14/+3
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-11-201-3/+21
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-11-201-1/+5
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-11-202-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-11-201-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-11-201-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-11-201-2/+6
* proc: prevent stacking filesystems on topJann Horn2016-08-221-0/+7
* fs: limit filesystem stacking depthMiklos Szeredi2016-08-221-0/+7
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-221-1/+14
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-08-221-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-08-221-1/+1
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-08-221-1/+1
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-08-222-1/+30
* nfsd: check permissions when setting ACLsBen Hutchings2016-08-223-27/+25
* posix_acl: Add set_posix_aclAndreas Gruenbacher2016-08-221-17/+21
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-08-223-44/+45
* cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-08-221-1/+1
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-08-221-0/+24
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-08-221-2/+3
* mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-08-221-1/+1
* hpfs: implement the show_options methodMikulas Patocka2016-08-221-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-08-221-2/+3
* cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-08-223-2/+71
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-08-221-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-08-221-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-08-221-4/+13
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-08-224-2/+25
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-08-221-15/+19
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-08-221-18/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-08-221-16/+18
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-08-221-12/+20
* ext4: fix oops on corrupted filesystemJan Kara2016-08-221-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-08-221-24/+21
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-08-221-4/+6
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-08-224-2/+24
* ext4: fix data exposure after a crashJan Kara2016-08-221-9/+14
* xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-08-221-0/+10
* xfs: mmap lock needs to be inside freeze protectionDave Chinner2016-06-151-3/+8
* xfs: lock out page faults from extent swap operationsDave Chinner2016-06-151-20/+14
* xfs: xfs_setattr_size no longer races with page faultsDave Chinner2016-06-151-12/+14
* xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2016-06-153-6/+7
* xfs: use i_mmaplock on write faultsDave Chinner2016-06-152-15/+25
* xfs: use i_mmaplock on read faultsDave Chinner2016-06-152-1/+29
* xfs: introduce mmap/truncate lockDave Chinner2016-06-153-38/+121
* xfs: fix swapext ilock deadlockDave Chinner2016-06-151-15/+18
* ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-06-156-48/+77