| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | NFSD: Add trace point for SCSI fencing operation. | Dai Ngo | 1 | -1/+4 |
| 2025-11-25 | NFSD: use correct reservation type in nfsd4_scsi_fence_client | Dai Ngo | 1 | -1/+2 |
| 2025-11-16 | NFSD/blocklayout: Support multiple extents per LAYOUTGET | Sergey Bashirov | 1 | -13/+34 |
| 2025-11-16 | NFSD/blocklayout: Introduce layout content structure | Sergey Bashirov | 1 | -4/+22 |
| 2025-11-16 | NFSD/blocklayout: Extract extent mapping from proc_layoutget | Sergey Bashirov | 1 | -49/+66 |
| 2025-11-16 | NFSD/blocklayout: Fix minlength check in proc_layoutget | Sergey Bashirov | 1 | -1/+3 |
| 2025-10-01 | NFSD: Do the grace period check in ->proc_layoutget | Chuck Lever | 1 | -2/+5 |
| 2025-09-21 | NFSD: Fix last write offset handling in layoutcommit | Sergey Bashirov | 1 | -3/+2 |
| 2025-09-21 | NFSD: Implement large extent array support in pNFS | Sergey Bashirov | 1 | -8/+12 |
| 2025-07-14 | nfsd: Use correct error code when decoding extents | Sergey Bashirov | 1 | -8/+12 |
| 2024-09-20 | NFSD: Annotate struct pnfs_block_deviceaddr with __counted_by() | Thorsten Blum | 1 | -4/+2 |
| 2024-03-01 | nfsd: allow layout state to be admin-revoked. | NeilBrown | 1 | -2/+2 |
| 2023-10-18 | nfsd: convert to new timestamp accessors | Jeff Layton | 1 | -1/+2 |
| 2023-03-31 | nfsd: call op_release, even when op_func returns an error | Jeff Layton | 1 | -0/+1 |
| 2022-11-28 | nfsd: move nfserrno() to vfs.c | Jeff Layton | 1 | -0/+1 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
| 2021-10-22 | nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands | Christoph Hellwig | 1 | -117/+41 |
| 2021-06-30 | block: remove REQ_OP_SCSI_{IN,OUT} | Christoph Hellwig | 1 | -1/+1 |
| 2021-01-24 | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang | 1 | -1/+1 |
| 2020-09-25 | block: add a bdev_is_partition helper | Christoph Hellwig | 1 | -2/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2019-08-19 | nfsd: convert fi_deleg_file and ls_file fields to nfsd_file | Jeff Layton | 1 | -1/+2 |
| 2019-07-03 | nfsd: use 64-bit seconds fields in nfsd v4 code | J. Bruce Fields | 1 | -5/+3 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -3/+5 |
| 2018-06-12 | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+16 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -3/+5 |
| 2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 1 | -1/+1 |
| 2018-05-11 | nfsd: make nfsd4_scsi_identify_device retry with a larger buffer | Scott Mayhew | 1 | -2/+16 |
| 2017-11-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-01 | iomap: Switch from blkno to disk offset | Andreas Gruenbacher | 1 | -2/+2 |
| 2017-06-20 | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 1 | -1/+0 |
| 2017-06-01 | nfsd: Check queue type before submitting a SCSI request | Bart Van Assche | 1 | -0/+3 |
| 2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 1 | -2/+2 |
| 2017-04-20 | block: remove the blk_execute_rq return value | Christoph Hellwig | 1 | -2/+3 |
| 2017-02-27 | fs: add i_blocksize() | Fabian Frederick | 1 | -3/+3 |
| 2017-01-31 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -1/+1 |
| 2017-01-27 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -7/+10 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -1/+1 |
| 2016-08-04 | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+2 |
| 2016-07-27 | Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2016-07-13 | nfsd: flex file device id encoding will need the server address | Tom Haynes | 1 | -0/+2 |
| 2016-06-21 | fs: move struct iomap from exportfs.h to a separate header | Christoph Hellwig | 1 | -0/+1 |
| 2016-06-14 | nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfix | Geert Uytterhoeven | 1 | -1/+1 |
| 2016-03-18 | nfsd: add SCSI layout support | Christoph Hellwig | 1 | -1/+207 |
| 2016-03-18 | nfsd: move some blocklayout code | Christoph Hellwig | 1 | -40/+50 |
| 2015-10-09 | nfsd/blocklayout: accept any minlength | Christoph Hellwig | 1 | -8/+0 |
| 2015-05-04 | nfsd/blocklayout: pretend we can send deviceid notifications | Christoph Hellwig | 1 | -0/+11 |
| 2015-03-25 | NFSD: Printk blocklayout length and offset as format 0x%llx | Kinglong Mee | 1 | -1/+1 |
| 2015-02-05 | nfsd: pNFS block layout driver | Christoph Hellwig | 1 | -0/+189 |