aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-18io_uring: terminate manual loop iterator loop correctly for non-vecsGravatar Jens Axboe 1-2/+4
2022-03-18binfmt_elf: Don't write past end of notes for regset gapGravatar Rick Edgecombe 1-10/+14
2022-03-18io_uring: don't check unrelated req->open.how in accept requestGravatar Jens Axboe 1-2/+1
2022-03-18f2fs: use aggressive GC policy during f2fs_disable_checkpoint()Gravatar Chao Yu 1-0/+5
2022-03-18f2fs: fix compressed file start atomic write may cause data corruptionGravatar Fengnan Chang 2-2/+5
2022-03-17f2fs: initialize sbi->gc_mode explicitlyGravatar Chao Yu 1-0/+1
2022-03-17nfsd: use correct format charactersGravatar Bill Wendling 1-1/+1
2022-03-17io_uring: manage provided buffers strictly orderedGravatar Jens Axboe 1-62/+92
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsGravatar Joseph Qi 1-11/+11
2022-03-17f2fs: introduce gc_urgent_mid modeGravatar Daeho Jeong 4-1/+17
2022-03-17f2fs: compress: fix to print raw data size in error path of lz4 decompressionGravatar Chao Yu 1-3/+2
2022-03-17f2fs: remove redundant parameter judgmentGravatar Wang Xiaojun 1-2/+1
2022-03-17f2fs: use spin_lock to avoid hangGravatar Jaegeuk Kim 1-7/+10
2022-03-17erofs: rename ctime to mtimeGravatar David Anderson 2-4/+5
2022-03-16smb3: fix incorrect session setup check for multiuser mountsGravatar Steve French 1-1/+2
2022-03-16io_uring: fold evfd signalling under a slower pathGravatar Pavel Begunkov 1-26/+34
2022-03-16io_uring: thin down io_commit_cqring()Gravatar Pavel Begunkov 1-8/+15
2022-03-16io_uring: shuffle io_eventfd_signal() bits aroundGravatar Pavel Begunkov 1-8/+5
2022-03-16io_uring: remove extra barrier for non-sqpoll iopollGravatar Pavel Begunkov 1-4/+1
2022-03-16io_uring: fix provided buffer return on failure for kiocb_done()Gravatar Pavel Begunkov 1-7/+3
2022-03-16io_uring: extend provided buf return to failsGravatar Pavel Begunkov 1-1/+1
2022-03-16io_uring: refactor timeout cancellation cqe postingGravatar Pavel Begunkov 1-4/+1
2022-03-16io_uring: normilise naming for fill_cqe*Gravatar Pavel Begunkov 1-8/+8
2022-03-16io_uring: cache poll/double-poll state with a request flagGravatar Jens Axboe 1-5/+19
2022-03-16io_uring: cache req->apoll->events in req->cflagsGravatar Jens Axboe 1-12/+19
2022-03-16io_uring: move req->poll_refs into previous struct holeGravatar Jens Axboe 1-3/+3
2022-03-16fs: Remove aops ->set_page_dirtyGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioGravatar Matthew Wilcox (Oracle) 7-8/+8
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 27-78/+69
2022-03-16nilfs: Convert nilfs_set_page_dirty() to nilfs_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-20/+18
2022-03-17erofs: use meta buffers for inode lookupGravatar Gao Xiang 1-30/+24
2022-03-17erofs: use meta buffers for reading directoriesGravatar Gao Xiang 3-18/+17
2022-03-17fs: erofs: add sanity check for kobject in erofs_unregister_sysfsGravatar Dongliang Mu 1-3/+5
2022-03-17erofs: refine managed inode stuffsGravatar Gao Xiang 2-6/+9
2022-03-17erofs: clean up z_erofs_extent_lookbackGravatar Gao Xiang 1-34/+33
2022-03-16erofs: silence warnings related to impossible m_plenGravatar Gao Xiang 1-2/+2
2022-03-16erofs: clean up preload_compressed_pages()Gravatar Gao Xiang 1-8/+10
2022-03-16erofs: get rid of `struct z_erofs_collector'Gravatar Gao Xiang 1-86/+77
2022-03-16erofs: use meta buffers for erofs_read_superblock()Gravatar Jeffle Xu 1-8/+5
2022-03-15mount_setattr(): clean the control flow and calling conventionsGravatar Al Viro 1-42/+40
2022-03-15ext4: fix kernel doc warningsGravatar Theodore Ts'o 2-3/+4
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsGravatar Ritesh Harjani 1-2/+2
2022-03-15ext4: add commit_tid info in jbd debug logGravatar Ritesh Harjani 1-6/+9
2022-03-15ext4: add transaction tid info in fc_track eventsGravatar Ritesh Harjani 1-5/+5
2022-03-15ext4: add new trace event in ext4_fc_cleanupGravatar Ritesh Harjani 1-0/+1
2022-03-15ext4: return early for non-eligible fast_commit track eventsGravatar Ritesh Harjani 2-14/+60
2022-03-15pstore: Don't use semaphores in always-atomic-context codeGravatar Jann Horn 1-20/+18
2022-03-15io_uring: recycle apoll_poll entriesGravatar Jens Axboe 1-6/+37
2022-03-15NFSD: prevent underflow in nfssvc_decode_writeargs()Gravatar Dan Carpenter 2-2/+2
2022-03-15ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioGravatar Matthew Wilcox (Oracle) 1-7/+7