summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-04-30btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi
2017-04-30gfs2: avoid uninitialized variable warningArnd Bergmann
2017-04-30Fix signed/unsigned pointer warningKevin Cernekee
2017-04-30nfsd: work around a gcc-5.1 warningArnd Bergmann
2017-04-30fs/nfs: fix new compiler warning about boolean in switchAndre Przywara
2017-04-30CIFS: remove bad_network_name flagGermano Percossi
2017-04-30cifs: Do not send echoes before Negotiate is completeSachin Prabhu
2017-04-22xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-04-22xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen
2017-04-22xfs: don't allow di_size with high bit setDarrick J. Wong
2017-04-22ext4: mark inode dirty after converting inline directoryEric Biggers
2017-04-22Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-04-22CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi
2017-04-18fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-04-18cancel the setfilesize transation when io error happenZhaohongjiang
2017-04-18coredump: fix unfreezable coredumping taskAndrey Ryabinin
2017-01-15fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai
2017-01-15block_dev: don't test bdev->bd_contains when it is not stableNeilBrown
2017-01-15ext4: return -ENOMEM instead of successDan Carpenter
2017-01-15nfs_write_end(): fix handling of short copiesAl Viro
2017-01-15CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2017-01-15CIFS: Fix a possible memory corruption in push locksPavel Shilovsky
2017-01-15CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-01-15xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-01-15block: protect iterate_bdevs() against concurrent closeRabin Vincent
2017-01-15Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2017-01-15f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2017-01-15ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-15ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-15ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-01-13ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-13ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-12-23nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher
2016-12-23fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-11-23ovl: fsync after copy-upMiklos Szeredi
2016-11-23btrfs: fix races on root_log_ctx listsChris Mason
2016-11-23libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2016-11-23ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2016-11-23isofs: Do not return EACCES for unknown filesystemsJan Kara
2016-11-23jbd2: fix incorrect unlock on j_list_lockTaesoo Kim
2016-10-05btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-10-05ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2016-10-05fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-10-05fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-10-05autofs: use dentry flags to block walks during expireIan Kent
2016-10-05autofs racesAl Viro
2016-10-05ocfs2/dlm: fix race between convert and migrationJoseph Qi
2016-10-05Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason
2016-10-05Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu
2016-09-22ovl: fix workdir creationMiklos Szeredi