summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-10-28xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2019-10-28xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2019-10-28xfs: convert xbitmap to interval treerepair-bitmap-rework_2019-10-28Darrick J. Wong
2019-10-28xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2019-10-28xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2019-10-28xfs: replace open-coded bitmap weight logicDarrick J. Wong
2019-10-28xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2019-10-28xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2019-10-28Darrick J. Wong
2019-10-28xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2019-10-28xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2019-10-28xfs: support staging cursors for per-AG btree typesbtree-bulk-loading_2019-10-28Darrick J. Wong
2019-10-28xfs: support bulk loading of staged btreesDarrick J. Wong
2019-10-28xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2019-10-28xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2019-10-28xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2019-10-28Darrick J. Wong
2019-10-28xfs: extend the range of flush_unmap rangesstale-exposure_2019-10-28Darrick J. Wong
2019-10-28xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2019-10-28xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksbmap-refactor_2019-10-28Darrick J. Wong
2019-10-28xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadatatighten-verifiers_2019-10-28Darrick J. Wong
2019-10-28xfs: namecheck directory entry names before listing themDarrick J. Wong
2019-10-28xfs: namecheck attribute names before listing themDarrick J. Wong
2019-10-28xfs: check attribute leaf block structureDarrick J. Wong
2019-10-27Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-10-26Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-26Merge tag 'dax-fix-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov
2019-10-25io_uring: Fix corrupted user_dataPavel Begunkov
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-10-24CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky
2019-10-24Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-24gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price
2019-10-23io_uring: correct timeout req sequence when inserting a new entryzhangyi (F)
2019-10-23io_uring : correct timeout req sequence when waiting timeoutzhangyi (F)
2019-10-23io_uring: revert "io_uring: optimize submit_and_wait API"Jens Axboe
2019-10-23Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-22fs/dax: Fix pmd vs pte conflict detectionDan Williams
2019-10-20cifs: Fix missed free operationsChuhong Yuan
2019-10-20CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas
2019-10-20cifs: clarify comment about timestamp granularity for old serversSteve French
2019-10-20cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)
2019-10-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-10-19proc/meminfo: fix output alignmentKirill A. Shutemov
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullYi Li
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu
2019-10-19fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand