nvmet-tcp: set MSG_MORE only if we actually have more to send
[platform/kernel/linux-rpi.git] / fs /
2020-03-25 Peter Zijlstrafutex: Fix inode life-time issue
2020-03-25 Roman Penyaevepoll: fix possible lost wakeup on epoll_ctl() path
2020-03-25 Filipe Mananabtrfs: fix log context list corruption after rename...
2020-03-25 Murphy ZhouCIFS: fiemap: do not return EINVAL if get nothing
2020-03-25 Steve Frenchcifs: add missing mount option to /proc/mounts
2020-03-25 Paulo Alcantara... cifs: fix potential mismatch of UNC paths
2020-03-25 Linus Torvaldslocks: reinstate locks_delete_block optimization
2020-03-25 yangerkunlocks: fix a potential use-after-free problem when...
2020-03-21 Qian Caijbd2: fix data races at struct journal_head
2020-03-18 Eric Biggersfscrypt: don't evict dirty inodes after removing key
2020-03-18 Miklos Szeredifuse: fix stack use after return
2020-03-18 Al Virogfs2_atomic_open(): fix O_EXCL|O_CREAT handling on...
2020-03-18 Al Virocifs_atomic_open(): fix double-put on late allocation...
2020-03-12 Omar Sandovalbtrfs: fix RAID direct I/O reads with alternate csums
2020-03-12 OGAWA Hirofumifat: fix uninit-memory access for partial initialized...
2020-03-12 Aurelien Aptelcifs: fix rename() by ensuring source handle opened...
2020-03-12 Ronnie Sahlbergcifs: don't leak -EAGAIN for stat() during reconnect
2020-03-05 Christoph Hellwigxfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
2020-03-05 Geert Uytterhoevenubifs: Fix ino_t format warnings in orphan_delete()
2020-03-05 Chao Yuf2fs: fix to add swap extent correctly
2020-03-05 Aleksa Sarainamei: only return -ECHILD from follow_dotdot_rcu()
2020-03-05 Jens Axboeio_uring: fix 32-bit compatability with sendmsg/recvmsg
2020-03-05 Dan Carpenterext4: potential crash on allocation error in ext4_alloc...
2020-03-05 Frank Sorensoncifs: Fix mode output in debugging statements
2020-03-05 Xiubo Liceph: do not execute direct write in parallel if O_APPE...
2020-03-05 Trond MyklebustNFSv4: Fix races between open and dentry revalidation
2020-03-05 Jeff Moyerdax: pass NOWAIT flag to iomap_apply
2020-03-05 Jens Axboeio_uring: grab ->fs as part of async offload
2020-02-28 Stefano Garzarellaio_uring: prevent sq_thread from spinning when it shoul...
2020-02-28 Xiaoguang Wangio_uring: fix __io_iopoll_check deadlock in io_sq_thread
2020-02-28 Aditya Pakkiecryptfs: replace BUG_ON with error handling code
2020-02-28 Filipe MananaBtrfs: fix deadlock during fast fsync when logging...
2020-02-28 Josef Bacikbtrfs: don't set path->leave_spinning for truncate
2020-02-28 Filipe MananaBtrfs: fix race between shrinking truncate and fiemap
2020-02-28 Filipe MananaBtrfs: fix btrfs_wait_ordered_range() so that it waits...
2020-02-28 Josef Bacikbtrfs: do not check delayed items are empty for single...
2020-02-28 Josef Bacikbtrfs: reset fs_root to NULL on error in open_ctree
2020-02-28 Josef Bacikbtrfs: fix bytes_may_use underflow in prealloc error...
2020-02-28 Jeff Mahoneybtrfs: destroy qgroup extent records on transaction...
2020-02-28 Eric Biggersext4: fix race between writepages and enabling EXT4_EXT...
2020-02-28 Eric Biggersext4: rename s_journal_flag_rwsem to s_writepages_rwsem
2020-02-28 Jan Karaext4: fix mount failure with quota configured as module
2020-02-28 Suraj Jitindar Singhext4: fix potential race between s_flex_groups online...
2020-02-28 Suraj Jitindar Singhext4: fix potential race between s_group_info online...
2020-02-28 Theodore Ts'oext4: fix potential race between online resizing and...
2020-02-28 Shijie Luoext4: add cond_resched() to __ext4_find_entry()
2020-02-28 Qian Caiext4: fix a data race in EXT4_I(inode)->i_disksize
2020-02-28 wangyanjbd2: fix ocfs2 corrupt when clearing block group bits
2020-02-28 Josef Bacikbtrfs: handle logged extent failure properly
2020-02-28 Wenwen Wangecryptfs: fix a memory leak bug in ecryptfs_init_messag...
2020-02-28 Wenwen Wangecryptfs: fix a memory leak bug in parse_tag_1_packet()
2020-02-24 Miklos Szeredifuse: don't overflow LLONG_MAX with end offset
2020-02-24 Steve Frenchcifs: log warning message (once) if out of disk space
2020-02-24 Vasily Averinhelp_next should increase position index
2020-02-24 Wenwen WangNFS: Fix memory leaks
2020-02-24 Yunfeng Yereiserfs: prevent NULL pointer dereference in reiserfs_...
2020-02-24 wangyanocfs2: fix a NULL pointer dereference when call ocfs2_u...
2020-02-24 Masahiro Yamadaocfs2: make local header paths relative to C files
2020-02-24 Josef Bacikbtrfs: do not do delalloc reservation under page lock
2020-02-24 Xiubo Liceph: check availability of mds cluster on mount after...
2020-02-24 Ronnie Sahlbergcifs: fix NULL dereference in match_prepath
2020-02-24 Paulo Alcantara... cifs: Fix mount options set in automount
2020-02-24 Steve Frenchcifs: fix unitialized variable poential problem with...
2020-02-24 zhangyi (F)jbd2: make sure ESHUTDOWN to be recorded in the journal...
2020-02-24 zhangyi (F)jbd2: switch to use jbd2_journal_abort() when failed...
2020-02-24 Nikolay Borisovbtrfs: Fix split-brain handling when changing FSID...
2020-02-24 David Sterbabtrfs: separate definition of assertion failure handlers
2020-02-24 Anand Jainbtrfs: device stats, log when stats are zeroed
2020-02-24 David Sterbabtrfs: safely advance counter when looking up bio csums
2020-02-24 Johannes Thumshirnbtrfs: fix possible NULL-pointer dereference in integri...
2020-02-24 Chao Yuf2fs: fix memleak of kobject
2020-02-24 Jaegeuk Kimf2fs: free sysfs kobject
2020-02-24 Jaegeuk Kimf2fs: set I_LINKABLE early to avoid wrong access by vfs
2020-02-24 Jan Karaudf: Fix free space reporting for metadata and virtual...
2020-02-24 Trond Myklebustnfsd: Clone should commit src file metadata too
2020-02-24 Jan Karareiserfs: Fix spurious unlock in reiserfs_fill_super...
2020-02-24 Chris MasonBtrfs: keep pages dirty when using btrfs_writepage_fixu...
2020-02-24 zhangyi (F)ext4, jbd2: ensure panic when aborting with zero errno
2020-02-24 Jan Karaudf: Allow writing to 'Rewritable' partitions
2020-02-24 Eric Biggersext4: fix deadlock allocating bio_post_read_ctx from...
2020-02-24 Kai Lijbd2: clear JBD2_ABORT flag before journal_reset to...
2020-02-24 Ritesh Harjaniext4: fix ext4_dax_read/write inode locking sequence...
2020-02-24 Jaegeuk Kimf2fs: call f2fs_balance_fs outside of locked page
2020-02-24 Jaegeuk Kimf2fs: preallocate DIO blocks when forcing buffered_io
2020-02-19 Chengguang Xuext4: choose hardlimit when softlimit is larger than...
2020-02-19 zhangyi (F)jbd2: do not clear the BH_Mapped flag when forgetting...
2020-02-19 zhangyi (F)jbd2: move the clearing of b_modified flag to the journ...
2020-02-19 Olga KornievskaiaNFSv4.1 make cachethis=no for writes
2020-02-19 Petr Pavlucifs: fix mount option display for sec=krb5i
2020-02-19 Ronnie Sahlbergcifs: make sure we do not overflow the max EA buffer...
2020-02-19 David Sterbabtrfs: log message when rw remount is attempted with...
2020-02-19 David Sterbabtrfs: print message when tree-log replay starts
2020-02-19 Wenwen Wangbtrfs: ref-verify: fix memory leaks
2020-02-19 Filipe MananaBtrfs: fix race between using extent maps and merging...
2020-02-19 Theodore Ts'oext4: improve explanation of a mount failure caused...
2020-02-19 Shijie Luoext4: add cond_resched() to ext4_protect_reserved_inode
2020-02-19 Jan Karaext4: fix checksum errors with indexed dirs
2020-02-19 Theodore Ts'oext4: fix support for inode sizes > 1024 bytes
2020-02-19 Andreas Dilgerext4: don't assume that mmp_nodename/bdevname have NUL
2020-02-14 Robert MilkowskiNFSv4.0: nfs4_do_fsinfo() should not do implicit lease...
next