summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-03-19fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
2018-03-19Removed unused typedef to avoid "unused local typedef" warnings.Han Shen
2018-03-03nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-03-03ext4: fix crash when a directory's i_size is too smallChandan Rajendra
2018-03-03btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov
2018-03-03btrfs: clear space cache inode generation alwaysJosef Bacik
2018-02-13nilfs2: fix race condition that causes file system corruptionAndreas Rohner
2018-02-13autofs: fix careless error in recent commitNeilBrown
2018-02-13autofs: don't fail mount for transient errorNeilBrown
2018-02-13autofs4: catatonic_mode vs. notify_daemon raceAl Viro
2018-02-13autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro
2018-02-13nfs: Fix ugly referral attributesChuck Lever
2018-02-13ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu
2018-02-13eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter
2018-02-13coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes
2018-02-13isofs: fix timestamps beyond 2027Arnd Bergmann
2018-02-13fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen
2018-01-01ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant
2018-01-01ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01FS-Cache: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01more bio_map_user_iov() leak fixesAl Viro
2018-01-01lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2018-01-01vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher
2017-11-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-11-26ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-11-26xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2017-11-26dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman
2017-11-11nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi
2017-11-11cuse: fix uninitialized variable warningsMiklos Szeredi
2017-11-11eCryptfs: initialize payload_len in keystore.cSimon Que
2017-11-11cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton
2017-11-11fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh
2017-11-11cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg
2017-11-11epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov
2017-11-11CIFS: remove endian related sparse warningSteve French
2017-11-11cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg
2017-11-11xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-11-11ocfs2: don't clear SGID when inheriting ACLsJan Kara
2017-11-11mount: copy the port field into the cloned nfs_server structure.Steve Dickson
2017-11-11fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-10-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-10-12btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara
2017-10-12ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández
2017-10-12reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández
2017-10-12reiserfs: Don't clear SGID when inheriting ACLsJan Kara
2017-10-12ext3: preserve i_mode if ext2_set_acl() failsBen Hutchings
2017-10-12ext3: Don't clear SGID when inheriting ACLsBen Hutchings