Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | asm-generic: Improve csum_fold | Charlie Jenkins | 2024-01-18 | 1 | -3/+3 | |
| | | |/ / / / | ||||||
| * | | | | | | Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2024-01-19 | 2 | -54/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | string: Remove strlcpy() | Kees Cook | 2024-01-19 | 2 | -54/+0 | |
| * | | | | | | | Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2024-01-19 | 2 | -6/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | of: Stop circularly including of_device.h and of_platform.h | Rob Herring | 2024-01-19 | 2 | -6/+3 | |
| * | | | | | | | | Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-01-19 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge tag 'asoc-fix-v6.8-merge-window' of https://git.kernel.org/pub/scm/linu... | Takashi Iwai | 2024-01-16 | 1 | -4/+5 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | ASoC: tas2781: Add tas2563 into header file for DSP mode | Shenghao Ding | 2024-01-05 | 1 | -4/+5 | |
| * | | | | | | | | | | Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 2024-01-19 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | power: supply: bq27xxx: Stop and start delayed work in suspend and resume | Marek Vasut | 2023-11-15 | 1 | -0/+1 | |
| | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 2024-01-19 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ceph: try to allocate a smaller extent map for sparse read | Xiubo Li | 2024-01-15 | 1 | -2/+5 | |
| * | | | | | | | | | | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-01-19 | 7 | -99/+320 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | netfs: Fix interaction between write-streaming and cachefiles culling | David Howells | 2024-01-05 | 2 | -0/+4 | |
| | * | | | | | | | | | | netfs: Rearrange netfs_io_subrequest to put request pointer first | David Howells | 2024-01-04 | 1 | -1/+1 | |
| | * | | | | | | | | | | afs: Use the netfs write helpers | David Howells | 2023-12-28 | 1 | -23/+0 | |
| | * | | | | | | | | | | netfs: Optimise away reads above the point at which there can be no data | David Howells | 2023-12-28 | 1 | -3/+18 | |
| | * | | | | | | | | | | netfs: Implement a write-through caching option | David Howells | 2023-12-28 | 2 | -2/+8 | |
| | * | | | | | | | | | | netfs: Provide a launder_folio implementation | David Howells | 2023-12-28 | 2 | -0/+5 | |
| | * | | | | | | | | | | netfs: Provide a writepages implementation | David Howells | 2023-12-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | netfs, cachefiles: Pass upper bound length to allow expansion | David Howells | 2023-12-28 | 1 | -2/+3 | |
| | * | | | | | | | | | | netfs: Provide netfs_file_read_iter() | David Howells | 2023-12-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() | David Howells | 2023-12-28 | 1 | -0/+4 | |
| | * | | | | | | | | | | netfs: Implement buffered write API | David Howells | 2023-12-28 | 1 | -0/+3 | |
| | * | | | | | | | | | | netfs: Implement unbuffered/DIO write support | David Howells | 2023-12-28 | 2 | -1/+7 | |
| | * | | | | | | | | | | netfs: Implement unbuffered/DIO read support | David Howells | 2023-12-28 | 2 | -1/+15 | |
| | * | | | | | | | | | | netfs: Make netfs_read_folio() handle streaming-write pages | David Howells | 2023-12-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | netfs: Provide func to copy data to pagecache for buffered write | David Howells | 2023-12-28 | 2 | -0/+78 | |
| | * | | | | | | | | | | netfs: Dispatch write requests to process a writeback slice | David Howells | 2023-12-28 | 2 | -2/+61 | |
| | * | | | | | | | | | | netfs: Prep to use folio->private for write grouping and streaming write | David Howells | 2023-12-28 | 1 | -0/+41 | |
| | * | | | | | | | | | | netfs: Make the refcounting of netfs_begin_read() easier to use | David Howells | 2023-12-28 | 1 | -4/+5 | |
| | * | | | | | | | | | | netfs: Add a hook to allow tell the netfs to update its i_size | David Howells | 2023-12-28 | 1 | -0/+4 | |
| | * | | | | | | | | | | netfs: Extend the netfs_io_*request structs to handle writes | David Howells | 2023-12-28 | 2 | -3/+20 | |
| | * | | | | | | | | | | netfs: Limit subrequest by size or number of segments | David Howells | 2023-12-28 | 2 | -0/+2 | |
| | * | | | | | | | | | | netfs: Add func to calculate pagecount/size-limited span of an iterator | David Howells | 2023-12-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | netfs: Provide tools to create a buffer in an xarray | David Howells | 2023-12-28 | 1 | -0/+4 | |
| | * | | | | | | | | | | netfs: Add support for DIO buffering | David Howells | 2023-12-28 | 1 | -0/+3 | |
| | * | | | | | | | | | | netfs: Add iov_iters to (sub)requests to describe various buffers | David Howells | 2023-12-24 | 1 | -0/+3 | |
| | * | | | | | | | | | | netfs: Implement unbuffered/DIO vs buffered I/O locking | David Howells | 2023-12-24 | 1 | -0/+10 | |
| | * | | | | | | | | | | netfs: Provide invalidate_folio and release_folio calls | David Howells | 2023-12-24 | 1 | -2/+4 | |
| | * | | | | | | | | | | afs: Don't use folio->private to record partial modification | David Howells | 2023-12-24 | 1 | -12/+4 | |
| | * | | | | | | | | | | netfs: Add a ->free_subrequest() op | David Howells | 2023-12-24 | 1 | -0/+1 | |
| | * | | | | | | | | | | netfs: Allow the netfs to make the io (sub)request alloc larger | David Howells | 2023-12-24 | 1 | -0/+2 | |
| | * | | | | | | | | | | netfs: Add a procfile to list in-progress requests | David Howells | 2023-12-24 | 1 | -1/+5 | |
| | * | | | | | | | | | | netfs: Move pinning-for-writeback from fscache to netfs | David Howells | 2023-12-24 | 4 | -44/+5 | |
| | * | | | | | | | | | | netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink | David Howells | 2023-12-24 | 1 | -1/+0 | |
| | * | | | | | | | | | | netfs, fscache: Remove ->begin_cache_operation | David Howells | 2023-12-24 | 2 | -6/+1 | |
| * | | | | | | | | | | | Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds | 2024-01-19 | 4 | -8/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | blk-mq: Remove the hctx 'run' debugfs attribute | Bart Van Assche | 2024-01-17 | 1 | -3/+0 | |
| | * | | | | | | | | | | | block: Fix iterating over an empty bio with bio_for_each_folio_all | Matthew Wilcox (Oracle) | 2024-01-16 | 1 | -3/+6 |