| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation | Poul-Henning Kamp | 2003-07-18 | 1 | -546/+0 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | Poul-Henning Kamp | 2003-06-15 | 1 | -0/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Fix NFS file swapping, I broke it 3 months ago it seems. | Poul-Henning Kamp | 2003-06-05 | 1 | -6/+6 |
* | Provide a mac_check_system_swapoff() entry point, which permits MAC | Robert Watson | 2003-03-05 | 1 | -0/+8 |
* | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-03-02 | 1 | -5/+12 |
* | Fix swapping to a file, it was broken when SPECSTRATEGY was introduced. | Matthew Dillon | 2003-01-20 | 1 | -1/+4 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | Poul-Henning Kamp | 2003-01-04 | 1 | -1/+1 |
* | Revert use of dmmax_mask, I had overlooked a '~'. | Poul-Henning Kamp | 2003-01-03 | 1 | -2/+2 |
* | Avoid extern decls in .c files by putting them in the vm/swap_pager.h | Poul-Henning Kamp | 2003-01-03 | 1 | -3/+2 |
* | Retire sys/dmap.h by including the two lines of it which matters | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+3 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
* | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -6/+134 |
* | Merge from MAC tree: rename mac_check_vnode_swapon() to | Robert Watson | 2002-10-27 | 1 | -1/+1 |
* | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | Robert Watson | 2002-10-22 | 1 | -1/+7 |
* | - Lock access to numoutput on the swap devices. | Jeff Roberson | 2002-09-25 | 1 | -0/+2 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -2/+4 |
* | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -2/+4 |
* | Export nswapdev through sysctl(8). | Dag-Erling Smørgrav | 2002-05-31 | 1 | -0/+2 |
* | Expand the one-line function pbreassignbuf() the only place it is or could | Poul-Henning Kamp | 2002-05-05 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
* | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -1/+0 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -6/+5 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -16/+16 |
* | make swapon() MPSAFE (will adjust syscalls.master later) | Matthew Dillon | 2001-08-31 | 1 | -5/+13 |
* | Permit direct swapping to NFS regular files using swapon(2). We | Ian Dowse | 2001-07-28 | 1 | -3/+10 |
* | whitespace / register cleanup | Matthew Dillon | 2001-07-04 | 1 | -5/+5 |
* | Change the way information about swap devices is exported to be more | Thomas Moestl | 2001-06-01 | 1 | -28/+34 |
* | Introduce per-swap area accounting in the VM system, and export | Robert Watson | 2001-02-23 | 1 | -2/+32 |
* | - If swap metadata does not fit into the KVM, reduce the number of | Seigo Tanimura | 2000-12-13 | 1 | -0/+8 |
* | The swap bitmap allocator was not calculating the bitmap size properly | Matthew Dillon | 2000-10-13 | 1 | -3/+17 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -3/+3 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -3/+3 |
* | Revert spelling mistake I made in the previous commit | Philippe Charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | Philippe Charnier | 2000-03-26 | 1 | -1/+1 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
* | The swapdev_vp changes made to rip out the swap specfs interaction | Matthew Dillon | 2000-01-25 | 1 | -8/+8 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -2/+1 |
* | Fix the swap backed vn case - this was broken by my rev 1.128 to | Peter Wemm | 1999-12-28 | 1 | -9/+42 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+2 |
* | Report swapdevices as cdevs rather than bdevs. | Poul-Henning Kamp | 1999-11-29 | 1 | -1/+1 |
* | Isolate the swapdev_vp "not quite" vnode in the only source file which | Poul-Henning Kamp | 1999-11-22 | 1 | -35/+4 |
* | Remove the non-functional "swap device" userland front-end to the | Peter Wemm | 1999-11-18 | 1 | -75/+3 |
* | Fix a panic(8) implementation: | Poul-Henning Kamp | 1999-10-08 | 1 | -5/+17 |
* | Introduce swopen to prevent blockdevice opens and insist on minor==0. | Poul-Henning Kamp | 1999-10-04 | 1 | -1/+17 |