Age | Commit message (Expand) | Author | Files | Lines |
2021-11-01 | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -11/+99 |
2021-11-01 | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -1/+2 |
2021-11-01 | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -8/+7 |
2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -8/+6 |
2021-11-01 | Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -20/+24 |
2021-11-01 | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 51 | -2903/+4439 |
2021-11-01 | btrfs: fix lzo_decompress_bio() kmap leakage | Linus Torvalds | 1 | -1/+2 |
2021-11-01 | Merge tag 'exfat-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2021-11-01 | Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -299/+959 |
2021-11-01 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 8 | -40/+87 |
2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -57/+26 |
2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 10 | -21/+21 |
2021-11-01 | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux... | Linus Torvalds | 3 | -120/+44 |
2021-11-01 | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 24 | -59/+42 |
2021-11-01 | Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -848/+983 |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 18 | -61/+68 |
2021-11-01 | Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay... | Linus Torvalds | 6 | -156/+27 |
2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 4 | -13/+15 |
2021-11-01 | exfat: fix incorrect loading of i_blocks for large files | Sungjong Seo | 1 | -1/+1 |
2021-10-31 | erofs: don't trigger WARN() when decompression fails | Gao Xiang | 1 | -1/+0 |
2021-10-29 | Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -33/+72 |
2021-10-29 | io-wq: remove worker to owner tw dependency | Pavel Begunkov | 1 | -9/+37 |
2021-10-29 | io_uring: harder fdinfo sq/cq ring iterating | Jens Axboe | 1 | -22/+29 |
2021-10-29 | Revert "btrfs: compression: drop kmap/kunmap from lzo" | David Sterba | 1 | -11/+25 |
2021-10-29 | Revert "btrfs: compression: drop kmap/kunmap from zlib" | David Sterba | 1 | -11/+25 |
2021-10-29 | Revert "btrfs: compression: drop kmap/kunmap from zstd" | David Sterba | 1 | -9/+18 |
2021-10-29 | btrfs: remove root argument from check_item_in_log() | Filipe Manana | 1 | -2/+2 |
2021-10-29 | btrfs: remove root argument from add_link() | Filipe Manana | 1 | -2/+3 |
2021-10-29 | btrfs: remove root argument from btrfs_unlink_inode() | Filipe Manana | 3 | -22/+18 |
2021-10-29 | btrfs: remove root argument from drop_one_dir_item() | Filipe Manana | 1 | -4/+4 |
2021-10-29 | btrfs: clear MISSING device status bit in btrfs_close_one_device | Li Zhang | 1 | -1/+3 |
2021-10-29 | btrfs: call btrfs_check_rw_degradable only if there is a missing device | Anand Jain | 1 | -1/+2 |
2021-10-29 | btrfs: send: prepare for v2 protocol | David Sterba | 3 | -1/+32 |
2021-10-28 | ocfs2: fix race between searching chunks and release journal_head from buffer... | Gautham Ananthakrishna | 1 | -9/+13 |
2021-10-27 | Revert "btrfs: compression: drop kmap/kunmap from generic helpers" | David Sterba | 2 | -2/+4 |
2021-10-26 | io_uring: don't assign write hint in the read path | Jens Axboe | 1 | -1/+1 |
2021-10-26 | btrfs: fix comment about sector sizes supported in 64K systems | Anand Jain | 1 | -2/+1 |
2021-10-26 | btrfs: update device path inode time instead of bd_inode | Josef Bacik | 1 | -8/+13 |
2021-10-26 | fs: export an inode_update_time helper | Josef Bacik | 1 | -3/+4 |
2021-10-26 | btrfs: fix deadlock when defragging transparent huge pages | Omar Sandoval | 1 | -0/+14 |
2021-10-26 | btrfs: sysfs: convert scnprintf and snprintf to sysfs_emit | Anand Jain | 1 | -49/+44 |
2021-10-26 | btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZE | Qu Wenruo | 2 | -3/+7 |
2021-10-26 | btrfs: update comments for chunk allocation -ENOSPC cases | Filipe Manana | 1 | -3/+18 |
2021-10-26 | btrfs: fix deadlock between chunk allocation and chunk btree modifications | Filipe Manana | 4 | -56/+111 |
2021-10-26 | btrfs: zoned: use greedy gc for auto reclaim | Johannes Thumshirn | 1 | -0/+22 |
2021-10-26 | btrfs: check-integrity: stop storing the block device name in btrfsic_dev_state | Christoph Hellwig | 1 | -91/+110 |
2021-10-26 | btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls | Josef Bacik | 3 | -36/+48 |
2021-10-26 | btrfs: add a btrfs_get_dev_args_from_path helper | Josef Bacik | 2 | -32/+68 |