summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-22fscrypto: lock inode while setting encryption policyEric Biggers2-1/+12
2017-03-22fscrypt: fix renaming and linking special filesEric Biggers2-0/+11
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-15fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+110
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-03-12NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-03-12nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-03-12nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-03-12gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-03-12ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-03-12ext4: fix data corruption in data=journal modeJan Kara1-10/+13
2017-03-12ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-12ext4: do not polute the extents cache while shifting extentsRoman Pen1-3/+6
2017-03-12ext4: Include forgotten start block on fallocate insert rangeRoman Pen1-6/+12
2017-03-12jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-02-23vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-09cifs: initialize file_info_lockRabin Vincent1-0/+1
2017-02-09NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee3-15/+13
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-02-01NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington1-1/+2
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2017-01-26tmpfs: clear S_ISGID when setting posix ACLsGu Zheng1-5/+4
2017-01-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2017-01-19NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2017-01-19pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust1-5/+3
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2-21/+50
2017-01-19ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren3-0/+19
2017-01-09nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-01-09block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2017-01-06CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-06CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky5-31/+85
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+18
2017-01-06fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-06f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter1-1/+3