summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-26fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi1-0/+6
2016-11-18NFSv4.1: work around -Wmaybe-uninitialized warningArnd Bergmann1-4/+6
2016-11-18coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-11-10btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-11-10ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-11-10ovl: update S_ISGID when setting posix ACLsMiklos Szeredi1-0/+15
2016-11-10ovl: fix get_acl() on tmpfsMiklos Szeredi1-3/+0
2016-11-10nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever1-6/+4
2016-11-10ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-11-10ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2016-11-10btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-11-10libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara15-102/+88
2016-10-28ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-10-28jbd2: fix incorrect unlock on j_list_lockTaesoo Kim1-1/+2
2016-10-28ext4: do not advertise encryption support when disabledEric Biggers1-0/+4
2016-10-28fscrypto: lock inode while setting encryption policyEric Biggers1-0/+4
2016-10-28fscrypto: make XTS tweak initialization endian-independentEric Biggers1-7/+8
2016-10-28ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-28isofs: Do not return EACCES for unknown filesystemsJan Kara1-3/+5
2016-10-28Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2016-10-28Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-28Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-10-28SMB3: GUIDs should be constructed as random but valid uuidsSteve French4-4/+4
2016-10-28Set previous session id correctly on SMB3 reconnectSteve French2-1/+6
2016-10-28Display number of credits availableSteve French1-0/+1
2016-10-28Clarify locking of cifs file and tcon structures and make more granularSteve French7-63/+75
2016-10-28fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel1-0/+1
2016-10-28cifs: Limit the overall credit acquiredRoss Lagerwall2-1/+27
2016-10-28fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-28pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington1-1/+2
2016-10-28NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton1-0/+1
2016-10-28NFSv4: Open state recovery must account for file permission changesTrond Myklebust1-0/+3
2016-10-28NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust1-4/+13
2016-10-28NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust1-0/+1
2016-10-28NFS: Fix inode corruption in nfs_prime_dcache()Trond Myklebust1-5/+11
2016-10-28NFSD: fix corruption in notifier registrationVasily Averin1-4/+14
2016-10-28ovl: copy_up_xattr(): use strnlenMiklos Szeredi1-1/+11
2016-10-28ovl: Fix info leak in ovl_lookup_temp()Richard Weinberger1-1/+4
2016-10-28pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker1-2/+2
2016-10-28pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh1-1/+1
2016-10-28pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior1-41/+2
2016-10-28pstore/ramoops: fixup driver removalSebastian Andrzej Siewior1-5/+12
2016-10-22cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells3-6/+13
2016-10-22vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2-16/+16
2016-10-22dlm: free workqueues after the connectionsMarcelo Ricardo Leitner1-6/+2
2016-10-22ext4: unmap metadata when zeroing blocksJan Kara1-1/+9
2016-10-22ext4: release bh in make_indexed_dirgmail1-8/+6
2016-10-22ext4: allow DAX writeback for hole punchRoss Zwisler1-2/+2