summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-03-19fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner3-23/+15
2018-03-19Removed unused typedef to avoid "unused local typedef" warnings.Han Shen1-1/+0
2018-03-03nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+3
2018-03-03ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2018-03-03btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-03-03btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2018-02-13nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2018-02-13autofs: fix careless error in recent commitNeilBrown1-1/+0
2018-02-13autofs: don't fail mount for transient errorNeilBrown1-1/+14
2018-02-13autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2018-02-13autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2018-02-13nfs: Fix ugly referral attributesChuck Lever1-10/+8
2018-02-13ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2018-02-13eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-4/+4
2018-02-13coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2018-02-13isofs: fix timestamps beyond 2027Arnd Bergmann3-3/+3
2018-02-13fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2-0/+6
2018-01-01ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2018-01-01ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-9/+25
2018-01-01FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2018-01-01more bio_map_user_iov() leak fixesAl Viro1-5/+9
2018-01-01lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-1/+1
2018-01-01vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-11-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-11-26ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-11-26xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-11-26dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman1-1/+12
2017-11-11nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi3-4/+7
2017-11-11cuse: fix uninitialized variable warningsMiklos Szeredi1-1/+1
2017-11-11eCryptfs: initialize payload_len in keystore.cSimon Que1-1/+1
2017-11-11cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2017-11-11fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-11-11cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-1/+2
2017-11-11epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-13/+25
2017-11-11CIFS: remove endian related sparse warningSteve French1-1/+1
2017-11-11cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg1-0/+7
2017-11-11xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-11-11ocfs2: don't clear SGID when inheriting ACLsJan Kara1-13/+11
2017-11-11mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1
2017-11-11fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
2017-10-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-10-12btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández1-0/+3
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara1-18/+30
2017-10-12ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández1-4/+11
2017-10-12reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández1-3/+8
2017-10-12reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-16/+25
2017-10-12ext3: preserve i_mode if ext2_set_acl() failsBen Hutchings1-2/+9
2017-10-12ext3: Don't clear SGID when inheriting ACLsBen Hutchings1-17/+26