summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-22Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-22CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-18fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-04-18cancel the setfilesize transation when io error happenZhaohongjiang1-2/+11
2017-04-18coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2017-01-15fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-15block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2017-01-15ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-15nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-01-15CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky5-31/+85
2017-01-15CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-15CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2017-01-15xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2017-01-15block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2017-01-15Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-15f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-15ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-15ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-15ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2017-01-14ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-14ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2016-12-23nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2-38/+50
2016-12-23fuse: Propagate dentry down to inode_change_ok()Jan Kara3-5/+6
2016-11-24ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-11-24btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-11-24libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-11-24ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2016-11-24isofs: Do not return EACCES for unknown filesystemsJan Kara1-3/+5
2016-11-24jbd2: fix incorrect unlock on j_list_lockTaesoo Kim1-1/+2
2016-10-06btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-10-06ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-10-06fanotify: fix list corruption in fanotify_get_response()Jan Kara3-39/+25
2016-10-06fsnotify: add a way to stop queueing events on group shutdownJan Kara2-1/+26
2016-10-06autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-10-06autofs racesAl Viro3-22/+15
2016-10-06ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-10-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-10-06Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2016-09-22ovl: fix workdir creationMiklos Szeredi1-2/+2
2016-09-16ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-16ovl: remove posix_acl_default from workdirMiklos Szeredi1-0/+19
2016-09-16kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo1-7/+21
2016-09-16NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-09-13xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-09-12ovl: don't copy up opaquenessMiklos Szeredi3-2/+4
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-09-01fs/seq_file: fix out-of-bounds readVegard Nossum1-1/+3
2016-09-01ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
2016-08-22nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-08-22posix_acl: Add set_posix_aclAndreas Gruenbacher1-17/+21