summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-30inotify: convert to handle_inode_event() interfaceAmir Goldstein3-54/+14
2020-12-30fsnotify: generalize handle_inode_event()Amir Goldstein3-9/+26
2020-12-30jffs2: Fix ignoring mounting options problem during remountinglizhe1-0/+17
2020-12-30jffs2: Fix GC exit abnormallyZhe Li1-0/+16
2020-12-30ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2020-12-30SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French1-4/+12
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-12-30ovl: make ioctl() safeMiklos Szeredi1-71/+16
2020-12-30ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara1-5/+14
2020-12-30ext4: fix a memory leak of ext4_free_dataChunguang Xu1-0/+1
2020-12-30ext4: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2020-12-30btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2020-12-30btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik3-28/+40
2020-12-30btrfs: do not shorten unpin len for caching block groupsJosef Bacik1-4/+4
2020-12-30io_uring: make ctx cancel on exit targeted to actual ctxJens Axboe1-1/+8
2020-12-30io_uring: fix double io_uring freePavel Begunkov1-32/+39
2020-12-30io_uring: fix ignoring xa_store errorsPavel Begunkov1-3/+7
2020-12-30io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Xiaoguang Wang1-10/+19
2020-12-30io_uring: fix 0-iov read buffer selectPavel Begunkov1-3/+1
2020-12-30io_uring: fix io_wqe->work_list corruptionXiaoguang Wang1-0/+1
2020-12-30io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang1-2/+13
2020-12-30io_uring: fix racy IOPOLL completionsPavel Begunkov1-5/+18
2020-12-30io_uring: fix io_cqring_events()'s noflushPavel Begunkov1-1/+1
2020-12-30proc mountinfo: make splice available againLinus Torvalds1-3/+6
2020-12-30io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov1-4/+2
2020-12-30io_uring: fix racy IOPOLL flush overflowPavel Begunkov1-4/+6
2020-12-30epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh1-9/+16
2020-12-30io_uring: cancel only requests of current taskPavel Begunkov1-18/+5
2020-12-30NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Trond Myklebust1-1/+1
2020-12-30proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2020-12-30ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-12-30fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li1-1/+3
2020-12-30erofs: avoid using generic_block_bmapHuang Jianan1-19/+7
2020-12-30nfs_common: need lock during iterate through the listCheng Lin1-1/+5
2020-12-30NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo1-0/+1
2020-12-30nfsd: Fix message level for normal terminationkazuo ito1-2/+1
2020-12-30f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-30NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown1-1/+1
2020-12-30lockd: don't use interval-based rebinding over TCPCalum Mackay1-9/+11
2020-12-30NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust1-3/+7
2020-12-30NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-12-30virtiofs fix leak in setupMiklos Szeredi1-0/+2
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-12-26fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam1-1/+1
2020-12-26quota: Sanity-check quota file headers on loadJan Kara1-0/+19
2020-12-26f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-12-26ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3