Age | Commit message (Expand) | Author |
2021-03-02 | btrfs: fix spurious free_space_tree remount warning | Boris Burkov |
2021-03-02 | btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl | Dan Carpenter |
2021-03-02 | btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors | Nikolay Borisov |
2021-03-02 | btrfs: ref-verify: use 'inline void' keyword ordering | Randy Dunlap |
2021-03-01 | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2021-03-01 | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-03-01 | io-wq: wait for worker startup when forking a new one | Jens Axboe |
2021-02-28 | Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2021-02-28 | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-27 | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2021-02-26 | block: Add bio_max_segs | Matthew Wilcox (Oracle) |
2021-02-26 | Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2021-02-26 | Merge tag 'for-5.12/io_uring-2021-02-25' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-02-26 | fs/coredump: use kmap_local_page() | Ira Weiny |
2021-02-26 | proc: use kvzalloc for our kernel buffer | Josef Bacik |
2021-02-26 | proc/wchan: use printk format instead of lookup_symbol_name() | Helge Deller |
2021-02-26 | iomap: use mapping_seek_hole_data | Matthew Wilcox (Oracle) |
2021-02-26 | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2021-02-26 | btrfs: use copy_highpage() instead of 2 kmaps() | Ira Weiny |
2021-02-26 | btrfs: use memcpy_[to|from]_page() and kmap_local_page() | Ira Weiny |
2021-02-25 | cifs: update internal version number | Steve French |
2021-02-25 | cifs: use discard iterator to discard unneeded network data more efficiently | David Howells |
2021-02-25 | cifs: introduce helper for finding referral server to improve DFS target reso... | Paulo Alcantara |
2021-02-25 | cifs: check all path components in resolved dfs target | Paulo Alcantara |
2021-02-25 | cifs: fix DFS failover | Paulo Alcantara |
2021-02-25 | cifs: fix nodfs mount option | Paulo Alcantara |
2021-02-25 | cifs: fix handling of escaped ',' in the password mount argument | Ronnie Sahlberg |
2021-02-25 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2021-02-25 | cifs: Add new parameter "acregmax" for distinct file and directory metadata t... | Steve French |
2021-02-25 | cifs: convert revalidate of directories to using directory metadata cache tim... | Steve French |
2021-02-25 | cifs: Add new mount parameter "acdirmax" to allow caching directory metadata | Steve French |
2021-02-25 | io-wq: remove now unused IO_WQ_BIT_ERROR | Jens Axboe |
2021-02-25 | io_uring: fix SQPOLL thread handling over exec | Jens Axboe |
2021-02-25 | io-wq: improve manager/worker handling over exec | Jens Axboe |
2021-02-25 | io_uring: ensure SQPOLL startup is triggered before error shutdown | Jens Axboe |
2021-02-25 | io-wq: make buffered file write hashed work map per-ctx | Jens Axboe |
2021-02-25 | xfs: use current->journal_info for detecting transaction recursion | Dave Chinner |
2021-02-25 | xfs: don't nest transactions when scanning for eofblocks | Darrick J. Wong |
2021-02-25 | xfs: don't reuse busy extents on extent trim | Brian Foster |
2021-02-25 | Revert "io_uring: wait potential ->release() on resurrect" | Jens Axboe |
2021-02-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-02-24 | hugetlbfs: remove unneeded return value of hugetlb_vmtruncate() | Miaohe Lin |
2021-02-24 | hugetlbfs: fix some comment typos | Miaohe Lin |
2021-02-24 | hugetlbfs: correct some obsolete comments about inode i_mutex | Miaohe Lin |
2021-02-24 | hugetlbfs: make hugepage size conversion more readable | Miaohe Lin |
2021-02-24 | hugetlbfs: remove meaningless variable avoid_reserve | Miaohe Lin |
2021-02-24 | hugetlbfs: correct obsolete function name in hugetlbfs_read_iter() | Miaohe Lin |
2021-02-24 | hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs | Miaohe Lin |