OSDN Git Service

aio: fix failure to put the file pointer
[android-x86/kernel.git] / fs /
2018-12-17 Jens Axboeaio: fix failure to put the file pointer
2018-12-17 YueHaibingsysv: return 'err' instead of 0 in __sysv_write_inode
2018-12-13 Paulo Alcantaracifs: Fix separator when building path from dentry
2018-12-13 Tigran Mkrtchyanflexfiles: use per-mirror specified stateid for IO
2018-12-13 Olga KornievskaiaNFSv4.2 copy do not allocate memory under the lock
2018-12-13 Trond MyklebustNFSv4: Fix a NFSv4 state manager deadlock
2018-12-08 Qu Wenruobtrfs: tree-checker: Don't check max block group size...
2018-12-05 Pan Bianext2: fix potential use after free
2018-12-05 xingaopengext2: initialize opts.s_mount_opt as zero before using it
2018-12-05 Maximilian Heynefs: fix lost error code in dio_complete
2018-12-05 Pan Bianbtrfs: relocation: set trans to be NULL after ending...
2018-12-05 Filipe MananaBtrfs: fix race between enabling quotas and subvolume...
2018-12-05 Filipe MananaBtrfs: fix rare chances for data loss when doing a...
2018-12-05 Filipe MananaBtrfs: ensure path name is null terminated at btrfs_con...
2018-12-05 Nikolay Borisovbtrfs: Always try all copies when reading extent buffers
2018-12-05 Jan Karaudf: Allow mounting volumes with incorrect identificati...
2018-12-05 Andrea Arcangeliuserfaultfd: shmem/hugetlbfs: only allow to register...
2018-12-01 Andreas Gruenbachergfs2: Fix iomap buffer head reference counting bug
2018-12-01 Matthew Wilcoxdax: Avoid losing wakeup in dax_lock_mapping_entry
2018-12-01 Trond MyklebustNFSv4: Fix an Oops during delegation callbacks
2018-12-01 Amir Goldsteinfanotify: fix handling of events on child sub-directory
2018-12-01 Amir Goldsteinfsnotify: generalize handling of extra event flags
2018-12-01 Andrew Pricegfs2: Don't leave s_fs_info pointing to freed memory...
2018-12-01 Tetsuo Handabfs: add sanity check at bfs_fill_super()
2018-12-01 Dominique Martinetv9fs_dir_readdir: fix double-free on p9stat_read error
2018-11-27 Luis Henriquesceph: quota: fix null pointer dereference in quota...
2018-11-27 Chengguang Xufs/exofs: fix potential memory leak in mount option...
2018-11-27 David Howellsafs: Handle EIO from delivery function
2018-11-27 Ernesto A. Fernándezhfsplus: prevent btree data loss on root split
2018-11-27 Ernesto A. Fernándezhfs: prevent btree data loss on root split
2018-11-27 Jann Hornreiserfs: propagate errors from fill_with_dentries...
2018-11-27 Ronnie Sahlbergcifs: fix return value for cifs_listxattr
2018-11-27 Colin Ian Kingcifs: don't dereference smb_file_target before null...
2018-11-21 Roman Gushchinmm: don't reclaim inodes with many attached pages
2018-11-21 Andreas Gruenbachergfs2: Fix metadata read-ahead during truncate (2)
2018-11-21 Andreas Gruenbachergfs2: Put bitmap buffers in put_super
2018-11-21 Miklos Szeredifuse: fix possibly missed wake-up after abort
2018-11-21 Miklos Szeredifuse: fix leaked notify reply
2018-11-21 Lukas Czernerfuse: fix use-after-free in fuse_direct_IO()
2018-11-21 Scott Mayhewnfsd: COPY and CLONE operations require the saved fileh...
2018-11-21 Trond MyklebustNFSv4: Don't exit the state manager without clearing...
2018-11-21 Benjamin Coddingtonmnt: fix __detach_mounts infinite loop
2018-11-21 Eric W. Biedermanmount: Prevent MNT_DETACH from disconnecting locked...
2018-11-21 Eric W. Biedermanmount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED...
2018-11-21 Eric W. Biedermanmount: Retest MNT_LOCKED in do_umount
2018-11-21 Vasily Averinext4: fix buffer leak in __ext4_read_dirblock() on...
2018-11-21 Vasily Averinext4: fix buffer leak in ext4_expand_extra_isize_ea...
2018-11-21 Vasily Averinext4: fix buffer leak in ext4_xattr_move_to_block(...
2018-11-21 Vasily Averinext4: release bs.bh before re-using in ext4_xattr_block...
2018-11-21 Vasily Averinext4: fix buffer leak in ext4_xattr_get_block() on...
2018-11-21 Vasily Averinext4: fix possible leak of s_journal_flag_rwsem in...
2018-11-21 Theodore Ts'oext4: fix possible leak of sbi->s_group_desc_leak in...
2018-11-21 Theodore Ts'oext4: avoid possible double brelse() in add_new_gdb...
2018-11-21 Vasily Averinext4: fix missing cleanup if ext4_alloc_flex_bg_array...
2018-11-21 Vasily Averinext4: avoid buffer leak in ext4_orphan_add() after...
2018-11-21 Vasily Averinext4: avoid buffer leak on shutdown in ext4_mark_iloc_d...
2018-11-21 Vasily Averinext4: fix possible inode leak in the retry loop of...
2018-11-21 Vasily Averinext4: missing !bh check in ext4_xattr_inode_write()
2018-11-21 Vasily Averinext4: avoid potential extra brelse in setup_new_flex_gr...
2018-11-21 Vasily Averinext4: add missing brelse() add_new_gdb_meta_bg()'s...
2018-11-21 Vasily Averinext4: add missing brelse() in set_flexbg_block_bitmap...
2018-11-21 Vasily Averinext4: add missing brelse() update_backups()'s error...
2018-11-21 Shaokun Zhangbtrfs: tree-checker: Fix misleading group system inform...
2018-11-21 Filipe MananaBtrfs: fix data corruption due to cloning of eof block
2018-11-21 Filipe MananaBtrfs: fix infinite loop on inode eviction after dedupl...
2018-11-21 Robbie KoBtrfs: fix cur_offset in the error case for nocow
2018-11-21 Filipe MananaBtrfs: fix missing data checksums after a ranged fsync...
2018-11-21 Lu Fengqibtrfs: fix pinned underflow after transaction aborted
2018-11-21 Wengang Wangocfs2: free up write context when direct IO failed
2018-11-21 Changwei Geocfs2: fix a misuse a of brelse after failing ocfs2_che...
2018-11-21 Yan, ZhengRevert "ceph: fix dentry leak in splice_dentry()"
2018-11-21 Miklos Szeredifuse: set FR_SENT while locked
2018-11-21 Miklos Szeredifuse: fix blocked_waitq wakeup
2018-11-21 Kirill Tkhaifuse: Fix use-after-free in fuse_dev_do_write()
2018-11-21 Kirill Tkhaifuse: Fix use-after-free in fuse_dev_do_read()
2018-11-21 Amir Goldsteinvfs: fix FIGETBSZ ioctl on an overlayfs file
2018-11-21 Miklos Szerediovl: automatically enable redirect_dir on metacopy=on
2018-11-21 Miklos Szerediovl: check whiteout in ovl_create_over_whiteout()
2018-11-21 Amir Goldsteinovl: fix recursive oi->lock in ovl_link()
2018-11-21 Amir Goldsteinovl: fix error handling in ovl_verify_set_fh()
2018-11-21 Jan Karaudf: Prevent write-unsupported filesystem to be remount...
2018-11-21 Dominique Martinet9p locks: fix glock.client_id leak in do_lock
2018-11-13 Filipe MananaBtrfs: fix use-after-free when dumping free space
2018-11-13 Filipe MananaBtrfs: fix use-after-free during inode eviction
2018-11-13 Josef Bacikbtrfs: move the dio_sem higher up the callchain
2018-11-13 Josef Bacikbtrfs: don't run delayed_iputs in commit
2018-11-13 Josef Bacikbtrfs: fix insert_reserved error handling
2018-11-13 Josef Bacikbtrfs: only free reserved extent if we didn't insert it
2018-11-13 Josef Bacikbtrfs: don't use ctl->free_space for max_extent_size
2018-11-13 Josef Bacikbtrfs: set max_extent_size properly
2018-11-13 Josef Bacikbtrfs: reset max_extent_size properly
2018-11-13 Filipe MananaBtrfs: fix deadlock when writing out free space caches
2018-11-13 Filipe MananaBtrfs: fix assertion on fsync of regular file when...
2018-11-13 Filipe MananaBtrfs: fix null pointer dereference on compressed write...
2018-11-13 Qu Wenruobtrfs: qgroup: Dirty all qgroups before rescan
2018-11-13 Filipe MananaBtrfs: fix wrong dentries after fsync of file that...
2018-11-13 Filipe MananaBtrfs: fix warning when replaying log after fsync of...
2018-11-13 Josef Bacikbtrfs: make sure we create all new block groups
2018-11-13 Josef Bacikbtrfs: reset max_extent_size on clear in a bitmap
2018-11-13 Josef Bacikbtrfs: protect space cache inode alloc with GFP_NOFS
next