summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-23sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2017-02-23fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-02-23fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2017-02-23coredump: fix unfreezable coredumping taskAndrey Ryabinin
2017-02-23ubifs: Fix regression in ubifs_readdir()Richard Weinberger
2017-02-23btrfs: fix races on root_log_ctx listsChris Mason
2017-02-23ubifs: Abort readdir upon errorRichard Weinberger
2017-02-23ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2017-02-23isofs: Do not return EACCES for unknown filesystemsJan Kara
2017-02-23jbd2: fix incorrect unlock on j_list_lockTaesoo Kim
2017-02-23fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov
2017-02-23Cleanup missing frees on some ioctlsSteve French
2017-02-23Do not send SMB3 SET_INFO request if nothing is changingSteve French
2017-02-23Clarify locking of cifs file and tcon structures and make more granularSteve French
2017-02-23SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2017-02-23Set previous session id correctly on SMB3 reconnectSteve French
2017-02-23cifs: Limit the overall credit acquiredRoss Lagerwall
2017-02-23Display number of credits availableSteve French
2017-02-23fuse: listxattr: verify xattr listMiklos Szeredi
2017-02-23fuse: fix killing s[ug]id in setattrMiklos Szeredi
2017-02-23fuse: invalidate dir dentry after chmodMiklos Szeredi
2017-02-23ext4: release bh in make_indexed_dirgmail
2017-02-23NFSv4: Open state recovery must account for file permission changesTrond Myklebust
2017-02-23reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith
2017-02-23ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2017-02-23pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker
2017-02-23pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh
2017-02-23pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23fuse: Propagate dentry down to inode_change_ok()Jan Kara
2017-02-23xfs: Propagate dentry down to inode_change_ok()Jan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20fs: Avoid premature clearing of capabilitiesJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-11-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2016-11-20fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-11-20fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-11-20ocfs2/dlm: fix race between convert and migrationJoseph Qi
2016-11-20NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust
2016-11-20Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason
2016-11-20Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu
2016-11-20kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo
2016-11-20NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust
2016-11-20fs/seq_file: fix out-of-bounds readVegard Nossum
2016-11-20ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé
2016-11-20hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter