summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-10-19xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2019-10-19Darrick J. Wong
2019-10-19xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2019-10-19xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2019-10-19xfs: always rescan allegedly healthy per-ag metadata after repairrepair-health_2019-10-19Darrick J. Wong
2019-10-19xfs: add a repair revalidation function pointerDarrick J. Wong
2019-10-19xfs: convert xbitmap to interval treerepair-bitmap-rework_2019-10-19Darrick J. Wong
2019-10-19xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2019-10-19xfs: replace open-coded bitmap weight logicDarrick J. Wong
2019-10-19xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2019-10-19xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2019-10-19Darrick J. Wong
2019-10-19xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2019-10-19xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2019-10-19xfs: support staging cursors for per-AG btree typesbtree-bulk-loading_2019-10-19Darrick J. Wong
2019-10-19xfs: support bulk loading of staged btreesDarrick J. Wong
2019-10-19xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2019-10-19xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2019-10-19xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2019-10-19Darrick J. Wong
2019-10-19xfs: extend the range of flush_unmap rangesstale-exposure_2019-10-19Darrick J. Wong
2019-10-19xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2019-10-19xfs: change the seconds fields in xfs_bulkstat to signedxfs-5.4-fixes_2019-10-19Darrick J. Wong
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-10-11Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-10io_uring: fix sequence logic for timeout requestsfor-linus-20191012Jens Axboe
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe
2019-10-09xfs: move local to extent inode logging into bmap helperxfs-5.4-fixes-3Brian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust
2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-10-09smb3: Fix regression in time handlingSteve French
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-10-07writeback: fix use-after-free in finish_writeback_work()Tejun Heo
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai