summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-05-25btrfs: backref: rename and move drop_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move free_backref_(node|edge)Qu Wenruo
2020-05-25btrfs: backref: rename and move link_backref_edge()Qu Wenruo
2020-05-25btrfs: backref: rename and move alloc_backref_edge()Qu Wenruo
2020-05-25btrfs: backref: rename and move alloc_backref_node()Qu Wenruo
2020-05-25btrfs: backref: rename and move backref_cache_init()Qu Wenruo
2020-05-25btrfs: rename tree_entry to rb_simple_node and export itQu Wenruo
2020-05-25btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.hQu Wenruo
2020-05-25btrfs: reloc: add btrfs_ prefix for backref_node/edge/cacheQu Wenruo
2020-05-25btrfs: reloc: refactor useless nodes handling into its own functionQu Wenruo
2020-05-25btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()Qu Wenruo
2020-05-25btrfs: reloc: remove the open-coded goto loop for breadth-first searchQu Wenruo
2020-05-25btrfs: reloc: pass essential members for alloc_backref_node()Qu Wenruo
2020-05-25btrfs: reloc: use wrapper to replace open-coded edge linkingQu Wenruo
2020-05-25btrfs: reloc: refactor indirect tree backref processing into its own functionQu Wenruo
2020-05-25btrfs: reloc: refactor direct tree backref processing into its own functionQu Wenruo
2020-05-25btrfs: reloc: make reloc root search-specific for relocation backref cacheQu Wenruo
2020-05-25btrfs: reloc: add backref_cache::fs_info memberQu Wenruo
2020-05-25btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_nodeQu Wenruo
2020-05-25btrfs: reloc: rename mark_block_processed and __mark_block_processedQu Wenruo
2020-05-25btrfs: reloc: use btrfs_backref_iter infrastructureQu Wenruo
2020-05-25btrfs: backref: implement btrfs_backref_iter_next()Qu Wenruo
2020-05-25btrfs: backref: introduce the skeleton of btrfs_backref_iterQu Wenruo
2020-05-25btrfs: add missing annotation for btrfs_tree_lock()Jules Irenge
2020-05-25btrfs: add missing annotation for btrfs_lock_cluster()Jules Irenge
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-23rxrpc: Fix a warningDavid Howells
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-05-22Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon
2020-05-21Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-20Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang
2020-05-19io_uring: don't add non-IO requests to iopoll pending listJens Axboe
2020-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-05-19fix multiplication overflow in copy_fdtable()Al Viro
2020-05-19io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh
2020-05-19ext4: fix fiemap size checks for bitmap filesChristoph Hellwig
2020-05-19ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani
2020-05-18Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Linus Torvalds
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-05-18io_uring: cancel work if task_work_add() failsJens Axboe
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun
2020-05-18exfat: use iter_file_splice_writeEric Sandeen
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers
2020-05-17io_uring: remove dead check in io_splice()Jens Axboe
2020-05-17Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-05-17exec: Move would_dump into flush_old_execEric W. Biederman